Podcast Episodes
Back to Search
Seeking Faster Text Processing & Python's .__repr__() vs .__str__()
Episode 153
What can you do if your text manipulation in Python is slowing you down? Are there faster alternatives using a compiled extension? This week on the s…
3 years ago
Automate Processes and Distribute Python Tools With RPA and RCC
Episode 152
Are you exploring automation of your repetitive business tasks with Python? How are you going to share your helpful tools with co-workers? This week …
3 years ago
Evaluating Python Packages & Celebrating 20 Years of PyCon US
Episode 151
Have you ever installed a Python package without knowing anything about it? What best practices should you employ to ensure the quality of your next …
3 years, 1 month ago
Lessons Learned From Four Years Programming With Python
Episode 150
What are the core lessons you’ve learned along your Python development journey? What are key takeaways you would share with new users of the language…
3 years, 1 month ago
Coding With namedtuple & Python's Dynamic Superpowers
Episode 149
Have you explored Python’s collections module? Within it, you’ll find a powerful factory function called namedtuple(), which provides multiple enhanc…
3 years, 1 month ago
Sharing Your Python App Across Platforms With BeeWare
Episode 148
Are you interested in deploying your Python project everywhere? This week on the show, Russell Keith-Magee, founder and maintainer of the BeeWare pro…
3 years, 1 month ago
Django Deployment Strategies & Preparing for PyCascades 2023
Episode 147
Have you decided how you’re going to deploy your Django project? Should you use a VPS or a PaaS? Christopher Trudeau is back this week, bringing anot…
3 years, 1 month ago
Using NumPy and Linear Algebra for Faster Python Code
Episode 146
Are you still using loops and lists to process your data in Python? Have you heard of a Python library with optimized data structures and built-in op…
3 years, 2 months ago
Creating a Python Wordle Clone & Testing Environments With Nox
Episode 145
Would you like to practice your Python skills while building a challenging word game? Have you been wanting to learn more about creating command-line…
3 years, 2 months ago
Wrangling Business Process Models With Python and SpiffWorkflow
Episode 144
Can you describe your business processes with flowcharts? What if you could define the steps in a standard notation and implement the workflows in pu…
3 years, 2 months ago