Copyright © 2001-2008 Per Kraulis
The Python source code posted here is made available under the GNU General Public License Version 3 (or later) unless otherwise specified.
An extension to the XMLGenerator class in the standard xml.sax.saxutils package. Provides features for generating indented XML, and a few other helpful features.
Basic URL creation for cross-references to external web resources. The implemented web resources are mostly in bioinformatics, but the design is applicable in general.
A course in programming for beginners.
Random-number generators as Python extension types. This module is currently not maintained, but may prove useful for someone who wants to fiddle with it.
An introduction to programming for persistence of data: Files, XML and databases.