Sitemap

How to Install Python 3?

1 min readJun 27, 2020
Press enter or click to view image in full size
Photo by Chris Ried on Unsplash

What is Python you may ask? Python is a high-level programming language that was initially designed by Guido van Rossum in 1991. The development of python was mainly for emphasis on code readability, and its syntax that allows programmers to express concepts in fewer lines of code.

Installation:

Now that we know a little bit about the history of Python lets gets started installing it.

To get started installing Python go to python.org and click on the download tab. Once there click install Python 3 it should have already detected your os but if not select your os and then start the download. Once installed open the installed file. Run the file and follow the instructions. Let's make sure that python has been installed successfully. To do this type python3 in the terminal. At the python 3 interpreter type print(“Hello World”) if it outputs Hello World congratulations you have just run your first python program.

Resources:

--

--

Puranjay Prashanth
Puranjay Prashanth

Written by Puranjay Prashanth

I'm Puranjay, a software developer and aspiring entrepreneur from Prosper, Texas.

No responses yet