Unique Random Numbers Icon
Picks a number of unique random elements from a list.
Read tabular data from Excel spreadsheets Icon
Read tabular data from Excel spreadsheets script reads data from spreadsheet.
Free
Thread-safe caching object and HTTP implementation Icon
Implementation of an abstract, thread-safe cache with minimal locking.
Sorting big files Icon
This recipe can be used to sort big files according to a key
An interval mapping data structure Icon
This structure is a kind of dictionary which allows you to map data intervals
Asynchronous port forwarding Icon
This forward the TCP traffic from your machine to another host
Cross Platform Excel Parsing With Xlrd Icon
Easily extract data from microsoft excel files using this wrapper class for xlrd
Free
Set Process Priority In Windows Icon
Set Process Priority In Windows allows you to set process priority under windows
CSV to XML with configuration Icon
uses a python csv package, but adds configuration file
xmlrpc server/client Icon
xmlrpc server/client script does cookie handling and supports basic authenticati
Free
Get DHCP IP Icon
A small script which i use to get the DHCP ip of my laptop
Python Cryptography Toolkit Icon
A collection of cryptographic algorithms and protocols, implemented for use
Ordered Dictionary Icon
This dictionary class extends UserDict to record the order in which items added
Scramble Word Icon
Re-arrange characters of word by using simple string manipulation and Random.
Edge-coloring of a bipartite graph Icon
Edge-coloring of a bipartite graph script allows you to verify Konig's theorem.
Performance monitoring via telnet and ftp Icon
This code snippet shows how to kich off a performance data gathering shell scrip
Reverse Lookup Yellow Page Icon
look up personal/home address from a phone number (US & Canada) usage
Free
Decimal to Roman numerals Icon
Convert decimals to Roman numerials.
Simple Star Wars Game Icon
How to create a simple Space Invaders clone with a Star Wars theme.
Python XTEA Encryption Icon
This is a simple python implementation of the XTEA block encryption algorithm
LaTeX codec Icon
Codec for converting unicodes to LaTeX markup and vice versa.
Sieve of Eratosthenes Icon
Computes an infinite sequence of primes using simple generators.
Find and replace string in all files Icon
Change the IP address in his DNS hosting bind configuration
Paypal IPN Icon
This is a cgi script that allows you to log an ipn request from paypal.
Qt Twisted (threadedselectreactor) Icon
Integrates Qt using the threadedselectreactor.
Observer Design Pattern Icon
This simple class implements the observer design pattern
Twisted / BitTorrent :: Client / Server Icon
Two modules that run a BitTorrent server, and uses Twisted as a client
Web service accessible using both XML-RPC and SOAP Icon
This is yet another example of an XML-RPC capable web service
Free
Remote database access using XML-RPC and SOAP Icon
Shows how to remotely access a database via a web service supporting XML-RPC
Free
Parsing out EDI messages Icon
A parser I designed to work with HIPAA EDI files.
Free
Simple ZODB viewer in wxPython Icon
This is a very simple script to allow someone to examine a ZODB database.
Free
Read/write object for pkg-config files Icon
Here is a convenient way to create, parse, alter, and write .pc files.
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.
ZChat Icon
Provide an example of how the z_service module can be used.
Strip attachments from an email message Icon
This recipe shows a simple approach to using the Python email package to strip.
More