Each of the chapters will begin with a logistical overview, detailing the projects involved in the chapter, installation requirements, the file system setup for the projects and other useful details. These initial Logistical Overview sections will help you to get set up to follow along with the chapter.
In this chapter, I will walk through the creation of one Python program called hello_world.py. I will walk through the steps of creating the python program at the beginning of the chapter.
I will also introduce an interface for executing python commands directly called the terminal. Using the terminal, I will demonstrate several elementary programming concepts.
The finished product for the python program, as well as a program containing all of the terminal commands is available in the code folder of the external resources...