How and why you should use the built-in enumerate function in Python to write cleaner and more Pythonic loops.| dbader.org
Generators are a tricky subject in Python. With this tutorial you’ll make the leap from class-based iterators to using generator functions and the “yield” statement in no time.| dbader.org