Advertisement · 728 × 90

Posts by Talk Python Podcast

Announcing Course Completion Certificates at Talk Python. Download or add them as a credential on your LinkedIn profile. Read more about it here:

talkpython.fm/blog/posts/a...

2 days ago 1 0 0 0
Preview
Deep Agents: LangChain's SDK for Agents That Plan and Delegate When you type a question into ChatGPT, the model only has what you typed to work with. But tools like Claude Code can plan, iterate, test, and recover from mistakes. They work more like we do. The dif...

Latest episode is out: #543: Deep Agents: LangChain's SDK for Agents That Plan and Delegate with Sydney Runkle and @mkennedy.codes Give it a listen:

talkpython.fm/episodes/sho...

4 days ago 2 1 0 0
Preview
Zensical - a modern static site generator If you've built documentation in the Python ecosystem, chances are you've used Martin Donath's work. His Material for MKDocs powers docs for FastAPI, uv, AWS, OpenAI, and tens of thousands of other pr...

🎙️ We were on @talkpython.fm!

Episode #542 is live – Martin Donath (@squidfunk.com) joined @mkennedy.codes to talk about the origin story of Zensical, how it differs from MkDocs, and what drove us to build it.

If you're curious about the "why", this is a good listen:
talkpython.fm/episodes/sho...

1 week ago 3 4 0 0
Preview
Cutting Python Web App Memory Over 31% I reduced Python web app memory by 3.2 GB using async workers, import isolation, the Raw+DC database pattern, and disk caching. Detailed before and after numbers for each technique.

New essay: Cutting Python Web App Memory Over 31%

I reduced Python web app memory by 3.2 GB using async workers, import isolation, the Raw+DC database pattern, and disk caching. Detailed before and after numbers for each technique.

mkennedy.codes/posts/cuttin...

4 days ago 15 2 1 0
Preview
Python in Digital Humanities Digital humanities sounds niche, until you realize it can mean a searchable archive of U.S. amendment proposals, Irish folklore, or pigment science in ancient art. Today I’m talking with David Flood f...

I enjoyed being a guest on @talkpython.fm discussing my journey into digital humanities and some of the projects I work on.

#DigitalHumanities

talkpython.fm/episodes/sho...

1 month ago 2 1 0 0
Preview
Zensical - a modern static site generator If you've built documentation in the Python ecosystem, chances are you've used Martin Donath's work. His Material for MKDocs powers docs for FastAPI, uv, AWS, OpenAI, and tens of thousands of other pr...

Latest episode with @squidfunk.com and @mkennedy.codes

#542: Zensical - a modern static site generator
talkpython.fm/episodes/sho...

1 week ago 3 3 0 0
Preview
Monty - Python in Rust for AI When LLMs write code to accomplish a task, that code has to actually run somewhere. And right now, the options aren't great. Spin up a sandboxed container and you're paying a full second of cold start...

Latest episode with Samuel Colvin and @mkennedy.codes

Monty - Python in Rust for AI

talkpython.fm/episodes/sho...

2 weeks ago 3 1 0 0
Advertisement
Preview
Fire and forget (or never) with Python’s asyncio Python's asyncio.create_task() can silently garbage collect fire-and-forget tasks in 3.12+. Learn the background_tasks set pattern to fix it.

New essay: Fire and forget (or never) with Python’s asyncio

mkennedy.codes/posts/fire-a...

2 weeks ago 4 3 1 0

We are live on YouTube in 60 minutes! Join @mkennedy.codes and Charlie Marsh, Jonathan Dekhtiar, and Ralph Gommers for an exciting discussion about Wheel Next + PEPs in Python Packaging. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=761htncGZpU

1 month ago 2 0 0 0

We are live on YouTube in 2 minutes! Join @mkennedy.codes and Sydney Runkle for an exciting discussion about Deep Agents: LangChain's SDK for Agents That Plan and Delegate. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=NRwA-fBNZZ4

1 month ago 2 0 0 0

We are live on YouTube in 40 minutes! Join @mkennedy.codes and Samuel Colvin for an exciting discussion about Monty - Python runtime written in Rust for AI. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=TjTV4jlMcRw

1 month ago 0 0 0 0

We are live on YouTube in 15 minutes! Join @mkennedy.codes and Martin Donath for an exciting discussion about Zensical - a modern static site generator. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=V1BvvIPUzes

1 month ago 1 0 0 0
Preview
Fly inside FastAPI Cloud You've built your FastAPI app, it's running great locally, and now you want to share it with the world. But then reality hits -- containers, load balancers, HTTPS certificates, cloud consoles with 200...

Latest episode is out, this time with the @fastapicloud.com team. cc @mkennedy.codes

#536: Fly inside FastAPI Cloud
talkpython.fm/episodes/sho...

1 month ago 4 2 1 2
Preview
PyView: Real-time Python Web Apps Building on the web is like working with the perfect clay. It’s malleable and can become almost anything. But too often, frameworks try to hide the web’s best parts away from us. Today, we’re looking ...

New episode is out!

PyView: Real-time Python Web Apps with Larry Ogrodnek and host @mkennedy.codes

