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
Turing Machine Simulator Icon
A Turing Machine Simulator that allows an arbitrary machine to be loaded
Towers of Hanoi for wxPython Icon
A simple Towers of Hanoi demo using wxPython.
The Markov Chain Algorithm Icon
A classic algorithm which can produce entertaining output, given a sufficiently
Simple SNTP client Icon
Uses the SNTP protocol (as specified in RFC 2030) to contact the server specifie
Boyer-Moore-Horspool string searching Icon
A string searching algorithm based upon Boyer-Moore string searching
LZ77 compression Icon
LZ77 is a compression algorithm upon which most popular compression formats
MAPI Send Icon
For sending MAPI mail within Python and at the cmd prompt
Simple telnet session scripting Icon
This is an EXTREMELY simple module for scripting a telnet session.
IronPython fade-in window Icon
This script describes how to create a fade-in window using IronPython.
A simple XML-RPC server Icon
This recipe demonstrates the creation of a simple XML-RPC server.
Free
Round-Robin Pairings Generator Icon
A round-robin algorithm for "fair" pairing of items from a list.
Gather detailed system information on Mac OS X Icon
This recipe uses the system_profiler application to retrieve detailed informatio
Mastermind-style code-breaking Icon
Framework for experimenting with guessing strategies in Master-mind style games.
Mini Fake DNS server Icon
Minimal python dns server, it only replies with a selected ip in an A record
Game theory payoff matrix solver Icon
Strategy oddments for two-player zero-sum games of perfect information.
Data Mining with Neural Nets Icon
Apply the IAC model to analyzing a database.
Finite State Machine (FSM) Icon
This recipe shows a Finite State Machine that can be used for parsing tasks.
URL Refresher Icon
Open a certain URL approximately every 0.5 second using your default browser.
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
Classmethod emulation in python2.1 Icon
Class methods were introduced in python2.2.
PySol Icon
PySol is an exciting collection of more than 200 solitaire card games.
Free
Lego Mindstorms Bluetooth interface Icon
The new Lego Mindstorms NXT brick has an on-board Bluetooth transceiver
Sudoku Solver Script Icon
This is a simple text based Sadoku puzzle solver.
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