The basics of Python

The following sections introduce you to the basics of the Python language.


In this section:

Variable names and assignment
Python data types
Determining the type of a variable
Sequences
Sequence operations
Python None
Continuation lines and comments
Printing variables using formatted output
Control blocks