Interfaces Icon
Yet another attempt to deal with Interface concept in Python
Reading the System information Icon
Reading the System information and Softwares installed in Windows NT/XP/2000/9x
Gaussian quadrature with Log singularity Icon
Gaussian quadrature with Log singularity script computes the definite integral
Deciphering Caesar code Icon
How to use letter frequencies analysis to decipher French and English texts.
Scope qualifier for globals Icon
Scope qualifier for globals script contains the globaliser class
Hex dumper Icon
Hexadecimal display of a byte stream
Ring buffer Icon
A ring buffer is a buffer with a fixed size.
ASCII encoding guess Icon
This function can be used to check if a string contain only ASCII characters.
Getting uptime in windows 2000/NT/XP Icon
This recipe will help getting windows uptime using the "net statistics server"
A friendly mkdir() Icon
A more friendly mkdir() than Python's standard os.mkdir().
Free
Printing a banner/title line Icon
In the output of a command line script to group a section of output
Display an Image from a specified file Icon
Reads an image file from the filename specified as the 1st parameter
Free
Parsing the command line Icon
Parsing the command line script allows to use optparse module
Free
Simple XOR keyword Encryption Icon
A very simple keyword encryption algorithm
Free
How to freeze Python classes Icon
How to freeze Python classes script raises an error
Remote control with telnetlib Icon
Send commands to one or more logins using Python's standard telnetlib module.
Merging two sorted iterators Icon
Provide a mergeiter() function that can merge two iterators into single iterator
Free
Quick and easy FIFO queue class Icon
An easy First-In-First-Out queue class based on Python's List data structure.
Null Object Design Pattern Icon
Provide first-class citizens as a replacement for the primitive value None
Permutations using generators Icon
permIter() takes a sequence and returns an iterator.
Convert PDF to TIFF on Mac OS X Icon
Convert PDF to TIFF script is a very short code snippet
Finding the convex hull of a set of 2D points Icon
Calculates the convex hull of a set of 2D points and generates EPS files
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
Backup your files Icon
Makes backup versions of files
Free
Python robocopier Icon
Python robocopier - Advanced Directory Synchronization module (Python)
Free
Simple File Splitter/Combiner module Icon
This module can be used to split any file, text or binary to equal sized chunks.
'Zip walker' - Zip file tree generator Icon
A generator which provides a quick way to 'walk' a zip file archive.
A basic time profiler Icon
This recipe provides a very simple time profiling module
Free
Timeit module wrapper Icon
A simple, easy to use wrapper function for doing quick tests.
Amaze Icon
This is a simple maze generator & solver written in Python
Image extractor Icon
Extract images (jpeg/gif) from screensaver files, webshots collection 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.
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