docs
code
community
mailing lists
downloads
blogs
bugs
safari bookshelf
workspace
ActiveState Code
Sign in
|
Register (Free!)
Add a recipe
|
Recipes
|
Languages
|
Tags
|
Authors
Python recipes tagged with "oop"
Recipe 41 to 60 of 168
« Prev
1
2
3
4
5
...
9
Next »
Type-checking decorator
Python
/
oop
/ 1 point (1 vote) /
by
Per Vognsen
(4 years ago, revision 2)
Function emulation using __call__
Python
/
oop
/ -1 points (1 vote) /
by
Derrick Wallace
(4 years ago, revision 2)
Reusing default function arguments
Python
/
oop
/
by
George Sakkis
(4 years, 1 month ago, revision 2)
Rebind class properties
Python
/
oop
/ 1 point (1 vote) /
by
Shekhar Tiwatne
(3 years, 11 months ago, revision 2)
Instantiating pickled instances transparently
Python
/
oop
/
by
George Sakkis
(4 years, 2 months ago)
dictproperty: properties for dictionary attributes
Python
/
oop
/
by
Ed Swierk
(2 months, 1 week ago, revision 3)
Observer pattern for method calls (low level AOP)
Python
/
oop
/
by
Paolo Veronelli
(4 years, 2 months ago, revision 8)
Self-managing, maintenance-free Signals implementation
Python
/
oop
/ 1 point (1 vote) /
by
Patrick Chasco
(4 years, 3 months ago, revision 3)
Boring Constructor Pattern
Python
/
oop
/ 3 points (3 votes) /
by
Ravi Teja Bhupatiraju
(4 years, 3 months ago, revision 5)
Auto Incrementer an Example of __call__ and yield
Python
/
oop
/
by
Chad Crabtree
(4 years, 4 months ago)
Wrapper class for the heapq module
Python
/
oop
/ 1 point (1 vote) /
by
Allen Downey
(4 years, 4 months ago)
Yet another Design By Contract module for Python
Python
/
oop
/
by
Dmitry Dvoinikov
(3 years, 2 months ago, revision 4)
General dispatching mechanism for C#-style events
Python
/
oop
/ 1 point (1 vote) /
by
Steven Cummings
(4 years, 4 months ago)
A queue for string data, which looks like a File object.
Python
/
oop
/
by
S W
(4 years, 4 months ago, revision 4)
Observer Design Pattern
Python
/
oop
/
by
Jonathan Kolyer
(4 years, 2 months ago, revision 2)
Constant types in Python
Python
/
oop
/ 2 points (2 votes) /
by
Ruud Erwig
(4 years, 6 months ago, revision 2)
Memento Closure
Python
/
oop
/ 4 points (4 votes) /
by
Zoran Isailovski
(4 years, 6 months ago, revision 3)
Caching object creation
Python
/
oop
/
by
Michele Simionato
(4 years, 6 months ago)
Another approach to the "automatic super" issue
Python
/
oop
/ -1 points (1 vote) /
by
Diego Novella
(4 years, 6 months ago, revision 3)
Dependency Injection The Python Way
Python
/
oop
/ 9 points (11 votes) /
by
Zoran Isailovski
(2 years, 8 months ago, revision 9)
Recipe 41 to 60 of 168
« Prev
1
2
3
4
5
...
9
Next »
View
20
,
50
,
100
recipes per page.
See all recipes tagged with "oop".
See all Python recipes.
Feed of Python recipes tagged with "oop"
Feed of all Python recipes