
Agentic Data Science Pair Programming With marimo pair
How do you add agent skills to your data science workflow? How can a coding agent assist with data wrangling and research? This week on the...
Radio and PodcastLive Radio & PodcastsOpening Radio and Podcast...

Radio and PodcastLive Radio & PodcastsFetching podcast shows and categories...
Radio and PodcastLive Radio & PodcastsFetching podcast episodes...

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

How do you add agent skills to your data science workflow? How can a coding agent assist with data wrangling and research? This week on the...

How can learning Rust help make you a better Python Developer? How do techniques required by a compiled language translate to improving your...

What are the current techniques being employed to improve the performance of LLM-based systems? How is the industry shifting from post-train...

What goes into managing a major project? What techniques can you employ for a project that's in crisis? Christopher Trudeau is back on the s...

With the mountains of Python code that it's possible to generate now, how's your code review going? What are the limitations of human review...

How do you quickly get an understanding of what's inside a new set of data? How can you share an exploratory data analysis with your team? C...

What goes into creating the tutorials you read at Real Python? What are the steps in the editorial process, and who are the people behind th...

Do you have complex logic and unpredictable dependencies that make it hard to write reliable tests? How can you use Python's mock object lib...

How can you move your MCP tools beyond plain text? How do you add interactive UI components directly inside chat conversations? This week on...

Would you like to learn how to work with LLMs locally on your own computer? How do you integrate your Python projects with a local model? Ch...

What are ways to improve how you're using GitHub? How can you collaborate more effectively and improve your technical writing? This week on...

How do you create automated tests to check your code for degraded performance as data sizes increase? What are the new features in pandas 3....

If you haven't visited the Real Python website lately, then it's time to check out a great batch of updates on realpython.com! Dan Bader ret...

How often have you heard about the speed of Python? What's actually being measured, where are the bottlenecks---development time or run time...

Are you looking for that solid foundation to begin your Python journey? Would the accountability of scheduled group classes help you get thr...

PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2025. Christopher Trudeau is back on the show...

What are the advantages of spec-driven development compared to vibe coding with an LLM? Are these recent trends a move toward declarative pr...

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

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

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

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

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

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

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

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

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

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

When converting an existing REST API to the Model Context Protocol, what should you consider? What anti-patterns should you avoid to keep an...

What are your options for hosting your Python application or scripts? What are the advantages of a platform as a service, container-based ho...

What's happening with the latest releases of large language models? Is the industry hitting the edge of the scaling laws, and do the current...

What is a good way to add isolated, reusable functionality to Python classes? Christopher Trudeau is back on the show this week, bringing an...

What went into developing the open-source Python tools data scientists use every day? This week on the show, we talk with Travis Oliphant ab...

When considering an object-oriented programming problem, should you prefer inheritance or composition? Why wouldn't it just be simpler to us...

What are the advantages of using Polars for your Python data projects? When should you use the lazy or eager APIs, and what are the benefits...

Do the design patterns learned in other programming languages translate to coding in Python? Christopher Trudeau is back on the show this we...

What goes into supporting more than 650,000 projects and nearly a million users of the Python Package Index? This week on the show, we speak...

How does the performance of an algorithm hold up when you put it into a realistic context? Where might Python code defy Big O notation expec...

What motivates someone to learn how to code as a scientist? How do you harness the excitement of solving problems quickly and make the conne...

What goes into crafting an effective Python script? How do you organize your code, manage dependencies with PEP 723, and handle command-line...

What goes into scaling a web application today? What are resources for learning and practicing DevOps skills? This week on the show, Calvin...

Looking for a guide on getting started with marimo notebooks? How do you build a reproducible notebook for sharing or create a dashboard wit...

Once you've learned the vocabulary and syntax of the Python language, how do you progress into learning the right combinations to put into y...

What are the ways you can manage multithreaded code in Python? What synchronization techniques are available within Python's threading modul...

What goes into making video courses at Real Python? How should you build an installable Django application? Christopher Trudeau is back on t...

What is the best way to record the Python dependencies for the reproducibility of your projects? What advantages will lock files provide for...

Are you looking for some projects where you can practice your Python skills? Would you like to experiment with building a generative AI app...

Are you looking for a fast database that can handle large datasets in Python? What's the difference between a Python expression and a statem...

Do you want to learn deeper concepts in Python? Would the accountability of scheduled group classes help you get past the basics? This week,...

What are the current Python graphical user interface libraries? Should you build everything in the terminal and create a text-based user int...

What goes into updating one of the most popular books about working with Python? After a decade of changes in the Python landscape, what pro...