Iterators Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Intermediate | Create your own iterator | random iterators |
| Intermediate | Split an iterable in groups of size n | itertools generators looping iterators |
| Advanced | Use an infinite iterator to simulate a traffic light | itertools namedtuple iterators |