2.1 Introduction
The best way to learn Python is to try Python on the Python interpreter. In this chapter, we will illustrate how to install and use the Python interpreter. Installation can be done on all popular operating systems. As examples, we will demonstrate installion on Windows, Ubuntu (Linux), and Mac OS X.
2.2 Installation
The Python interpreter has been provided for a variety of platforms. An operating system
defines a scheme to store files and run codes in a specific manner. These different schemes require different settings of the Python interpreter ...