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 Read the rest of this entry »
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 Read the rest of this entry »
This script represents the implementation of a dictionary, whose items cannot be reset or deleted, nor new can be added.
Read the rest of this entry »
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.
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 Read the rest of this entry »
This script allows you to setup a SimpleAsyncHTTPServer with a few additional options not previously available for basic Python-only web servers.
Read the rest of this entry »
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 Read the rest of this entry »
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 Read the rest of this entry »
ExceptionContainer script is an Exception base-class that supports keyword arguments and printing.
Download from: Read the rest of this entry »