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
Top-rated recipes by Eric Snow
Tags:
Recipe 1 to 20 of 39
« Prev
1
2
Next »
9
k
views
3
score
Smarter Default Arguments
Python
/
default_arguments
,
deferred
,
function
,
functions
/
by
Eric Snow
(12 years ago, revision 3)
10
k
views
2
score
A class decorator for creating named tuples
Python
/
metaprogramming
,
namedtuple
/
by
Eric Snow
(11 years ago, revision 3)
4
k
views
2
score
A Simpler Namespace Class
Python
/
namespaces
,
object
/
by
Eric Snow
(11 years ago, revision 3)
5
k
views
2
score
Make a Class Available in its Own Definition Body!
Python
/
class
,
metaclass
/
by
Eric Snow
(12 years ago)
6
k
views
2
score
Make a Class's Name Available in its Definition Body
Python
/
classes
/
by
Eric Snow
(12 years ago)
6
k
views
2
score
Simple but Powerful Grouped Constants -- A Step Toward NamedConstants
Python
/
constants
/
by
Eric Snow
(12 years ago, revision 6)
6
k
views
2
score
Inherit Method Docstrings Using Only Function Decorators
Python
/
decorator
,
decorators
,
docstring
/
by
Eric Snow
(12 years ago, revision 3)
12
k
views
2
score
Mixin and Overlay
Python
/
classes
,
inheritance
,
mixins
/
by
Eric Snow
(12 years ago)
8
k
views
1
score
Class-only Methods
Python
/
metaprogramming
/
by
Eric Snow
(11 years ago)
4
k
views
1
score
A Class Decorator that Adds a copy() Method
Python
/
metaprogramming
/
by
Eric Snow
(11 years ago)
5
k
views
1
score
A simple enum type
Python
/
enum
,
metaclass
/
by
Eric Snow
(11 years ago, revision 2)
3
k
views
1
score
ChainedList and ChainedListView: Exposing Multiple Lists as a Single Sequence
Python
/
lists
,
wrapper
/
by
Eric Snow
(11 years ago)
5
k
views
1
score
A generic factory factory.
Python
/
factory
/
by
Eric Snow
(11 years ago)
4
k
views
1
score
Tracking and Manipulating the Python Import State
Python
/
import
/
by
Eric Snow
(12 years ago)
6
k
views
1
score
A MutableMapping that Can Use Unhashable Objects as Keys
Python
/ no tags /
by
Eric Snow
(12 years ago)
6
k
views
1
score
A Script that Adds a Directory to sys.path Permanently
Python
/
script
,
sys_path
/
by
Eric Snow
(12 years ago)
9
k
views
1
score
Emulate Keyword-Only Arguments in Python 2
Python
/
argument
,
keyword_only
,
kwonly
,
parameter
/
by
Eric Snow
(12 years ago)
10
k
views
1
score
Simple Lock Classes Based on threading.Lock()
Python
/
lock
,
locking
/
by
Eric Snow
(12 years ago)
7
k
views
1
score
A Protocol for Making Objects Immutable
Python
/
freeze
,
immutable
,
mutable
,
unfreeze
/
by
Eric Snow
(12 years ago)
12
k
views
1
score
See What the Builtins Are
Python
/
builtins
/
by
Eric Snow
(12 years ago, revision 3)
Recipe 1 to 20 of 39
« Prev
1
2
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the top-rated recipes by Eric Snow
x
Undo