Principal Component Analysis (PCA) Icon
A class that carries out Principal Component Analysis (PCA).
Free
Base64 File Converter Icon
This script allows the user to convert files to and from a base64 encoding
Free
Getting uptime in windows 2000/NT/XP Icon
This recipe will help getting windows uptime using the "net statistics server"
LZ77 compression Icon
LZ77 is a compression algorithm upon which most popular compression formats
Fast Fourier Transform Icon
This code implements the O(n log n) Cooley-Tukey FFT algorithm as simply.
Free
Add thousands separator commas to formatted number Icon
Needed formatted numbers with thousands separator commas added on an end-user
Free
An interval mapping data structure Icon
This structure is a kind of dictionary which allows you to map data intervals
Cross Platform Excel Parsing With Xlrd Icon
Easily extract data from microsoft excel files using this wrapper class for xlrd
Free
Performance monitoring via telnet and ftp Icon
This code snippet shows how to kich off a performance data gathering shell scrip
Find and replace string in all files Icon
Change the IP address in his DNS hosting bind configuration
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
Read/write object for pkg-config files Icon
Here is a convenient way to create, parse, alter, and write .pc files.
Getting the data dropped on a window Icon
Provide a log text buffer to output the data dropped.
How to implement state-dependent behavior Icon
How to implement state-dependent behavior script demonstrates a networkcard
Iterator to return items N-at-a-time Icon
Returns N-tuples built from the incoming items from another iterator
Using eval() To Transform Symbolic Expressions Icon
As an underhanded solution to an problem in an online programming challenge
Factorial Icon
This code gets factorial of a number and for negative numbers returns 1
Complex Boolean Regular Expression Class Icon
Need to look for the occurence of words in a string or group of words
Free
Python replacement for java.util.Properties Icon
Quick and easy way to process Java properties files using pure Python
Free
Resuming download of a file Icon
This script shows how to resume downloading of a file.
Free
A recursive function to get permutation of a list Icon
A recursive function to get permutation of a list script allows you to make
Free
A fast prime number list generator Icon
This is a fast prime number list generator using sieve algorithm.
Accessing MS exchange with webdav Icon
Accessing MS exchange with webdav script allows you to query an MS exchange.
Simplest HTTPS with basic proxy authentication Icon
Simple snippet of how to do proxy authentication with SSL using python
Stripchart Plotter Icon
OpenGL Stripchart plotter for a user defined number of channels.
Free
Extract text from XML document script Icon
To extract the text from an XML document.
Copy gmail.com contacts onto your mobile phone Icon
Uses the csv module to convert gmail.com contacts data to the "raw" gnokii.
Directory Size Lister for Windows Icon
List the summed size of a directory (or set of directories) without the GUI.
Python Script Viewer Icon
Written to take advantage of the custom CGI module
Disk Dumper Icon
This recipe will display a hex dump of the disk specified on the command line.
Principal Component Analysis (PCA) Icon
A class that carries out Principal Component Analysis (PCA).
Free
Stripchart Plotter Icon
OpenGL Stripchart plotter for a user defined number of channels.
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
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