This challenge write-up first appeared on PyBites.
There is an immense amount to be learned simply by tinkering with things. - Henry Ford
Hey Pythonistas, in this challenge you will expand on the work of PCC58, doing some natural language processing (NLP) on the podcast transcript data you collected. Have fun!
Here are the steps you would follow:
pip install nltk
= NLTK / Natural Language Toolkit.Good luck and have fun!
If you have ideas for a future challenge or find any issues, open a GH Issue or reach out via Twitter, Slack or Email.
Last but not least: there is no best solution, only learning more and better Python. Good luck!
At PyBites you get to master Python through Code Challenges:
Subscribe to our blog (sidebar) to periodically get new PyBites Code Challenges (PCCs) in your inbox.
Apart from this blog code challenge we have a growing collection which you can check out on our platform.
Prefer coding bite-sized Python exercises in the comfort of your browser? Try our growing collection of Bites of Py.
Want to do the #100DaysOfCode but not sure what to work on? Take our course and/or start logging your 100 Days progress using our Progress Grid Feature on our platform (you can also use the Grid to do 100 Bite exercises in 100 days, earning a die hard PyBites Ninja Certificate!)
>>> from pybites import Bob, Julian
Keep Calm and Code in Python!