Coding With namedtuple & Python's Dynamic Superpowers

The Real Python Podcast

Episode | Podcast

Date: Fri, 17 Mar 2023 12:00:00 +0000

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.