Generators are a type of "iterator".
We have a generator object here (squares
):
```pycon
numbers = [2, 1, 3, 4, 7] squares = (n**2 for...
This is a premium screencast available only to active Python Morsels subscribers or users with a redemption code that provides screencast access.
Feel free to watch some of the free screencasts in the Generator Expressions topic series.
Need to fill-in gaps in your Python skills? I send regular emails designed to do just that.