1. General Introduction¶
General Introduction¶
- 1.1. The Way of the Program
 - 1.2. Algorithms
 - 1.3. The Python Programming Language
 - 1.4. Executing Python in this Book
 - 1.5. More About Programs
 - 1.6. What is Debugging?
 - 1.7. Syntax errors
 - 1.8. Runtime Errors
 - 1.9. Semantic Errors
 - 1.10. Experimental Debugging
 - 1.11. Formal and Natural Languages
 - 1.12. A Typical First Program
 - 1.13. Comments
 - 1.14. Glossary