Top -- Python library reference
Next: Introduction
Prev: (dir)
Up: (dir)
The Python library
This file 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 Python Tutorial. The Python
Reference Manual gives a more formal definition of the language.
(These manuals are not yet available in INFO or Texinfo format.)
This version corresponds to Python version 1.3 (13 Oct 1995).
Menu
- Introduction
- Built-in Objects
- Python Services
- String Services
- Miscellaneous Services
- Generic Operating System Services
- Optional Operating System Services
- UNIX Specific Services
- The Python Debugger
- The Python Profiler
- Internet and WWW
- Multimedia Services
- Cryptographic Services
- Macintosh Specific Services
- Standard Windowing Interface
- SGI IRIX Specific Services
- SunOS Specific Services
- Function Index
- Variable Index
- Module Index
- Concept Index
Next: Introduction
Prev: (dir)
Up: (dir)