`Systems programming in Python'
Two small scripts to help you manage your disk space,
with examples of reuse and inheritance.
A skip list container class
in Python
An object for managing sequences of other objects,
developed under the Cleanroom software development
methodology.
`prime.py: Numerical programming in Python'
An example of numerical programming, showing functions that
test for prime numbers and factor a number into its
component primes.