Programming Methods - Algorithms



xmlrpc server/client Download

Sunday, May 11th, 2008

xmlrpc server/client script does cookie handling and supports basic authentication. The client sends a request with basic authentication and the server on successful authentica

Simple Page Archive Download

Wednesday, May 7th, 2008

This is a simple CGI script to create an online archive of web pages you want to preserve for the future.
Dow

Helpful 5-liner version of os.makedirs Download

Wednesday, May 7th, 2008

This script contains a function that creates missing directories for a given path and returns a normalized absolute version of the path.If the given path already exists in

Binary search and insert in Python Download

Wednesday, May 7th, 2008

This script demonstrates a binary search through sorted data using bisect.

A large array of random numbers is generated and then sorted. The the application s

Tail -f in Python Download

Thursday, May 1st, 2008

This script represents a simple implementation of the standard UNIX utility tail -f in Python.
Dow

SMTP Mailsink Download

Thursday, May 1st, 2008

This class starts up an SMTP server which acts as an email sink, collecting all received emails destined for any address. All emails are routed to a Portable Unix Mailbox file.

z_string Download

Tuesday, April 29th, 2008

This module provides several functions that can encode and decode a string. It also has a function called partition for designing faster algorithms.

IMDbPY Download

Monday, April 28th, 2008

IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about both movies and people. Platform-independent and written in pure Python (and