Downloading and Installing Python



So now what you should know is that Python is an Interpreted Language what this means is that we are going to have to download some software and then this piece of software is what you're going to be using so that it can convert your code that you write into machine code which the computer understands. Some people call it the Python interpreter some people call it the Python compiler.

So this is quite simple. To download this piece of software called the Python interpreter from python.org which is the official Python website. Just go to the downloads and download python 3.7 which is the newest by the time of writing this tutorial and I'm going to be talking more about this python versions.

You can see Python2.7 and Python3.7, you might be hearing people talking about Python 3.4, or 3.5, 2.7, etc. All these are just some versions of Python in which every version goes on being better and better, being added on more and more tools, more and more functionality. So download the latest Python 3 version. I'll be doing the whole series in Python 3

In the next tutorial, you will write your First Python Code/Program. Happy Python Programming.

For any Questions or Comments, Feel free to Contact Me.