podcast

The Real Python Podcast

by Real Python

Exploring Quantum Computing & Python Frameworks

05.12.2025 • 00:50:24

What are the recent advances in the field of quantum computing and high-performance computing? And what Python tools can you use to develop programs t...

Building a FastAPI Application & Exploring Python Concurrency

21.11.2025 • 00:35:07

What are the steps to get started building a FastAPI application? What are the different types of concurrency available in Python? Christopher Trudeau...

Preparing Data Science Projects for Production

14.11.2025 • 00:59:12

How do you prepare your Python data science projects for production? What are the essential tools and techniques to make your code reproducible, organ...

Advice for Writing Maintainable Python Code

07.11.2025 • 00:54:53

What are techniques for writing maintainable Python code? How do you make your Python more readable and easier to refactor? Christopher Trudeau is bac...

Michael Kennedy: Managing Your Own Python Infrastructure

31.10.2025 • 01:20:25

How do you deploy your Python application without getting locked into an expensive cloud-based service? This week on the show, Michael Kennedy from th...

Benchmarking Python 3.14 & Enabling Asyncio to Scale

24.10.2025 • 00:47:24

How does Python 3.14 perform under a few hand-crafted benchmarks? Does the performance of asyncio scale on the free-threaded build? Christopher Trudea...

Evolving Teaching Python in the Classroom

17.10.2025 • 01:04:59

How is teaching young students Python changing with the advent of LLMs? This week on the show, Kelly Schuster-Paredes from the Teaching Python podcast...

Python 3.14: Exploring the New Features

10.10.2025 • 00:56:13

Python 3.14 is here! Christopher Trudeau returns to discuss the new version with Real Python team member Bartosz Zaczyński. This year, Bartosz coordin...

Advice on Beginning to Learn Python

03.10.2025 • 00:52:11

What's changed about learning Python over the last few years? What new techniques and updated advice should beginners have as they start their journey...

Managing Feature Flags & Comparing Python Visualization Libraries

26.09.2025 • 00:42:17

What's a good way to enable or disable code paths without redeploying the software? How can you use feature flags to toggle functionality for specific...