August 2019
Beginner
482 pages
12h 56m
English
There is a built-in library for working with iterations—itertools. This library provides a large set of sophisticated iterable constructors in three main categories:
There are a lot of functions, so be sure to check the documentation (https://docs.python.org/3/library/itertools.html). Here, we will discuss just a handful of them.
Read now
Unlock full access