05:16duration 5 minutes 16 seconds
Lesson 28.7 Iterator Chaining
Generators take iterators as input, but they also produce one as output. In this video we show how to chain iterators together, doing complex operations on our data.
07:38duration 7 minutes 38 seconds
Lesson 28.2 Iterable Classes
In this video, we show how to make our own iterable and iterator classes. These are actually tightly linked, and you need one to create the other.