Coding With namedtuple & Python's Dynamic Superpowers

The Real Python Podcast - A podcast by Real Python - Fridays

Categories:

Have you explored Python's collections module? Within it, you'll find a powerful factory function called namedtuple(), which provides multiple enhancements over the standard tuple for writing clearer and cleaner code. This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.