Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Popular recipes tagged "itertools"
Tags:
itertools
x
12
k
views
3
score
And yet another round-robin generator
Python
/
generator
,
itertools
,
python
,
roundrobin
/
by
Jan Müller
(10 years ago)
6
k
views
1
score
Recursively defined, Haskell-style infinite lists
Python
/
decorator
,
functional
,
generator
,
infinite
,
itertools
,
lazy
,
recursive
/
by
John Crichton
(12 years ago, revision 2)
15
k
views
1
score
Flattening an arbitrarily deep list (or any iterator)
Python
/
flatten
,
iterator
,
itertools
,
list
,
python
,
tuple
/
by
Garrett
(12 years ago, revision 6)
4
k
views
2
score
Iterator Offsetter
Python
/
iterable
,
itertools
,
offset
/
by
Josh Bode
(12 years ago, revision 2)
6
k
views
1
score
lazy ordered unique elements from an iterator
Python
/
iterator
,
itertools
,
unique
/
by
Andrew Dalke
(12 years ago, revision 2)
8
k
views
0
score
Yet another roundrobin
Python
/
collections
,
itertools
,
roundrobin
/
by
Daniel Cohn
(13 years ago, revision 2)
6
k
views
1
score
Flattened List
Python
/
flat
,
generator
,
itertools
,
list
,
nested
/
by
marlonamor
(15 years ago, revision 2)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular recipes tagged "itertools"
Top-rated recipes
And yet another round-robin genera…
(Python)
Iterator Offsetter
(Python)
Recursively defined, Haskell-style…
(Python)
Flattening an arbitrarily deep lis…
(Python)
lazy ordered unique elements from …
(Python)
Flattened List
(Python)
Yet another roundrobin
(Python)
Related tags
+
−
generator
(3)
+
−
iterator
(2)
+
−
list
(2)
+
−
python
(2)
+
−
roundrobin
(2)
+
−
collections
+
−
decorator
+
−
flat
+
−
flatten
+
−
functional
+
−
infinite
+
−
iterable
+
−
lazy
+
−
nested
+
−
offset
+
−
recursive
+
−
tuple
+
−
unique
x
Undo