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
Most viewed Python recipes tagged "oop"
Tags:
oop
x
Recipe 1 to 20 of 181
« Prev
1
2
3
...
10
Next »
383
k
views
4
score
Constants in Python
Python
/
oop
/
by
Alex Martelli
(22 years ago, revision 2)
222
k
views
16
score
Singleton? We don't need no stinkin' singleton: the Borg design pattern
Python
/
oop
/
by
Alex Martelli
(22 years ago, revision 2)
213
k
views
-1
score
The Singleton Pattern implemented with Python
Python
/
oop
/
by
Jürgen Hermann
(23 years ago, revision 2)
151
k
views
5
score
"Static-methods" (aka "class-methods") in Python
Python
/
oop
/
by
Alex Martelli
(22 years ago, revision 3)
148
k
views
29
score
Infix operators
Python
/
oop
/
by
Ferdinand Jamitzky
(19 years ago, revision 3)
147
k
views
12
score
Dependency Injection The Python Way
Python
/
oop
/
by
Zoran Isailovski
(17 years ago, revision 9)
133
k
views
10
score
The simple but handy "collector of a bunch of named stuff" class
Python
/
oop
/
by
Alex Martelli
(23 years ago, revision 2)
90
k
views
2
score
Factory pattern
Python
/
oop
/
by
Andres Tuells
(22 years ago, revision 2)
80
k
views
6
score
SOLVING THE METACLASS CONFLICT
Python
/
oop
/
by
Michele Simionato
(9 years ago, revision 5)
65
k
views
2
score
Create objects from variable class names
Python
/
oop
/
by
Peter van Kampen
(19 years ago, revision 3)
60
k
views
1
score
Overriding __new__ for attribute initialization
Python
/
oop
/
by
Dan Perl
(19 years ago)
46
k
views
4
score
Property decorator for python 2.4
Python
/
oop
/
by
George Sakkis
(19 years ago, revision 3)
45
k
views
1
score
Abstract methods/classes
Python
/
oop
/
by
Ivo Timmermans
(20 years ago, revision 2)
44
k
views
2
score
Dynamically added methods to a class
Python
/
oop
/
by
Brett Cannon
(22 years ago)
44
k
views
5
score
Observer Pattern
Python
/
oop
/
by
Jørgen Cederberg
(21 years ago, revision 2)
41
k
views
4
score
Cache decorator in python 2.4
Python
/
oop
/
by
George Sakkis
(19 years ago, revision 2)
41
k
views
5
score
Chained map lookups
Python
/
oop
/
by
Raymond Hettinger
(19 years ago, revision 2)
39
k
views
2
score
Constructor and Destructor Chaining
Python
/
oop
/
by
Michael Soulier
(21 years ago)
38
k
views
3
score
Automatically initializing instance variables from __init__ parameters
Python
/
oop
/
by
Henry Crutcher
(18 years ago, revision 3)
37
k
views
1
score
__getattr__: handle with care
Python
/
oop
/
by
Jose Sebrosa
(23 years ago)
Recipe 1 to 20 of 181
« Prev
1
2
3
...
10
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed Python recipes tagged "oop"
Top-rated recipes
Infix operators
(Python)
Singleton? We don't need no stinki…
(Python)
Dependency Injection The Python Way
(Python)
The simple but handy "collector of…
(Python)
A tidy property idiom
(Python)
SOLVING THE METACLASS CONFLICT
(Python)
Automatic attribute assignment
(Python)
Rich iterator wrapper
(Python)
Memento Closure
(Python)
C#-Style Events in Python
(Python)
Related tags
+
−
pattern
(3)
+
−
python
(3)
+
−
decorator
(2)
+
−
descriptor
(2)
+
−
educational
(2)
+
−
framework
(2)
+
−
simulation
(2)
+
−
state_machine
(2)
+
−
algorithms
+
−
backup
+
−
beginner
+
−
callback
+
−
cascade
+
−
case
+
−
chaining
+
−
class
+
−
consistency
+
−
decorators
+
−
default_arguments
+
−
dependency_injection
x
Undo