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

6. Simple statements

6. Simple statements

6.1. Expression statements

6.2. Assignment statements

6.3. The assert statement

6.4. The pass statement
6.5. The del statement

6.6. The return statement

6.7. The yield statement

6.8. The raise statement

6.9. The break statement
6.10. The continue statement

6.11. The import statement
6.12. The global statement
6.13. The nonlocal statement

TOP

5. Expressions

5. Expressions

5. Expressions
5.1. Arithmetic conversions
5.2. Atoms
5.3. Primaries
5.4. The power operator
5.5. Unary arithmetic and bitwise operations
5.6. Binary arithmetic operations

5.7. Shifting operations
5.8. Binary bitwise operations
5.9. Comparisons
5.10. Boolean operations
5.11. Lambdas
5.12. Expression lists
5.13. Evaluation order
5.14. Summary

TOP

Python.use(better)《余録》The Python Standard Library¶

記事一覧 Python.use(better)《余録》

The Python Language Reference
《Python3.1|Jython2.5.1|IronPython2.6》

《著》小粒ちゃん+∞《監修》小泉ひよ子とタマゴ倶楽部
第0版♪2001/03/02 ● 第1版♪2003/05/25 ● 第2版♪2004/06/01 ● 第3版♪2009/02/28

関連記事