This video covers the Python Generator functions, both premade ones and how to make your own python generator. The idea and purpose of a generator is to iterate through a list as efficiently as possible. To do this, each item is generated lazily, or on the spot, then thrown away after use.
Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex