Thursday, February 9, 2017

Python Installation and Distributions

There are numerous versions of Python and various distributions of Python on the internet today. In this post we’re just going to give a list of Python distributions and you decide which one you want to install. First of all there is just Python 2.x and Python 3.x on website www.python.org so if you want that select which Python you wish to install. After installation you can run Python from command prompt on Windows or Terminal on Linux distributions or open Python shell.
If you wish to install distribution here is a list of Python distribution so feel free to check it out:


Each of these Python distributions comes with a lot of libraries that you can utilize while creating your programs. On this website all the examples are done on Python(x/y) specifically Spyder. In general Python(x,y) utilize the Python 2.7.10 version. Short examples are ran on Python 2.7.10 opened from Command Prompt.

Some differences between Python 2.x and Python 3.x are explained in post “Differences between Python 2.x and Python 3.x” so check it out.

No comments:

Post a Comment