Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
ActivePerl
ActivePython
ActiveTcl
ActiveGo
Komodo IDE
|
more
▼
Lists
Bugs
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Most viewed recipes by Alex Martelli
Tags:
Recipe 21 to 27 of 27
« Prev
1
2
Next »
14
k
views
2
score
Parallel loop on index and sequence-item
Python
/ no tags /
by
Alex Martelli
(21 years ago, revision 3)
14
k
views
2
score
high-performance currying with instancemethod
Python
/
algorithms
/
by
Alex Martelli
(19 years ago)
12
k
views
1
score
Reading Lines with Continuation Characters
Python
/
files
/
by
Alex Martelli
(21 years ago)
12
k
views
1
score
The Auxiliary-Dictionary idiom for sequences with frequent 'in' tests
Python
/
search
/
by
Alex Martelli
(21 years ago, revision 2)
11
k
views
1
score
Fast copy of an object having a slow __init__
Python
/
oop
/
by
Alex Martelli
(21 years ago)
10
k
views
1
score
Accurate "Look before you leap" for safer (but still full) polymorphism
Python
/
oop
/
by
Alex Martelli
(22 years ago)
10
k
views
3
score
Expanding and Compressing Tabs
Python
/
text
/
by
Alex Martelli
(21 years ago, revision 2)
Recipe 21 to 27 of 27
« Prev
1
2
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes by Alex Martelli
Top-rated recipes
Singleton? We don't need no stinki…
(Python)
The simple but handy "collector of…
(Python)
Determining Current Function Name
(Python)
"To sort a dictionary"
(Python)
Yet Another Python Templating Util…
(Python)
Add an entry to a dictionary, unle…
(Python)
"Static-methods" (aka "class-metho…
(Python)
Constants in Python
(Python)
Expanding and Compressing Tabs
(Python)
high-performance currying with ins…
(Python)
x
Undo