Home Podcasts The Real Python Podcast
The Real Python Podcast

The Real Python Podcast

Real Python 298 Episodes Sep 11, 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

Django Developers Survey Results & Reproducible Python Builds
Django Developers Survey Results & Reproducible Python Builds Sep 11, 2026 2810 What are the latest trends uncovered in the 2026 Django Developers Survey? How are Django users employing LLMs in their development process? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
Performance Engineering: Profiling and Making Apps Fast by Default
Performance Engineering: Profiling and Making Apps Fast by Default Sep 4, 2026 4600 How do you plan for the performance of your Python applications? What does a performance budget entail, and where should you spend your resources? This week on the show, we speak with Den Odell about his new book "Fast by Default: Practical Performance Engineering."
Exploring Complex Systems & Maintainable Data Science Pipelines
Exploring Complex Systems & Maintainable Data Science Pipelines Aug 28, 2026 2464 What are the key characteristics of complex systems, and what are practical patterns for tackling complex coding problems? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
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.

Recommended