|
⇤ ← Revision 1 as of 2023-03-01 16:25:11
Size: 784
Comment:
|
Size: 918
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 123: | Line 123: |
| [[https://docs.python.org/3/library/itertools.html|Python itertools module documentation]] | [[https://docs.python.org/3/library/itertools.html|Python itertools module documentation]] (''In particular, note the Itertools Recipes section which demonstrates how itertools can be composed into higher-level functions.'') |
Python Itertools
Contents
Accumulate
Chain
Combinations
Combinations_With_Replacement
Compress
Count
Cycle
DropWhile
FilterFalse
GroupBy
ISlice
Pairwise
Permutations
Product
Repeat
StarMap
TakeWhile
Tee
Zip_Longest
See also
Python itertools module documentation (In particular, note the Itertools Recipes section which demonstrates how itertools can be composed into higher-level functions.)
