Home Podcasts The Real Python Podcast
The Real Python Podcast

The Real Python Podcast

Real Python 298 Episodes Aug 21, 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

Navigating Silent Failures in AI: Strategies for Effective Oversight
Navigating Silent Failures in AI: Strategies for Effective Oversight Aug 21, 2026 4179 Why do AI systems silently fail? How can you set up a system that produces results while also reviewing and validating the work? This week on the show, Calvin Hendryx-Parker returns to discuss his recent talk "Orchestrate Agentic AI: Context, Checklists, and No-Miss Reviews."
Improving NumPy Performance on Free-Threaded Python
Improving NumPy Performance on Free-Threaded Python Aug 14, 2026 2772 What bottlenecks were preventing NumPy from scaling on free-threaded Python? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Programmatically Developing LLM Prompts With DSPy
Programmatically Developing LLM Prompts With DSPy Aug 7, 2026 3936 How can you move from manually writing prompts for an LLM application toward defining them programmatically? This week on the show, Brett Kennedy returns to discuss his new book "Building LLM Applications with DSPy."
Should You Understand Your Entire Python Codebase?
Should You Understand Your Entire Python Codebase? Jul 31, 2026 3426 Should you understand the entirety of your codebase? How familiar are you with Python's built-in functions? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Configuring a Versatile LLM Harness & Scraping the Web With Scrapy
Configuring a Versatile LLM Harness & Scraping the Web With Scrapy Jul 24, 2026 3501 Which is more important, the model or the "harness" around an LLM? What are ways to assemble an efficient agentic developer workflow? This week on the show, Ayan Pahwa joins us to discuss harnessing, web scraping, and self-hosting Python applications.
Free-Threaded Python's History & uv in Production
Free-Threaded Python's History & uv in Production Jul 17, 2026 3042 How many attempts have been made to remove Python's Global Interpreter Lock (GIL)? How do they compare to the current approach? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Constructing and Judging Modern Agentic Workflows
Constructing and Judging Modern Agentic Workflows Jul 10, 2026 3510 How can you improve your LLM agent systems through specification enrichment? What are the advantages of having an LLM act as a judge within an agent system? This week on the show, Senior IEEE Member and Quality Engineer Suneet Malhotra joins us to discuss building and evaluating agentic architecture.
Running Python Locally in a Sandbox
Running Python Locally in a Sandbox Jul 3, 2026 2754 How do you avoid the risk of running a Python application locally that could be malicious, break your code, or leak private data? How can you create a sandboxed local environment using WASM and MicroPython? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Maintaining Your Python Developer Instincts While Using LLM Tools
Maintaining Your Python Developer Instincts While Using LLM Tools Jun 26, 2026 2817 Do you feel like your Python skills are atrophying after using LLM coding tools? How do you add the right kind of friction into your coding routine to keep your developer instincts sharp? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
EuroPython 2026: Celebrating 25 Years
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
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
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.

Recommended