The Python Language Reference

The Python Language Reference
Release:	3.1
Date:	November 20, 2009

1. Introduction
1.1. Alternate Implementations
1.2. Notation
2. Lexical analysis
2.1. Line structure
2.2. Other tokens
2.3. Identifiers and keywords
2.4. Literals
2.5. Operators
2.6. Delimiters
3. Data model
3.1. Objects, values and types
3.2. The standard type hierarchy
3.3. Special method names
4. Execution model
4.1. Naming and binding
4.2. Exceptions

5. Expressions

6. Simple statements

7. Compound statements

8. Top-level components
8.1. Complete Python programs
8.2. File input
8.3. Interactive input
8.4. Expression input
9. Full Grammar specification

© Copyright 1990-2009, Python Software Foundation. 
The Python Software Foundation is a non-profit corporation. Please donate. 
Last updated on Nov 20, 2009. Created using Sphinx 0.6.3.

Last updated♪2009/11/21