Contributed Advanced Data Structure and Math Facilities (See also the collection of links to contributed Python math, data structures, and encoding stuff around the net, and http://www.python.org/topics/scicomp for scientific computing items.) avl.tar.gz Hybrid dicts/lists, with best-of-both (Sam Rushing) avl_NT.tar.gz AVL stuff compiled for Win/NT (Hirendra Hindocha) FixedPoint.py Fixed decimal precision arithmetic (Tim Peters) fsm.py Finite State Machine class (Skip Montanaro) gmpmodule.tar.gz New interface to GNU Multiprecision (math) library (Niels Möller) kjbuckets.tar.gz hash-table based datatypes C extension (Aaron Watters) (new: version 2.1) kwParsing.tar.gz Parser generator written in Python (Aaron Watters) kwParsing.example matrix.tar.gz Matrix and vector math in python (Mario Chemnitz) PQueue-0.1a.tar.gz priority queue extension (Andrew Snare) pymat.zip A Python-to-MATLAB interface (Andrew Sterian) PyLR.tar.gz Fast LR parsing in python (Scott Cotton) real-accurate.pyar Ideal real number math - unpack by applying python (Jurjen N.E. Bos) stats.tar.gz Many basic statistical functions (Gary Strangman) surd.py Rational numbers (surds) as objects (Nick Seidenman) TextFile.py Handle file as both file and sequence (Konrad Hinsen) tparsing.py Versatile template-based parsing (Aaron Watters) turing.tar.gz Turing machine simulation (emulation?) (amrit@xvt.com) yarn.tar.gz Yet Another Rational Numbers module (Lanny Ripple) z-curve.py Convert n dimension to the corresponding index z-curve.readme value in Z space filling curve (jk94r@ecs.soton.ac.uk)