Installing Python
In this section, we’ll take a look at how to install the python interpreter and development environment.
Python has multiple versions available, such as Python 2.x and Python 3.x. It is recommended to install the latest stable version, which is Python 3.x. Python 2.x is no longer actively supported, and most new projects and libraries are designed for Python 3.x.
You can install python on Windows, Mac, or linux.
Install on Windows
In our lab, we’re using windows workstations, so we’ll need to install the Python Development Environment for Windows.
Open your web browser and navigate to the following website:
www.python.org/downloads/windows
From the downloads page, select the ‘executable installer’ of latest stable release.
.jpg)
Click ‘run’ when prompted by your browser. Or click ‘python-x.x.x-amd64.exe’ if you’re using Chrome.
.jpg)
Once the installer starts,...