#550: AI Contributions and Maintainer Load in Open Source

30.05.2026 • 01:02:42

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

#549: Great Docs

25.05.2026 • 01:07:00

Your documentation has two audiences now - humans reading the rendered HTML, and AI agents trying to make sense of your library. Rich Iannone and Mich...

#548: Event Sourcing Design Pattern

11.05.2026 • 01:08:49

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

#547: Parallel Python at Anyscale with Ray

06.05.2026 • 00:59:16

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

#546: Self hosting apps for Python people

27.04.2026 • 01:03:12

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

#545: OWASP Top 10 (2025 List) for Python Devs

16.04.2026 • 01:06:03

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

#544: Wheel Next + Packaging PEPs

10.04.2026 • 01:11:17

When you pip install a package with compiled code, the wheel you get is built for CPU features from 2009. Want newer optimizations like AVX2? Your ins...

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