ComeçarComece de graça

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.

Este exercício faz parte do curso

Developing Python Packages

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício