#543: Deep Agents: LangChain's SDK for Agents That Plan and Delegate

01.04.2026 • 01:03:53

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

#542: Zensical - a modern static site generator

25.03.2026 • 01:04:03

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

#541: Monty - Python in Rust for AI

19.03.2026 • 01:05:44

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

#540: Modern Python monorepo with uv and prek

13.03.2026 • 01:02:13

Monorepos -- you've heard the talks, you've read the blog posts, maybe you've seen a few tantalizing glimpses into how Google or Meta organize their m...

#539: Catching up with the Python Typing Council

06.03.2026 • 01:01:41

You're adding type hints to your Python code, your editor is happy, autocomplete is working great. But then you switch tools and suddenly there are re...

#538: Python in Digital Humanities

28.02.2026 • 01:12:27

Digital humanities sounds niche, until you realize it can mean a searchable archive of U.S. amendment proposals, Irish folklore, or pigment science in...

#537: Datastar: Modern web dev, simplified

21.02.2026 • 01:16:37

You love building web apps with Python, and HTMX got you excited about the hypermedia approach -- let the server drive the HTML, skip the JavaScript b...

#536: Fly inside FastAPI Cloud

10.02.2026 • 01:07:00

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

#535: PyView: Real-time Python Web Apps

23.01.2026 • 01:07:56

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

#534: diskcache: Your secret Python perf weapon

13.01.2026 • 01:14:00

Your cloud SSD is sitting there, bored, and it would like a job. Today we’re putting it to work with DiskCache, a simple, practical cache built on SQL...