Chapter 1

To be able to work with Python, a few prerequisites must be fulfilled. These Python must be installed on your computer.

Depending on which operating system is installed on your computer, you may need to install some things.

Windows

To be able to use Python on Windows, you must first download Python from the official page (https://www.python.org/downloads/) and then install it on your PC. install it on your PC. Please restart your PC after successful installation.

Linux

Linux is provided by various distributors. On all distributions Python is already installed. Here you only need to check whether the correct version is already installed. As we will be working with version ‚Python 3‘, open a terminal in Linux and enter the following command:

To find out the path of the installed Python version, enter the following in the terminal window:

MacOS

As with Windows, you must first download and install Python from the official website. and install it.