
Christopher Trudeau
Frequent PyCoder's Weekly contributor and Python community commentator who summarizes articles, tutorials, and projects relevant to Real Python listeners.
Top 5 podcasts with Christopher Trudeau
Ranked by the Snipd community

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

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.

26 snips
Sep 12, 2025 • 44min
Python App Hosting Choices & Documenting Python's History
Christopher Trudeau, a frequent contributor on Python topics, returns to discuss crucial choices for hosting Python applications. He compares platforms like Railway and Heroku, as well as free options such as Python Anywhere. Trudeau also shares insights on the recent Python documentary, spotlighting its historical significance and key moments in Python's evolution. Additionally, they dive into ways to optimize Python performance and explore exciting community projects like a music library manager and a color science tool, making it a rich conversation for developers.


