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 recipes tagged "extending"
Tags:
extending
x
Recipe 1 to 20 of 47
« Prev
1
2
3
Next »
202
k
views
14
score
Readable switch construction without lambdas or dictionaries
Python
/
extending
/
by
Brian Beck
(19 years ago, revision 8)
153
k
views
4
score
Object Proxying
Python
/
extending
/
by
tomer filiba
(17 years ago)
49
k
views
1
score
Ordered Dictionary
Python
/
extending
/
by
David Benjamin
(22 years ago, revision 3)
35
k
views
6
score
Find all subclasses of a given class
Python
/
class
,
extending
,
inheritance
,
plugin
,
subclass
,
subclasses
,
type
/
by
Gabriel Genellina
(14 years ago, revision 3)
32
k
views
4
score
Windows Dll (with pointers parameters) calling with ctypes and calldll
Python
/
extending
/
by
Stefano Spinucci
(19 years ago, revision 3)
31
k
views
2
score
Import Modules/Discover methods from a directory name
Python
/
extending
/
by
Jesse Noller
(18 years ago, revision 2)
30
k
views
4
score
Defining Python class methods in C
Python
/
extending
/
by
Brent Burley
(23 years ago)
29
k
views
2
score
Use good old INI files for configuration
Python
/
extending
/
by
Dirk Holtwick
(22 years ago)
28
k
views
2
score
A more clean implementation for Ordered Dictionary
Python
/
extending
/
by
Igor Ghisi
(17 years ago)
27
k
views
1
score
To 'return None' from your Python-callable C function
Python
/
extending
/
by
Alex Martelli
(23 years ago)
23
k
views
1
score
Implementing C function callbacks using Python
Python
/
extending
/
by
pink chry
(22 years ago, revision 2)
19
k
views
2
score
A simple extension type for Python
Python
/
extending
/
by
Alex Martelli
(22 years ago, revision 2)
18
k
views
-1
score
A simple calculator that works with whole numbers written in C/Python.
Python
/
extending
/
by
Nycholas Oliveira e Oliveira
(15 years ago)
16
k
views
4
score
Python distutils + pkg-config
Python
/
extending
/
by
Micah Dowty
(17 years ago)
16
k
views
1
score
Easier positional arguments for optparse
Python
/
extending
/
by
Shekhar Tiwatne
(12 years ago, revision 5)
15
k
views
1
score
Sized Dictionary
Python
/
extending
/
by
James Kassemi
(17 years ago, revision 2)
13
k
views
1
score
How to define multiple initializers for a class, with different arguments
Python
/
extending
/
by
Paul McGuire
(15 years ago, revision 6)
12
k
views
1
score
Debug dynamically loaded C extensions with gdb
Python
/
extending
/
by
Joe VanAndel
(22 years ago)
12
k
views
2
score
Functions with Strictly Typed Arguments
Python
/
extending
/
by
S W
(19 years ago, revision 3)
12
k
views
1
score
List wrapper for generators (indexable, subscriptable)
Python
/
extending
/
by
Florian Leitner
(16 years ago, revision 4)
Recipe 1 to 20 of 47
« Prev
1
2
3
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes tagged "extending"
Top-rated recipes
Readable switch construction witho…
(Python)
Find all subclasses of a given cla…
(Python)
Container
(Python)
Python distutils + pkg-config
(Python)
Object Proxying
(Python)
Windows Dll (with pointers paramet…
(Python)
Defining Python class methods in C
(Python)
weakmethod
(Python)
ExceptionContainer
(Python)
Automatic ref-count management in …
(Python)
Related tags
+
−
plugin
(2)
+
−
class
+
−
extensible
+
−
inheritance
+
−
modules
+
−
post_processing
+
−
post_processing_script
+
−
sabnzbd
+
−
sabnzbdp
+
−
subclass
+
−
subclasses
+
−
type
x
Undo