Abstract
A quick reference for the Python programming language, version 2.2.
This publication is available in Web form and also as a PDF document.
Please forward any comments to tcc-doc@nmt.edu.
Table of Contents
class constructmath modulecmath module: complex mathtypes modulestring modulere modulesys modulerandom module: random
number generationtime module: dates and timesos module: operating
system interfacestat module: file statisticspath module: file and
directory interfaceos modulePython is a recent, general-purpose, high-level programming language. It is freely available and runs pretty much everywhere.
For local documentation, see the Python help page.
Complete documentation will be found at the python.org
homepage.