Home Podcasts Talk Python To Me
Talk Python To Me

Talk Python To Me

Michael Kennedy 549 Episodes Jul 26, 2026

Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. It dives deep into popular Python packages and features interviews with software developers, data scientists, and hobbyists doing amazing things with Python. Newcomers to Python can quickly learn the ins and outs of the community by hearing from leaders, while experienced Python users can learn about their favorite packages and new open-source releases.

Episodes

#556: Updates on Django's Async Story
#556: Updates on Django's Async Story Jul 26, 2026 3896 For years, "Django and async" came with an asterisk. The docs themselves warned you off it. Scary performance notes, a story that felt half-finished. Well, that story just got rewritten, literally, and the person who rewrote it is here to tell you why the old framing was wrong. Carlton Gibson is a former Django Fellow, sat on the security team for eight years, and he's on the s
#555: Marimo Pair - A Canvas for Agent + Developers Collaboration
#555: Marimo Pair - A Canvas for Agent + Developers Collaboration Jul 13, 2026 3899 Coding agents have gotten really good at one kind of work. You scope a feature, edit some files, run the tests, ship it. It all happens on disk. But that is not how data work feels. You load something, you look at it, you run a cell, you watch how it responds, and you decide the next move from whatever is sitting in memory. And until now, your agent couldn't see any of that. It on
#554: Trustworthy AI in Healthcare and Longevity
#554: Trustworthy AI in Healthcare and Longevity Jul 10, 2026 3640 You ask an AI a question and it answers with total confidence. Most of the time, a confidently wrong answer is just an annoyance. But what if the question is medical, and there's a real patient on the other end? In that world, a hallucination isn't a bug, it's a patient-safety event. Sumit Gundawar is a London-based software engineer who builds the clinical platform for a UK longe
#553: All of our tools
#553: All of our tools Jun 26, 2026 3315 This episode is a fun crossover from our Python news and tips podcast, Python Bytes. We have had some big changes over there. Brian Okken has moved on and Calvin Hendryx-Parker has joined the show as the new co-host. To kick off this new era, we decided to do a longer and more personal episode called "All Our Tools". The idea is both of us talk about some of our most useful day-to
#552: Astral joins OpenAI
#552: Astral joins OpenAI Jun 17, 2026 3908 OpenAI just acquired Astral, the company behind uv, Ruff, and ty. And if your first thought was "wait, is uv toast?", you are not alone. But here's the twist Charlie Marsh shared with me: he thinks they may ship more open source at OpenAI than they ever did at Astral. On this episode, we get into the acquisition, the mixed feelings, the future of your favorite Python tools, and wh
#551: Stroll Down Startup Lane - 2026
#551: Stroll Down Startup Lane - 2026 Jun 11, 2026 6534 If you've ever been to PyCon, you know one of the best parts of the expo hall is Startup Row, a stretch of booths where early-stage companies built on Python show off what they're creating. But only attendees get to walk that lane, so let's bring it to everyone. In this episode, we stroll down Startup Row together. We kick things off with the organizers, Jason and Shay, who share
#550: AI Contributions and Maintainer Load in Open Source
#550: AI Contributions and Maintainer Load in Open Source May 30, 2026 3762 You wake up, brew the coffee, open GitHub, and there it is. Another pull request on your open source project. Thirteen thousand lines added. No issue filed first. No discussion. Just "here, please review this for me." Over the past year, GitHub activity has spiked roughly twelve times in a few short months, and a huge chunk of that signal is landing on the same small group of m
#549: Great Docs
#549: Great Docs May 25, 2026 4020 Your documentation has two audiences now - humans reading the rendered HTML, and AI agents trying to make sense of your library. Rich Iannone and Michael Chow from Posit are back on Talk Python with a brand new Python documentation tool called Great Docs that takes both seriously. Rich is the creator of Great Tables, and before that the R package GT, the man has a serious eye for
#548: Event Sourcing Design Pattern
#548: Event Sourcing Design Pattern May 11, 2026 4129 What if your database worked more like Git? Every change captured as an immutable event you can replay, instead of a single mutating row that quietly forgets its own history. That's event sourcing, and Chris May is back on Talk Python, fresh off our Datastar panel, to walk us through what it actually looks like in Python. We'll cover the core patterns, the libraries to reach for,
#547: Parallel Python at Anyscale with Ray
#547: Parallel Python at Anyscale with Ray May 6, 2026 3556 When OpenAI trained GPT-3, they didn't roll their own orchestration layer. They used Ray, an open source Python framework born out of the same Berkeley research lab lineage that gave us Apache Spark. And here's the twist: Ray was originally built for reinforcement learning research, then quietly faded as RL hit a wall. Until ChatGPT showed up. Suddenly reinforcement learning was b
#546: Self hosting apps for Python people
#546: Self hosting apps for Python people Apr 27, 2026 3792 The cloud is convenient until it isn't. You upload your photos, sync your contacts, click through the cookie banners. Then prices go up again or you read about a family that lost their entire Google account over a medical photo sent to a doctor. At some point, the question shifts from "why would I run this myself?" to "why aren't I?" My guest this week is Alex Kretzschmar, head
#545: OWASP Top 10 (2025 List) for Python Devs
#545: OWASP Top 10 (2025 List) for Python Devs Apr 16, 2026 3963 The OWASP Top 10 just got a fresh update, and there are some big changes: supply chain attacks, exceptional condition handling, and more. Tanya Janca is back on Talk Python to walk us through every single one of them. And we're not just talking theory, we're going to turn Claude Code loose on a real open source project and see what it finds. Let's do it. Episode sponsors Tempora

Recommended