Lesson 20: Generators, Generator expression Agenda 07-05-2019 Today we will look at: Iterator class Generators Generator expressions We will also use the things we learned the last sessions, like: List Comprehensions, Decorators, Lambda Expressions Required reading 9.8. Iterators 9.9. Generators 9.10. Generator Expressions iter next Supplementary reading Introduction to Python Generators Exercises All exercises