Looping With enumerate() and Python GUIs With PyQt

The Real Python Podcast

Episode | Podcast

Date: Fri, 04 Dec 2020 12:00:00 +0000

If you're coming to Python from a different language, you may not know about a useful tool for working with loops, Python's built-in enumerate function. This week on the show, David Amos is here, and he has brought another batch of PyCoder's Weekly articles and projects. Along with the Real Python article covering the details of the enumerate function, we also talk about another article about constructing Python graphical user interface elements in PyQt.