Another memoize Download
Thursday, June 26th, 2008This 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
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
This script represents the implementation of a dictionary, whose items cannot be reset or deleted, nor new can be added.
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.
This Python/Pygame script demonstrates how to create and render on-screen text using fonts.
Down
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.
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
This script allows you to setup a SimpleAsyncHTTPServer with a few additional options not previously available for basic Python-only web servers.
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
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 script is an Exception base-class that supports keyword arguments and printing. Download from: