How and why you should use the built-in enumerate function in Python to write cleaner and more Pythonic loops.| dbader.org
How can you become a contributor on popular, “high-profile” Python open-source projects like Django, Requests, and so on?| 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
A tutorial on Python’s advanced data unpacking features: How to unpack data with the “=” operator and for-loops.| dbader.org
Understanding iterators is a milestone for any serious Pythonista. With this step-by-step tutorial you’ll understanding class-based iterators in Python, completely from scratch.| dbader.org