Python Iteration

How Python loops, and how to loop lazily. It starts with the two builtins you reach for every day, opens up what a for statement actually does, turns that into generators, and ends with the standard library that is already written. Every part runs in a plain prompt and shows real output.