talkpython.fm/episodes/sho...

2 months ago 6 1 0 0

We are live on YouTube in 33 minutes! Join @mkennedy.codes and Ben Croker, Delaney Gillilan, and Chris May for an exciting discussion about Datastar: Modern web dev, simplified. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=SFc74eFhKBY

2 months ago 2 0 1 0
Advertisement

We are live on YouTube in 23 minutes! Join @mkennedy.codes and Sebastián Ramírez, Savannah Ostrowski, Patrick Arminio, and Jonathan M. for an exciting discussion about Fly inside FastAPI Cloud. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=d0LpovstIHo

2 months ago 2 0 0 0

We are live on YouTube in 25 minutes! Join @mkennedy.codes and Larry Ogrodnek for an exciting discussion about PyView: Real-time Python Web Apps. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=g0RDxN71azs

2 months ago 2 0 0 0

We are live on YouTube in 15 minutes! Join @mkennedy.codes and Vincent D. Warmerdam for an exciting discussion about diskcache: Your secret Python perf weapon. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=ze7N_RE9KU0

3 months ago 3 1 0 0

Latest episode with @manzt.sh and host @mkennedy.codes is out:

#530: anywidget: Jupyter Widgets made easy

talkpython.fm/episodes/sho...

3 months ago 5 0 0 1

We are live on YouTube in 15 minutes! Join @mkennedy.codes and Michael Kennedy (guest!) and Christopher Trudeau (guest host) for an exciting discussion about Running Talk Python in Production. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=TTbvmC01YvI

4 months ago 0 0 0 0

We are live on YouTube in 30 minutes! Join @mkennedy.codes and Trevor Manz for an exciting discussion about anywidget: Jupyter Widgets made easy. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=qcxgukkmJjg

4 months ago 2 0 0 0
Black Friday 2025 - [Talk Python Courses] Talk Python’s biggest sale of the year is almost here, with major savings on the full course library, focused AI bundles, and resources for serious Python developers.

The Black Friday sale at @talkpython.fm is on starting today. Here is what's on offer:

- A special AI programming bundle
- The whole course library for 20% off
- Talk Python in Production book by @mkennedy.codes for 25% off

Get it while it lasts at talkpython.fm/black-friday

4 months ago 1 1 0 0
Preview
Building Data Science with Foundation LLM Models Today, we’re talking about building real AI products with foundation models. Not toy demos, not vibes. We’ll get into the boring dashboards that save launches, evals that change your mind, and the shi...

New episode! Data Science + AI with Hugo Bowne-Anderson and host @mkennedy.codes

talkpython.fm/episodes/sho...

5 months ago 1 2 0 0
Preview
NiceGUI Goes 3.0 Building a UI in Python usually means choosing between 'quick and limited' or 'powerful and painful.' What if you could write modern, component-based web apps in pure Python and still keep full contro...

New episode just dropped:

NiceGUI Goes 3.0 with Rodja Trappe, Falko Schindler, and host @mkennedy.codes #python #nicegui

talkpython.fm/episodes/sho...

5 months ago 10 3 0 0

We are live on YouTube in 3 minutes! Join @mkennedy.codes and David Kopec for an exciting discussion about Computer Science from Scratch. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=EVQOoD6cZmg

5 months ago 2 0 0 0
Advertisement

We are live on YouTube in 10 minutes! Join @mkennedy.codes and Vincent D. Warmerdam for an exciting discussion about Python apps with LLM building blocks. #python #podcast #coding

Watch live: https://www.youtube.com/watch?v=t-ReN9jS9sQ

5 months ago 1 0 0 0
Preview
Agentic AI Programming for Python Course Python course: Collaborate with AI like a skilled junior developer. Build production features in hours with Cu ...

New course: Agentic AI Programming for Python Devs and Data Scientists

This is an awesome, no hype, practical course to get you started and successful with agentic AI coding with tools such as Cursor and Claude. I hope you love it!

training.talkpython.fm/courses/agen...

5 months ago 8 3 0 0

Thanks a bunch, I'll have a look.

5 months ago 0 0 0 0
Preview
38 things Python developers should learn in 2025 Python in 2025 is different. Threads really are about to run in parallel, installs finish before your coffee cools, and containers are the default. In this episode, we count down 38 things to learn th...

New episode with @wang.social , @calvinhp.com, and host @mkennedy.codes

#524: 38 things Python developers should learn in 2025

talkpython.fm/episodes/sho...

5 months ago 5 3 0 0
Preview
Pyrefly: Fast, IDE-friendly typing for Python Python typing got fast enough to feel invisible. Pyrefly is a new, open source type checker and IDE language server from Meta, written in Rust, with a focus on instant feedback and real-world DX. Toda...

Want better, faster #Python typing (cli and IDE)? Use the same tools that the Instagram team uses on their millions of lines of code.

#523: Pyrefly: Fast, IDE-friendly typing for Python

with Abby Mitchell, Danny Yang, Kyle Into, and host @mkennedy.codes

talkpython.fm/episodes/sho...

5 months ago 3 2 1 1