Performance of Python programs has been a major focus of development for the language over the [...]| LWN.net
Generator functions allow you to declare a function that behaves like an iterator, i.e. it can be used in a for loop. | wiki.python.org