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
Latest recipes not tagged "sort"
Tags:
-sort
x
Recipe 5021 to 5040 of 5074
« Prev
1
...
250
251
252
253
254
Next »
11
k
views
1
score
Accurate "Look before you leap" for safer (but still full) polymorphism
Python
/
oop
/
by
Alex Martelli
(22 years ago)
26
k
views
2
score
various idioms for "call my superclass's __init__ IF it has one"
Python
/
oop
/
by
Alex Martelli
(22 years ago, revision 2)
11
k
views
4
score
Multicasting on objects
Python
/
oop
/
by
Eduard Hiti
(21 years ago, revision 2)
9
k
views
1
score
Getting a dictionary of all members of a class hierarchy
Python
/
oop
/
by
Jürgen Hermann
(22 years ago)
19
k
views
1
score
Handling URLs within a CGI script
Python
/
cgi
/
by
Jürgen Hermann
(22 years ago)
66
k
views
1
score
Simulating the ternary operator in Python
Python
/
text
/
by
Jürgen Hermann
(22 years ago)
41
k
views
1
score
Strip tags and Javascript from HTML page, leaving only safe tags
Python
/
web
/
by
Itamar Shtull-Trauring
(22 years ago)
6
k
views
1
score
Print an expression and its value, along with filename and linenumber
Python
/
debugging
/
by
Itamar Shtull-Trauring
(22 years ago)
15
k
views
1
score
Windows free drive space report
Python
/
sysadmin
/
by
Matt Keranen
(19 years ago, revision 10)
22
k
views
1
score
sparse: A dictionary based sparse matrix class
Python
/
graphics
/
by
Alexander Pletzer
(18 years ago, revision 6)
29
k
views
3
score
colormap: Returns an RGB tuple on a 0 to 255 scale for graphical packages
Python
/
graphics
/
by
Alexander Pletzer
(18 years ago, revision 5)
29
k
views
1
score
vector: A list based vector class supporting elementwise operations
Python
/
graphics
/
by
Alexander Pletzer
(21 years ago, revision 3)
11
k
views
1
score
a Set class for python
Python
/
oop
/
by
Thomas Heller
(22 years ago)
7
k
views
1
score
How to take the "cross product" of two infinite sequences
Python
/
algorithms
/
by
Danny Yoo
(22 years ago)
41
k
views
1
score
Reverse engineer MS Access/Jet databases
Python
/
database
/
by
Matt Keranen
(19 years ago, revision 5)
5
k
views
1
score
OrderedDictionary
Python
/ no tags /
by
Jay O'Connor
(22 years ago)
11
k
views
2
score
Importing a name from a module with a computed name
Python
/
oop
/
by
Jürgen Hermann
(22 years ago)
14
k
views
2
score
Parallel loop on index and sequence-item
Python
/ no tags /
by
Alex Martelli
(22 years ago, revision 3)
25
k
views
1
score
guaranteed-stable sort with the decorate-sort-undecorate idiom (aka Schwartzian transform)
Python
/
search
/
by
Alex Martelli
(22 years ago, revision 2)
66
k
views
6
score
MultiListbox Tkinter widget
Python
/
ui
/
by
Brent Burley
(22 years ago)
Recipe 5021 to 5040 of 5074
« Prev
1
...
250
251
252
253
254
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the latest recipes not tagged "sort"
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
(380)
+
−
python
(333)
+
−
text
(212)
+
−
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)
+
−
debugging
(89)
+
−
xml
(89)
+
−
windows
(82)
+
−
tkinter
(81)
x
Undo