/    /  Python – Installation

Python – Installation:

You can understand the Installation of python on windows and Ubuntu in this tutorial. Before that let me give provide you the download link for downloading the Python.

For Linux and Unix Systems, below is the link to download Python:

https://docs.python.org/3/using/unix.html

For Windows system, below is the link to download Python:

https://docs.python.org/3/using/windows.html

Installation on Ubuntu or Linux Systems:

Python will come pre-installed on most of the Linux distributions. Just you need to give the python3 to start programming in the terminal.

If you don’t have the Python, then get the source from

https://www.python.org/downloads/source/

Follow the below commands.

./configure

make

make install

Installation on windows systems:

Python installers are available to install python on 32-bit and 64-bit versions. Just download the installer and install the software. Once the installation opens the command prompt and give the python command to test.

Pic source: www.python.org