

Talk Python To Me
Michael Kennedy
Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive
deep into the popular packages and software developers, data scientists, and incredible hobbyists doing
amazing things with Python. If you're new to Python, you'll quickly learn the ins and outs of the community
by hearing from the leaders. And if you've been Pythoning for years, you'll learn about your favorite
packages and the hot new ones coming out of open source.
deep into the popular packages and software developers, data scientists, and incredible hobbyists doing
amazing things with Python. If you're new to Python, you'll quickly learn the ins and outs of the community
by hearing from the leaders. And if you've been Pythoning for years, you'll learn about your favorite
packages and the hot new ones coming out of open source.
Episodes
Mentioned books

79 snips
Sep 23, 2025 • 1h
#520: pyx - the other side of the uv coin (announcing pyx)
In this episode, Charlie Marsh, Founder and CEO of Astral, shares insights on his latest project, pyx, a revolutionary hosted Python registry. He explains how pyx enhances package management by allowing for faster and more reliable installations through smart server-client communication. The conversation also dives into the challenges of GPU-aware packaging, particularly with PyTorch, and discusses security measures and the relationship between pyx and PyPI. Prepare for a frictionless development experience!

32 snips
Sep 18, 2025 • 1h 3min
#519: Data Science Cloud Lessons at Scale
In this engaging discussion, Matthew Rocklin, the creator of Dask and co-founder of Coiled, and Nat Tabris, a staff software engineer at Coiled, delve into the complexities of running Python workloads at cloud scale. They unveil the reality of outgrowing local data processing, showcasing a live demo of spinning up a 1,000-core cluster. The pair shares savvy insights on choosing between pandas and Polars, optimizing costs, and the benefits of ephemeral clusters. Tune in for real-world lessons on navigating the cloud!

Aug 29, 2025 • 1h 8min
#518: Celebrating Django's 20th Birthday With Its Creators
Simon Willison and Adrian Holovaty, co-creators of Django, along with Jeff Triplett from the Django Software Foundation, reflect on the framework's evolution over 20 years. They delve into Django's origins in journalism, its powerful community culture, and the impact of open source. The trio discusses modern enhancements like async features and API development, all while keeping Django's inclusive spirit. They also explore its role in AI, the significance of initiatives like Django Girls, and future challenges for web development. A compelling look at Django’s legacy and what lies ahead!

162 snips
Aug 22, 2025 • 1h 17min
#517: Agentic Al Programming with Python
This discussion features Matt Makai, VP of Developer Relations at DigitalOcean and creator of Full Stack Python, who dives into the world of agentic AI programming. He breaks down how coding assistants are evolving from simple autocomplete tools to collaborative partners. Topics include managing technical debt, the quirks of AI tools like Cursor and Claude Code, and effective git workflows for AI-driven changes. Matt shares insights on why typing less can lead to more bugs and the future of open-source agents, highlighting the shift towards developers as system editors.

57 snips
Aug 19, 2025 • 1h 6min
#516: Accelerating Python Data Science at NVIDIA
Ben Zaitlen, a system software manager at NVIDIA with over 15 years in the Python ecosystem, discusses revolutionary advancements in GPU-accelerated data science. He unpacks RAPIDS, an open-source toolkit that supercharges popular libraries like pandas and scikit-learn. Listeners learn about the challenges and triumphs of GPU integration, including speed boosts that reduce hours of work to mere minutes. The conversation also covers scaling techniques for large datasets and the exciting future of using GPUs to revolutionize AI workloads.

21 snips
Aug 11, 2025 • 1h 11min
#515: Durable Python Execution with Temporal
Mason Egger, a developer educator at Temporal and president of the PyTexas Foundation, chats about making Python applications crash-proof with the Temporal framework. He explains how Temporal manages resilient workflows and simplifies error handling, allowing seamless execution during failures. The discussion also touches on organizing Python conferences and the shift in community engagement, especially post-COVID. Plus, he shares insights into managing budgets in data science and the open-source landscape of Temporal, highlighting its benefits for developers.

33 snips
Jul 18, 2025 • 1h 13min
#514: Python Language Summit 2025
Seth Michael Larson, a security expert and Python blogger, shares his insights from the closed-door Python Language Summit 2025. He dives into critical discussions about Python's future, covering topics like the need for ARM builders in GitHub CI and the innovative integration of Rust for improved memory safety. Seth also addresses challenges with thread safety, the implications of immutability, and Python's governance dynamics. With excitement for upcoming features in Python 3.14, he provides a glimpse into evolving development opportunities in the community.

24 snips
Jul 14, 2025 • 1h 9min
#513: Stories from Python History
Join Python legends Barry Warsaw, Paul Everitt, Carol Willing, and Brett Cannon as they share hilarious and heartfelt stories from Python's colorful history. Discover how the quirky name linked to Monty Python and the evolution from a niche language to an AI powerhouse have shaped the community. Enjoy anecdotes from the very first PyCon and hear about Python's growing presence in the banking sector. Their reflections celebrate the camaraderie that defines the Python community and foster a spirit of mentorship and inclusivity.

33 snips
Jul 2, 2025 • 1h 8min
#512: Building a JIT Compiler for CPython
Join Brandt Bucher, a Python core developer at Microsoft, as he dives deep into the development of a JIT compiler for CPython. Discover how this initiative differs from JITs in languages like C# and Java. The conversation highlights recent performance advancements and the delicate balance between speed and memory efficiency. Brandt discusses integer performance optimizations, error tracking with Sentry, and the collaborative dynamics between the JIT compiler and the adaptive interpreter, all crucial for modern Python's evolution.

72 snips
Jun 25, 2025 • 54min
#511: From Notebooks to Production Data Science Systems
Catherine Nelson, a self-employed data scientist and author of 'Software Engineering for Data Scientists,' discusses vital techniques for transitioning from local data science notebooks to robust production workflows. She shares insights on effective coding practices, the challenges of machine learning integration, and organizing Python projects for scalability. Additionally, Catherine highlights the dual nature of notebooks, emphasizing their role in project exploration versus production needs. Her personal journey reflects a rich intersection between software engineering principles and data science.