blob: 373c5fc406e9003ced79397cd7a629abbdabe7ab (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
WWW: https://github.com/more-itertools/more-itertools
|