logo
itertools — Functions creating iterators for efficient looping — Python 3.14.5 documentation

itertools — Functions creating iterators for efficient looping — Python 3.14.5 documentation

This module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. Each has been recast in a form suitable for Python. The module standardizes a core set...

Related Recipes