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
Python Cookbook Edition 1 (set)
Recipe 61 to 80 of 103
« Prev
1
2
3
4
5
6
Next »
7
k
views
3
score
Finding the index of an item in embedded sequences
Python
/
search
/
by
Brett Cannon
(22 years ago)
134
k
views
2
score
Looping through multiple lists
Python
/
shortcuts
/
by
andy mckay
(22 years ago, revision 2)
43
k
views
1
score
Debug with garbage collection
Python
/
debugging
/
by
Dirk Holtwick
(22 years ago)
119
k
views
2
score
Checking whether a string contains a set of chars
Python
/
text
/
by
Jürgen Hermann
(22 years ago, revision 2)
31
k
views
1
score
Sending binary data to stdout under Windows
Python
/
files
/
by
Hamish Lawson
(21 years ago, revision 5)
9
k
views
1
score
Decorate an output stream with print-like methods
Python
/
oop
/
by
Jürgen Hermann
(22 years ago)
12
k
views
1
score
Converting a list of equal length lists into XML
Python
/
xml
/
by
Julius Welby
(21 years ago, revision 10)
7
k
views
1
score
Converting Between Different Naming Convetions
Python
/
text
/
by
Sami Hangaslammi
(22 years ago)
167
k
views
9
score
Fork a daemon process on Unix
Python
/
threads
/
by
Jürgen Hermann
(22 years ago)
13
k
views
1
score
Evaluating code inside strings
Python
/
text
/
by
Joonas Paalasmaa
(22 years ago)
32
k
views
1
score
Changing the indentation of a multi line string
Python
/
text
/
by
Tom Good
(22 years ago)
65
k
views
9
score
Determining Current Function Name
Python
/ no tags /
by
Alex Martelli
(22 years ago)
36
k
views
1
score
Read a text file by-paragraph
Python
/
files
/
by
Alex Martelli
(22 years ago, revision 2)
12
k
views
1
score
Reading Lines with Continuation Characters
Python
/
files
/
by
Alex Martelli
(22 years ago)
9
k
views
1
score
Scour Microsoft Windows registry for a list of name server addresses
Python
/
network
/
by
Wolfgang Strobl
(22 years ago, revision 3)
17
k
views
1
score
Get the Windows service name from the long name
Python
/
sysadmin
/
by
andy mckay
(22 years ago, revision 3)
7
k
views
1
score
wrap unbounded generator to restrict its output
Python
/
algorithms
/
by
Tom Good
(22 years ago)
12
k
views
1
score
Debug dynamically loaded C extensions with gdb
Python
/
extending
/
by
Joe VanAndel
(22 years ago)
13
k
views
1
score
Avoiding lambda in writing callback functions
Python
/ no tags /
by
Danny Yoo
(22 years ago)
44
k
views
6
score
Finding the convex hull of a set of 2D points
Python
/
algorithms
/
by
Dinu Gherman
(22 years ago)
Recipe 61 to 80 of 103
« Prev
1
2
3
4
5
6
Next »
Set Description
Recipes from the first edition of the
Python Cookbook
.
Created by
ActiveState Code
Other Information and Tasks
103 recipes in set
0 comments
51583 views
x
Undo