
Christopher Trudeau
Frequent guest on the podcast, bringing insights from PyCoder's Weekly and the Python community.
Best podcasts with Christopher Trudeau
Ranked by the Snipd community

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