Category: Uncategorized
-
Do You _Really_ Understand How Python Iteration Works? The Anatomy of a `for` Loop

One of the first things you learn at the beginning of your programming journey is the for loop. It’s not that hard once you get the basics… But what’s really happening behind the scenes? In this video, we’ll go through the iterator protocol in Python and explore the differences between iterables and iterators and how…
-
Hello The Python Coding Stack!

The articles I write have a broad audience. The main target reader is the intermediate learner who’s looking to move on to the next stage of their Python programming journey.
