
Christopher Trudeau
Regular contributor to PyCoder's Weekly who appears as a guest to discuss curated Python articles, libraries, and community projects featured in the episode.
Top 5 podcasts with Christopher Trudeau
Ranked by the Snipd community

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.

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

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

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

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.