Podcast Episodes
Back to Search
Launching Python, Virtual Environments, and Locking Dependencies With Brett Cannon
Episode 93
Would you like a simple command to launch your Python programs using the newest version of the language installed on your machine? This week on the s…
4 years, 3 months ago
Continuing to Unravel Python's Syntactic Sugar With Brett Cannon
Episode 92
A year ago, we had Brett Cannon on the show to discuss his blog series about unravelling Python’s syntactic sugar. Brett has written 15 more entries …
4 years, 3 months ago
2021 Real Python Articles Wrap Up
Episode 91
It’s been a year of change at Real Python! The Real Python team has written, edited, curated, illustrated, and produced a mountain of Python articles…
4 years, 4 months ago
A Python Journey: Cyber Security, Automating AWS, and TDD
Episode 90
The Python community continually grows, with many users coming from different languages and backgrounds. This week on the show, we talk with develope…
4 years, 4 months ago
Solving Advent of Code Puzzles With Python
Episode 89
Are you ready to break open the first days of puzzles from the annual Advent of Code challenge? Advent of Code is an advent calendar of twenty-five p…
4 years, 4 months ago
Discussing Type Hints, Protocols, and Ducks in Python
Episode 88
There seem to be three kinds of Python developers: those unaware of type hints or have no opinion, ones that embrace them, and others who have an all…
4 years, 4 months ago
Building a Content Aggregator and Working With RSS in Python
Episode 87
Have you wanted to work with RSS feeds in Python? Maybe you’re looking for a new project to build for your portfolio that uses Django, unit tests, an…
4 years, 5 months ago
The Legacy of OLPC and Charismatic Pitfalls in Teaching Programming
Episode 86
Do you remember the One Laptop Per Child program? What went wrong, and what can we learn from the program’s failure? What are the potential pitfalls …
4 years, 5 months ago
Exploring Django Templates, Tags, and Filters
Episode 85
Are you getting the most out of the Django framework? It’s a powerful web framework if you’re not interested in reinventing the wheel. Django include…
4 years, 5 months ago
Creating and Manipulating PDFs in Python With borb
Episode 84
Have you wanted to generate PDFs from your Python project? Many of the current libraries require designing the document down at the pixel level. Woul…
4 years, 6 months ago