How to install Python

Before playing around with Python, we need to install Python obviously

Windows:

Go to Python.org and download the python executable installer. I recommend the latest stable version, but any 3.X version will do.

After the file is downloaded, click on it. The most important thing right now is to Add it to the windows PATH, so don’t forget to check the highlighted box:

Then, click on ‘Install now’ and just wait until it’s done.

Linux

For most of Linux distros, you just need to type:

sudo apt-get install python3

Mac OS:

Pretty much as the Windows version, go straight to Python.org and download the python executable installer, then click on Agree/Continue.