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 George Sakkis
Tags:
Recipe 1 to 20 of 26
« Prev
1
2
Next »
6
k
views
1
score
Simultaneous topdown and bottomup variant of os.walk() (alt. title: "Delete .pyc files and empty directories recursively")
Python
/
os_walk
/
by
George Sakkis
(14 years ago)
9
k
views
4
score
Browser history data structure
Python
/
datastructures
,
datastuctures
/
by
George Sakkis
(14 years ago, revision 6)
7
k
views
4
score
Context manager for restoring a value
Python
/
contextlib
,
context_manager
/
by
George Sakkis
(14 years ago, revision 8)
37
k
views
3
score
Records
Python
/
datastructures
,
namedtuple
,
record
/
by
George Sakkis
(15 years ago)
13
k
views
1
score
Handling ties for top largest/smallest elements
Python
/
heapq
,
largest
,
smallest
,
top
/
by
George Sakkis
(15 years ago, revision 8)
6
k
views
2
score
Yet another Null object
Python
/
design_pattern
,
dummy
,
null
/
by
George Sakkis
(15 years ago)
12
k
views
4
score
Introspecting call arguments
Python
/
algorithms
/
by
George Sakkis
(14 years ago, revision 2)
6
k
views
1
score
Iterating over fixed size blocks
Python
/
algorithms
/
by
George Sakkis
(16 years ago)
17
k
views
2
score
Roundrobin generator
Python
/
algorithms
/
by
George Sakkis
(16 years ago)
13
k
views
1
score
Generic block iterator
Python
/
algorithms
/
by
George Sakkis
(16 years ago, revision 4)
14
k
views
2
score
Yet another threadpool module
Python
/
oop
/
by
George Sakkis
(17 years ago, revision 4)
9
k
views
1
score
Re-evaluatable default argument expressions
Python
/ no tags /
by
George Sakkis
(17 years ago, revision 2)
13
k
views
5
score
Rich iterator wrapper
Python
/
oop
/
by
George Sakkis
(17 years ago)
11
k
views
1
score
Generating combinations in blocks
Python
/
algorithms
/
by
George Sakkis
(17 years ago, revision 2)
10
k
views
1
score
Fixed keys mapping type
Python
/
oop
/
by
George Sakkis
(17 years ago, revision 3)
12
k
views
1
score
Reusing default function arguments
Python
/
oop
/
by
George Sakkis
(18 years ago, revision 2)
9
k
views
0
score
Safe heap queue class
Python
/
algorithms
/
by
George Sakkis
(18 years ago, revision 3)
6
k
views
1
score
Instantiating pickled instances transparently
Python
/
oop
/
by
George Sakkis
(18 years ago)
46
k
views
4
score
Property decorator for python 2.4
Python
/
oop
/
by
George Sakkis
(18 years ago, revision 3)
14
k
views
1
score
Implementing Java inner classes using descriptors
Python
/
oop
/
by
George Sakkis
(18 years ago, revision 2)
Recipe 1 to 20 of 26
« Prev
1
2
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular recipes by George Sakkis
Top-rated recipes
Rich iterator wrapper
(Python)
Browser history data structure
(Python)
Context manager for restoring a va…
(Python)
Introspecting call arguments
(Python)
Property decorator for python 2.4
(Python)
Cache decorator in python 2.4
(Python)
Table indentation
(Python)
Records
(Python)
Yet another Null object
(Python)
Roundrobin generator
(Python)
x
Undo