This chapter covers the following topics:
A sample Python program
Building blocks of programming
Four types of data
What a variable is
Rules for naming variables
Giving a variable a value with an assignment statement
A good way to name variables
Special Python keywords
Case sensitivity
More complicated assignment statements
Print statements
Basic math operators
Order of operations and parentheses
A few small sample programs
Additional naming conventions
How to add comments in a program
Use of “whitespace”
Errors in programs
A Sample Python Program
Let’s jump right in and see an example of what Python ...