Non-Programmers Tutorial For Python
Previous:
Front Matter
Up:
Non-Programmers Tutorial For Python
Next:
1. Intro
Contents
Front Matter
1. Intro
1.1 First things first
1.2 Installing Python
1.3 Interactive Mode
1.4 Creating and Running Programs
1.5 Using Python from the command line
2. Hello, World
2.1 What you should know
2.2 Printing
2.3 Expressions
2.4 Talking to humans (and other intelligent beings)
2.5 Examples
3. Who Goes There?
3.1 Input and Variables
3.2 Examples
4. Count to 10
4.1 While loops
4.2 Examples
5. Decisions
5.1 If statement
5.2 Examples
6. Debugging
6.1 What is debugging?
6.2 What should the program do?
6.3 What does the program do?
6.4 How do I fix the program?
6.5 Debugging tools
7. Defining Functions
7.1 Creating Functions
7.2 Examples
8. Lists
8.1 Variables with more than one value
8.2 More features of lists
8.3 Examples
9. For Loops
10. Boolean Expressions
11. Dictionaries
12. Using Modules
13. More on Lists
14. Revenge of the Strings
14.1 Examples
15. File IO
16. Dealing with the imperfect (or how to handle errors)
17. The End
18. FAQ
19. Changes for ActivePython
About this document ...
Non-Programmers Tutorial For Python
Previous:
Front Matter
Up:
Non-Programmers Tutorial For Python
Next:
1. Intro