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 by Raymond Hettinger
Tags:
Recipe 81 to 97 of 97
« Prev
1
2
3
4
5
Next »
19
k
views
4
score
Simplified string substitution
Python
/
text
/
by
Raymond Hettinger
(19 years ago, revision 4)
10
k
views
3
score
Merge sorted sequences
Python
/
shortcuts
/
by
Raymond Hettinger
(19 years ago, revision 2)
13
k
views
3
score
XML Directory Tree
Python
/
programs
/
by
Raymond Hettinger
(19 years ago, revision 4)
9
k
views
1
score
Flexible enumerate()
Python
/
shortcuts
/
by
Raymond Hettinger
(19 years ago, revision 2)
50
k
views
15
score
Groupby
Python
/
algorithms
/
by
Raymond Hettinger
(19 years ago, revision 5)
34
k
views
3
score
Select the nth smallest element
Python
/
search
/
by
Raymond Hettinger
(19 years ago, revision 6)
11
k
views
2
score
Two-pass Pairing Heap with Multipass Auxiliary List
Python
/
algorithms
/
by
Raymond Hettinger
(19 years ago, revision 4)
13
k
views
3
score
Random samples without replacement
Python
/
algorithms
/
by
Raymond Hettinger
(19 years ago)
14
k
views
3
score
Floating Point Simulator
Python
/
algorithms
/
by
Raymond Hettinger
(19 years ago, revision 4)
20
k
views
2
score
deque collection class
Python
/
algorithms
/
by
Raymond Hettinger
(16 years ago, revision 8)
17
k
views
5
score
Implementation of sets using sorted lists
Python
/
algorithms
/
by
Raymond Hettinger
(16 years ago, revision 2)
13
k
views
7
score
Metaclass for Interface Checking
Python
/
debugging
/
by
Raymond Hettinger
(20 years ago, revision 4)
161
k
views
2
score
How to Set Environment Variables
Python
/
sysadmin
/
by
Raymond Hettinger
(21 years ago)
6
k
views
2
score
Variant of property() allowing one function to be used for multiple attributes.
Python
/
shortcuts
/
by
Raymond Hettinger
(20 years ago)
9
k
views
3
score
Improve dictionary lookup performance
Python
/
programs
/
by
Raymond Hettinger
(20 years ago, revision 3)
19
k
views
7
score
Generator Attributes
Python
/
threads
/
by
Raymond Hettinger
(21 years ago, revision 3)
15
k
views
2
score
Dictionary Mixin / Framework
Python
/
oop
/
by
Raymond Hettinger
(21 years ago, revision 2)
Recipe 81 to 97 of 97
« Prev
1
2
3
4
5
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular recipes by Raymond Hettinger
Top-rated recipes
Decorator for BindingConstants at …
(Python)
Spreadsheet
(Python)
Named Tuples
(Python)
Groupby
(Python)
Bloom Filter
(Python)
Proof-of-concept for a more space-…
(Python)
Dirt simple map/reduce
(Python)
Compare speeds of different kinds …
(Python)
OrderedSet
(Python)
LRU and LFU cache decorators
(Python)
x
Undo