Python Library Reference

Guido van Rossum
Dept. CST, CWI, P.O. Box 94079
1090 GB Amsterdam, The Netherlands
E-mail: guido@cwi.nl

<#4#>4 May 1994
Release 1.0.2<#4#>

<#7402#>Abstract<#7402#>:

This document describes the built-in types, exceptions and functions and the standard modules that come with the Python system. It assumes basic knowledge about the Python language. For an informal introduction to the language, see the <#8#>Python Tutorial<#8#>. The <#9#>Python Reference Manual<#9#> gives a more formal definition of the language.

<#11#>