Skip To Main Content
The Real Python Podcast

The Real Python Podcast

Audience metrics
  • Listenership
    10K-100K monthly listeners
  • Reviews
    4.6 (89 ratings)
Chart positions
Podcast details
  • Network
  • Language
    English
  • Genre
    Education, Courses, Technology
  • Location
    Columbia
People
  • No profiles found.

Contact

Contact information
Get contact information for The Real Python Podcast and The Real Python Podcast journalists by joining Muck Rack.
Learn More
Website
https://realpython.com/podcasts/rpp

Recent episodes

  • Aug 14, 2026 — 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.

    Improving NumPy Performance on Free-Threaded Python
  • Aug 07, 2026 — 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."

    Programmatically Developing LLM Prompts With DSPy
  • Jul 31, 2026 — 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.

    Should You Understand Your Entire Python Codebase?
  • Jul 24, 2026 — 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.

    Configuring a Versatile LLM Harness & Scraping the Web With Scrapy
  • Jul 17, 2026 — 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.

    Free-Threaded Python's History & uv in Production