

Christopher Trudeau
Writer and curator for PyCoder’s Weekly who presents and discusses recent Python articles, tutorials, and community projects, contributing regular segments to Real Python.
Top 5 podcasts with Christopher Trudeau
Ranked by the Snipd community

47 snips
Jan 2, 2026 • 33min
PyCoder's Weekly 2025 Top Articles & Hidden Gems
In this insightful session, Christopher Trudeau, a frequent contributor and Python enthusiast, breaks down the highlights from PyCoder’s Weekly in 2025. They discuss the exciting release of Django 6.0, compare Django and FastAPI, and delve into the practicality of using Loguru for logging. Christopher reveals hidden gems, including data validation libraries for Polars, and shares reflections on top trends in Python tooling and web development. Plus, a spotlight on functional programming offers a fresh perspective for coders!

47 snips
Nov 21, 2025 • 35min
Building a FastAPI Application & Exploring Python Concurrency
Christopher Trudeau, a frequent contributor to PyCoder's Weekly and Python community commentator, shares insights about building FastAPI applications. He discusses a hands-on tutorial that covers installing FastAPI, creating endpoints, and using Pydantic for validation. Trudeau also delves into Python concurrency, explaining threading, asyncio, and multiprocessing along with practical examples. Other topics include performance tricks for faster Python code and a nifty project that turns functions into web interfaces.

41 snips
Jul 11, 2025 • 45min
Comparing Real-World Python Performance Against Big O
Christopher Trudeau, a contributor to PyCoder's Weekly, dives deep into the real-world performance of algorithms versus Big O expectations. He discusses how Python can compete with compiled languages like Go through practical profiling. Listeners learn about fascinating topics such as detecting vowels in strings, the ordered nature of Python dictionaries, and the significance of using enums for better code organization. Trudeau also highlights innovative community projects and recent developments in the Python ecosystem, showcasing the ever-evolving landscape of programming.

34 snips
Aug 15, 2025 • 46min
Selecting Inheritance or Composition in Python
Christopher Trudeau, a recurring guest and author of 'Django in Action,' dives into the nuanced battle of inheritance versus composition in object-oriented programming. He discusses a thought-provoking article that uncovers the deeper reasons behind choosing one over the other. The conversation also touches on recent Python community updates and intriguing projects like converting HTML to markdown and a library for audio processing. Plus, Trudeau highlights why understanding dunder methods is essential for effective Python coding.

31 snips
Aug 1, 2025 • 49min
Design Patterns That Don't Translate to Python
Christopher Trudeau returns with insights from PyCoder's Weekly, tackling the applicability of traditional design patterns in Python. He reveals that many patterns from the Gang of Four are often unnecessary in Python’s dynamic world. The conversation highlights more Pythonic solutions to common problems while emphasizing the new features in Python 3.14, including template strings. Trudeau also explores the importance of understanding built-in exceptions and the concept of 'expert generalists' in tech, advocating for versatility in coding skills.


