Geocoding via Google Maps Icon
A simple script written as an experiment in geocoding addresses in a database
Free
Create SQL tables from CSV files Icon
Script generates CREATE TABLE statements based on the width of data
Free
Format database field names in Excel Icon
Format database field names in Excel script applies some simple formatting rules
Free
Asynchronous HTTP server Icon
A recipe version of the SimpleAsyncHTTPServer
Free
Simple web request benchmark Icon
Simple web request benchmark script measures the amount of time to perform.
Free
Read flash video (.flv files) metadata Icon
How to read metadata from flash video files (height, width, etc.)
Free
Smiley Face Generator Icon
Smiley Face Generator script generates allmost all of the possible smiley faces
Free
A lazy, memoized attribute space Icon
This class provides thunk-like behavior in standard Python.
Free
A class keeps a reference to it's instance Icon
This recipe implements a base class, which allows derived classes to track.
Free
A queue for string data Icon
A queue data structure, for string data only, which looks like a File object
Free
Pack multiple images into one image Icon
Packing images of different sizes into one image is often required.
Free
A ThunkSpace for Python Icon
This useless hack allows normal functions to be attached to a 'ThunkSpace
Free
Automatic argument type conversion Icon
Automatic argument type conversion script is a decorator that can be used to cas
Free
Pivot/Crosstab/Denormalization of Normalized List Icon
This function creates a cross-tab or pivot table from a normalised input table.
Free
A simple XML-RPC server Icon
This recipe demonstrates the creation of a simple XML-RPC server.
Free
Minimal http upload cgi Icon
This is a bare-bones cgi file upload. It will display an upload form and save
Free
xor for strings Icon
Simple xor for strings
Free
Convert string to hex Icon
Qoute string converting each char to hex repr and back
Free
Base64 File Converter Icon
This script allows the user to convert files to and from a base64 encoding
Free
Automatically start the debugger on an exception Icon
When Python runs a script and an uncatched exception is raised.
Free
Deal Or No Deal Game Icon
A game based on the tv game show, Deal Or No Deal.
Free
All k-subsets from an n-set Icon
This recipe yields each subset of size k from a super set of size n.
Free
PySol Icon
PySol is an exciting collection of more than 200 solitaire card games.
Free
Http client to POST using multipart/form-data Icon
A scripted web client that will post data to a site.
Free
Create table statements for MS Access tables Icon
Parses the output of MS Access's documenter report and generates sql create.
Free
Catch the Furball Icon
Catch the Furball is an icebreaker-like game for friends to play around
Free
Fast Fourier Transform Icon
This code implements the O(n log n) Cooley-Tukey FFT algorithm as simply.
Free
The Magic Notebook Icon
The Magic Notebook lets you keep and organize notes.
Free
SRCDS Icon
A library to interface with Half-Life2 Dedicated Servers
Free
ASCII to Hex converter Icon
Converts ascii to hex and back
Free
Word Scramble Solver Icon
A script I wrote to solve those word scramble puzzles you see
Free
DBF reader and writer Icon
Reader iterates over records in Dbase or Xbase files.
Free
Principal Component Analysis (PCA) Icon
A class that carries out Principal Component Analysis (PCA).
Free
Fractal tree Icon
This simple program can be used to compute and display a 2D fractal tree.
Free
web2ldap Icon
A generic LDAPv3 client which does not make any assumptions
Free
Stripchart Plotter Icon
OpenGL Stripchart plotter for a user defined number of channels.
Free
icmplib Icon
icmplib: library for creating and reading ICMP packets (Python)
Free
'Safe' Python module reload Icon
This is a script for python.
OK cancel dialog Icon
This is a script for python.
Free
ZChat Icon
Provide an example of how the z_service module can be used.
More