blob: 2bb5a2ffd0b92c138ea6e79d0d7a0995f63c96d3 (
plain) (
blame)
1
2
3
4
5
|
Python's itertools library is a gem - you can compose elegant solutions for a
variety of problems with the functions it provides.
In more-itertools one collect additional building blocks, recipes, and routines
for working with Python iterables.
|