Yurttas/PL/SL/python/docs/core-python-programming/doc/16/tut/node2.html
Jump to navigation
Jump to search
Contents
- ** 1.1 Where From Here
- 2.1 Invoking the Interpreter
- 2.2 The Interpreter and Its Environment
- 3.1 Using Python as a Calculator
- 3.2 First Steps Towards Programming
- 4.1 if Statements
- 4.2 for Statements
- 4.3 The range() Function
- 4.4 break and continue Statements, and else Clauses on Loops
- 4.5 pass Statements
- 4.6 Defining Functions
- 4.7 More on Defining Functions
- 5.1 More on Lists
- 5.2 The del statement
- 5.3 Tuples and Sequences
- 5.4 Dictionaries
- 5.5 More on Conditions
- 5.6 Comparing Sequences and Other Types
- 6.1 More on Modules
- 6.2 Standard Modules
- 6.3 The dir() Function
- 6.4 Packages
- 7.1 Fancier Output Formatting
- 7.2 Reading and Writing Files
- 8.1 Syntax Errors
- 8.2 Exceptions
- 8.3 Handling Exceptions
- 8.4 Raising Exceptions
- 8.5 User-defined Exceptions
- 8.6 Defining Clean-up Actions
- 9.1 A Word About Terminology
- 9.2 Python Scopes and Name Spaces
- 9.3 A First Look at Classes
- 9.4 Random Remarks
- 9.5 Inheritance
- 9.6 Private Variables
- 9.7 Odds and Ends
- A.1 Line Editing
- A.2 History Substitution
- A.3 Key Bindings
- A.4 Commentary