How To Install Python On Windows / MacOS!

Manpreet Singh
Oct 16, 2020

--

Python is a great programming language, i’ve been using it for at-least 3 minutes and i’m having a blast. In this horribly written article I will show you how to install Python on either Windows or MacOS!

Installation On Windows

In order to install Python on your Windows PC, we want to make our way to this website:

On this page we want to go ahead and download the most recent stable version of Python 3.9. Once the file is downloaded, go ahead and double click the file and follow through the installation process to get it installed on your Windows PC.

Now, after the installation has gone through, you want to make your way over to your terminal (by going to your search and typing terminal) and you want to type in “ python -V” , this should output the version of Python for your PC.

--

--