Home Podcasts The Real Python Podcast
The Real Python Podcast

The Real Python Podcast

Real Python 298 episodes Latest May 29, 2026

A weekly Python podcast hosted by Christopher Bailey with interviews, coding tips, and conversation with guests from the Python community. The show covers a wide range of topics including Python programming best practices, career tips, and related software development topics. Join us every Friday morning to hear what's new in the world of Python programming and become a more effective Pythonista.

Episodes

EuroPython 2026: Celebrating 25 Years Jun 12, 2026 2408 What's happening at EuroPython 2026? The conference celebrates its 25th anniversary this year in Kraków, Poland. This week on the show, organizers Mia Bajić and Daria Linhart Grudzien join me to discuss this year's conference.
Reducing the Size of Python Docker Containers Jun 5, 2026 2313 How can you easily reduce the size of a Python Docker container? What are the exceptions you should catch in your code? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Improving Python Through PEPs and Protocols May 29, 2026 4810 Have you ever been confused by the naming of modules you're importing from a package? Is there a standard way to organize and name your Python virtual environments? This week on the show, Brett Cannon returns to discuss the Python Enhancement Proposals (PEPs) he's been working on recently.
Managing Polars Schema Issues & Profiling GitHub Users May 22, 2026 2547 How can you avoid schema problems in your Polars data pipeline when adding new columns? How can you quickly examine a GitHub user's profile to decide how much to invest in their contributions? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Agentic Architecture: Why Files Aren't Always Enough May 15, 2026 5057 What are the limitations of using a file-based agent workflow? Why do massive context windows tend to collapse? This week on the show, Mikiko Bazeley from MongoDB joins us to discuss agentic architecture and context engineering.
Declarative Charts in Python & Discerning Iterators vs Iterables May 8, 2026 3379 What if you could build charts in Python by describing what your data means, instead of scripting every visual detail? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Agentic Data Science Pair Programming With marimo pair May 1, 2026 3853 How do you add agent skills to your data science workflow? How can a coding agent assist with data wrangling and research? This week on the show, Trevor Manz from marimo joins us to discuss marimo pair.
Becoming a Better Python Developer Through Learning Rust Apr 24, 2026 2752 How can learning Rust help make you a better Python Developer? How do techniques required by a compiled language translate to improving your Python code? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Reassessing the LLM Landscape & Summoning Ghosts Apr 17, 2026 4510 What are the current techniques being employed to improve the performance of LLM-based systems? How is the industry shifting from post-training towards context engineering and multi-agent orchestration? This week on the show, Jodie Burchell, data scientist and Python Advocacy Team Lead at JetBrains, returns to discuss the current AI coding landscape.
Advice on Managing Projects & Making Python Classes Friendly Apr 10, 2026 3284 What goes into managing a major project? What techniques can you employ for a project that's in crisis? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Limitations in Human and Automated Code Review Mar 27, 2026 3077 With the mountains of Python code that it's possible to generate now, how's your code review going? What are the limitations of human review, and where does machine review excel? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Automate Exploratory Data Analysis & Invent Python Comprehensions Mar 20, 2026 3398 How do you quickly get an understanding of what's inside a new set of data? How can you share an exploratory data analysis with your team? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.

Recommended

Playing