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!
Articles
AI Best Practices Books Career Code Challenges Concepts Data Data Science Developer Devops Django FastAPI Flask Learning Meta Mindset Modern Python Modules News Packages Podcast Productivity Products Projects PyBites Modules Pycon Reviews Rust Soft Skills Special Testing Tips Tools Twitter Digest Uncategorized
Latest articles
-
-
Today marks exactly 2 years since we set off on our amazing PyBites journey. In this special post we look back and reflect on what we learned.
-
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
-
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
-
In this short article I will show you how to use dateutil’s parse, relativedelta and rrule to make it easier to work with datetimes in Python.
-
In this article I will show you how to test a Django app with pytest and Selenium. We will test our CodeChalleng.es platform comparing the logged out homepage vs the logged in dashboard. We will navigate the DOM matching elements and more. Overall you should learn enough Selenium and pytest to start testing a web page including a login. Sounds exciting? Let’s dive straight in!
-
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
-
In this post I share a quick script I produced last week to automate a portion of our review post. There are some nice idioms that you might find useful.
-
Hi Pythonistas, Welcome to Pybites Code Challenge 58! In this two part challenge we’re going to do some natural language processing on podcast transcript data. Prepare to have fun expanding your data science skills!