In the Programming course we will use the most recent version (3.13) of the Python programming language. You can download and install it for free on any operating system. We discuss the installation procedures in detail for Microsoft Windows, Linux and macOS.

Windows

There are several ways to install Python on Windows. One way is via the Microsoft Store:

Python 3.13 is now installed on your PC.

Alternative

If you do not succeed to install Python from the Microsoft Store, you can also download it directly from the python website. Once downloaded, you should only install it by double-clicking the downloaded file.

Ubuntu

Python version 3 should already be available after installing a recent Ubuntu version. You can check this by opening a terminal window and executing the command python3.

macOS

Install the newest version of Python. For our purposes we will choose the standard Python installation available on python.org.