Python Basics

This chapter serves as an introduction to the Python programming language. The first section in the chapter establishes terminology related to foundational concepts that we will use throughout the rest of the book. The second section demonstrates how to use Python to perform a variety of arithmetic calculations. The third chapter introduces variables, which are used to store values.