To install Python, you need to download the official installer from the Python website. The installer will guide you through the installation process. We'll prefer using version 3.11 for this course. If you have any other version installed, you can still follow along with the course, but you may encounter some differences.
- Download the installer from the Python website. This should automatically be the correct version for your operating system.

- Run the installer file you just downloaded.
- Make sure to check the box that says "Add python.exe to PATH" and click "Customize installation".

- On the next screen, make sure everything is checked and click "Next".

- On the next screen, make sure everything is checked like in the image below and click "Install".

In Windows, click on the start menu and you should see a new entry called "IDLE (Python 3.11 64-bit)". Click on it to open the Python shell. You can also open the shell by typing "IDLE" in the search bar.
You should see a window like this:

Alternatively, you can open the shell by typing "cmd" in the search bar and then typing "python" in the command prompt.
