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 not tagged "flush"
Tags:
-flush
x
Recipe 61 to 80 of 5090
« Prev
1
2
3
4
5
6
...
255
Next »
116
k
views
7
score
Compute Memory footprint of an object and its contents
Python
/
memory
,
sizeof
/
by
Raymond Hettinger
(10 years ago, revision 3)
113
k
views
5
score
Sorting dictionaries by value in Python 2.4
Python
/
search
/
by
Nick Coghlan
(19 years ago)
113
k
views
6
score
Guaranteed conversion to unicode or byte string
Python
/
text
/
by
Wai Yip Tung
(17 years ago)
109
k
views
9
score
SortedCollection
Python
/
bisect
,
collection
,
sorted
/
by
Raymond Hettinger
(13 years ago, revision 9)
107
k
views
2
score
BFS (breadth first search) graph traversal
Python
/
bfs
,
breath
/
by
mojave kid
(14 years ago, revision 4)
107
k
views
3
score
Search and replace text in a file.
Python
/
text
/
by
Jeff Bauer
(22 years ago)
106
k
views
1
score
When to not just use socket.close()
Python
/
network
/
by
John Nielsen
(18 years ago, revision 5)
106
k
views
7
score
Binary floating point summation accurate to full precision
Python
/
algorithms
/
by
Raymond Hettinger
(14 years ago, revision 5)
105
k
views
10
score
Module to allow Asynchronous subprocess use on Windows and Posix platforms
Python
/
sysadmin
/
by
Josiah Carlson
(16 years ago, revision 10)
104
k
views
1
score
Open a GLUT window and draw a sphere using Python/OpenGL
Python
/
graphics
/
by
Rick Muller
(18 years ago)
104
k
views
1
score
RSA: a simple and easy-to-read implementation
Python
/
encryption
,
learning
,
rsa
,
security
/
by
Andrea Corbellini
(9 years ago)
104
k
views
2
score
The Game of Battleships in Python
Python
/
beginner
,
game
,
python
/
by
Captain DeadBones
(9 years ago)
102
k
views
2
score
Minimal http upload cgi
Python
/
web
/
by
Noah Spurrier
(19 years ago, revision 3)
102
k
views
11
score
Generator for permutations, combinations, selections of a sequence
Python
/
algorithms
/
by
Ulrich Hoffmann
(20 years ago)
101
k
views
5
score
Simple Web Crawler
Python
/
crawler
,
network
,
parsing
,
web
/
by
James Mills
(12 years ago, revision 2)
100
k
views
2
score
Use generators for fetching large db record sets
Python
/
database
/
by
Christopher Prinos
(13 years ago, revision 5)
99
k
views
6
score
DBF reader and writer
Python
/
database
/
by
Raymond Hettinger
(14 years ago, revision 7)
98
k
views
1
score
high precision FPS
Python
/
fps
,
game
,
games
,
pure
/
by
Jiri Justra
(8 years ago, revision 2)
97
k
views
4
score
Threads, Tkinter and asynchronous I/O
Python
/
threads
/
by
Jacob Hallén
(21 years ago)
97
k
views
11
score
Read tabular data from Excel spreadsheets the fast and easy way
Python
/
database
/
by
Nicolas Lehuen
(17 years ago, revision 3)
Recipe 61 to 80 of 5090
« Prev
1
2
3
4
5
6
...
255
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes not tagged "flush"
Top-rated recipes
Decorator for BindingConstants at …
(Python)
Infix operators
(Python)
Spreadsheet
(Python)
Named Tuples
(Python)
Linear equations solver in 3 lines
(Python)
Singleton? We don't need no stinki…
(Python)
Send an HTML email with embedded i…
(Python)
Creating a daemon the Python way
(Python)
Groupby
(Python)
Readable switch construction witho…
(Python)
Related tags
+
−
algorithms
(385)
+
−
python
(333)
+
−
text
(213)
+
−
oop
(184)
+
−
math
(167)
+
−
sysadmin
(151)
+
−
files
(150)
+
−
web
(143)
+
−
graphics
(141)
+
−
shortcuts
(138)
+
−
network
(135)
+
−
programs
(134)
+
−
database
(127)
+
−
mathematics
(102)
+
−
linux
(92)
+
−
threads
(92)
+
−
xml
(90)
+
−
debugging
(89)
+
−
tkinter
(82)
+
−
windows
(82)
x
Undo