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 "unix"
Tags:
-unix
x
Recipe 1 to 20 of 5064
« Prev
1
2
3
...
254
Next »
504
k
views
2
score
Convert string to hex
Python
/
web
/
by
Mykola Kharechko
(17 years ago)
455
k
views
8
score
Http client to POST using multipart/form-data
Python
/
web
/
by
Wade Leftwich
(21 years ago)
447
k
views
15
score
Send an HTML email with embedded image and plain text alternate
Python
/
network
/
by
darrin massena
(18 years ago)
394
k
views
3
score
The Game of Tic Tac Toe in Python
Python
/
beginner
,
game
,
python
/
by
Captain DeadBones
(10 years ago)
383
k
views
4
score
Constants in Python
Python
/
oop
/
by
Alex Martelli
(22 years ago, revision 2)
373
k
views
15
score
Creating a daemon the Python way
Python
/
threads
/
by
Chad J. Schroeder
(18 years ago, revision 6)
372
k
views
5
score
Testing if a variable is defined
Python
/
algorithms
/
by
Hamish Lawson
(22 years ago, revision 2)
360
k
views
7
score
"To sort a dictionary"
Python
/
search
/
by
Alex Martelli
(23 years ago, revision 2)
309
k
views
5
score
urrlib2 opener for SSL proxy (CONNECT method)
Python
/
network
/
by
Alessandro Budai
(18 years ago, revision 2)
296
k
views
0
score
Snake the game
Python
/
game
,
pygame
,
python
,
snake
,
the
/
by
Burak Tandogan
(9 years ago, revision 3)
296
k
views
4
score
Byte to Hex and Hex to Byte String Conversion
Python
/
text
/
by
Simon Peverett
(17 years ago)
284
k
views
9
score
A-star Shortest Path Algorithm
C++
/
algorithm
,
algorithms
,
game
,
graph
,
graphs
,
routes
/
by
FB36
(13 years ago, revision 4)
261
k
views
2
score
Uno (Text-Based)
Python
/
artificial_intelligence
,
cards
,
game
,
text_game
,
uno
/
by
Brandon Martin
(6 years ago)
255
k
views
10
score
OrderedSet
Python
/
ordered
,
set
/
by
Raymond Hettinger
(11 years ago, revision 9)
241
k
views
6
score
Dijkstra's algorithm for shortest paths
Python
/
algorithms
/
by
David Eppstein
(22 years ago)
236
k
views
1
score
Converting between ASCII numbers and characters
Python
/
text
/
by
Hamish Lawson
(22 years ago)
233
k
views
3
score
Get the path of the currently executing python script using import.
Python
/
sysadmin
/
by
Jitender Cheema
(18 years ago)
231
k
views
9
score
How to use super() effectively -- Python 2.7 version
Python
/
cooperative
,
inheritance
,
multiple
,
next_in_mro
,
super
/
by
Raymond Hettinger
(12 years ago, revision 8)
226
k
views
4
score
socket.recv -- three ways to turn it into recvall
Python
/
network
/
by
John Nielsen
(19 years ago, revision 5)
226
k
views
7
score
getch()-like unbuffered character reading from stdin on both Windows and Unix
Python
/
sysadmin
/
by
Danny Yoo
(21 years ago, revision 2)
Recipe 1 to 20 of 5064
« Prev
1
2
3
...
254
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes not tagged "unix"
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
(322)
+
−
text
(212)
+
−
oop
(184)
+
−
math
(167)
+
−
files
(149)
+
−
sysadmin
(149)
+
−
web
(143)
+
−
graphics
(141)
+
−
shortcuts
(138)
+
−
network
(135)
+
−
programs
(134)
+
−
database
(127)
+
−
mathematics
(102)
+
−
threads
(92)
+
−
xml
(90)
+
−
debugging
(89)
+
−
tkinter
(82)
+
−
linux
(75)
+
−
fractal
(73)
x
Undo