Get startedGet started for free

Putting your package to work

Now you have wrapped your word-counting function into a package, you can reuse it easily in other projects.

In the initial script, you were analyzing the book Alice in Wonderland. In this new project, you will use the same function to analyze hotel reviews from TripAdvisor.

The count_words() function has been imported for you at the top of this script. We'll talk more about importing from your packages in a later lesson.

This exercise is part of the course

Developing Python Packages

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise