Differences between revisions 3 and 4
Revision 3 as of 2023-03-02 16:02:09
Size: 971
Comment:
Revision 4 as of 2023-06-15 18:37:17
Size: 1057
Comment:
Deletions are marked like this. Additions are marked like this.
Line 127: Line 127:
[[https://pymotw.com/3/itertools/|Python Module of the Day article for itertools]]

Python Itertools


Usage

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.)

Python Module of the Day article for itertools


CategoryRicottone

Python/IterTools (last edited 2023-06-15 18:37:17 by DominicRicottone)