podcast

The Real Python Podcast

by Real Python

Free-Threaded Python's History & uv in Production

17.07.2026 • 00:50:42

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...

Constructing and Judging Modern Agentic Workflows

10.07.2026 • 00:58:30

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 s...

Running Python Locally in a Sandbox

03.07.2026 • 00:45:54

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...

Maintaining Your Python Developer Instincts While Using LLM Tools

26.06.2026 • 00:46:57

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...

EuroPython 2026: Celebrating 25 Years

12.06.2026 • 00:40:08

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...

Reducing the Size of Python Docker Containers

05.06.2026 • 00:38:33

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...

Improving Python Through PEPs and Protocols

29.05.2026 • 01:20:10

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...

Managing Polars Schema Issues & Profiling GitHub Users

22.05.2026 • 00:42:27

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 ...

Agentic Architecture: Why Files Aren't Always Enough

15.05.2026 • 01:24:17

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 ...

Declarative Charts in Python & Discerning Iterators vs Iterables

08.05.2026 • 00:56:19

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 ...