There are (at least) two distinguishable kinds of errors: syntax errors and exceptions.
Input and Output
There are several ways to present the output of a program; data can be printed in a human-readable form, or written to a file for future use.
Data Structures
This chapter describes some things you’ve learned about already in more detail, and adds some new things as well.
More Control Flow Tools
An Informal Introduction to Python
Using the Python Interpreter
Whetting your appetite
Introduction of Python OG series
Introduction of Python OG series
In fact, this is not a series about Official Guidence, just some notes during my traversal of The Python Tutorial