Generators Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Pybites date generator | generators datetime |
| Beginner | Filter a list of names | generators break continue looping |
| Beginner | A countdown generator | generators |
| Intermediate | Pybites die hard | generators file processing Counter namedtuple |
| Intermediate | Generate a table of n sequences | generators zip |
| Intermediate | Write an infinite sequence generator | generators itertools string module zip |
| Intermediate | List and filter files in a directory | generators glob os module |
| Intermediate | Contemporary composers | exception handling generators datetime dict namedtuple |
| Intermediate | Bite notification planner | generators datetime |
| Intermediate | Split an iterable in groups of size n | generators iterators itertools looping |