Archive for June, 2008



Another memoize Download

Thursday, June 26th, 2008

This script tries to be a safer and faster memoize decorator, it works with mutable types and with keyword args too. The code comes from many different versions found arou

Implementing an Immutable Dictionary Download

Thursday, June 26th, 2008

This script represents the implementation of a dictionary, whose items cannot be reset or deleted, nor new can be added.

CDDB Download

Thursday, June 26th, 2008

This very simple module can speak the CDDBP protocol for getting audio CD information from CDDB servers. It does not support the complete level 1 of the protocol.

Using Fonts Download

Thursday, June 26th, 2008

This Python/Pygame script demonstrates how to create and render on-screen text using fonts.
Down

PadPaper Editor Download

Thursday, June 26th, 2008

PadPaper Editor is a simple text editor. Nice Notepad replacement. This is a basic a GUI text editor, edits simple text files. Useful for making quick edits to files.

FDSM and Filestruct Download

Thursday, June 26th, 2008

Filestruct is a command line tool that will help you keep two directories in different locations in sync. It does that by recording changes in the file structure and recording

Asynchronous HTTP server Download

Thursday, June 26th, 2008

This script allows you to setup a SimpleAsyncHTTPServer with a few additional options not previously available for basic Python-only web servers.

TeXML Download

Wednesday, June 25th, 2008

TeXML is an XML syntax for TeX (LaTeX, ConTeXt).The processor transforms the TeXML markup into the TeX markup, escaping special and out-of-encoding characters. The intended aud

Quickslice decorator Download

Wednesday, June 25th, 2008

This script defines a decorator that allows for an abbreviated slice syntax in function arguments: {start:end}. Step is notsupported. Valid quickslices are dictionaries wi

ExceptionContainer Download

Wednesday, June 25th, 2008

ExceptionContainer script is an Exception base-class that supports keyword arguments and printing. Download from: