
Christopher Trudeau
Frequent Real Python contributor and co-host/guest on the podcast who provides commentary on Python topics, tutorials, and community trends, and appears regularly on PyCoder’s Weekly roundups.
Top 5 podcasts with Christopher Trudeau
Ranked by the Snipd community

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.

43 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!

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.

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.

27 snips
Sep 26, 2025 • 42min
Managing Feature Flags & Comparing Python Visualization Libraries
Christopher Trudeau, a regular contributor to PyCoder's Weekly, shares his insights into managing feature flags effectively. He discusses the benefits of targeting specific user groups and the challenges of growing functionality tests. The conversation also covers a detailed comparison of six popular Python visualization libraries, providing code examples to aid selection. Additionally, Trudeau highlights community projects, including a news roundup and a fun Unicode cipher, showcasing the vibrant Python ecosystem.


