How to install python, Installation of Python on Windows, Download Python, Download and install Python
By the way, usually you have to install Python. But sometimes luckily in some Operating System you get python Python 2. 7 is already installed. So for this you can check by going to your computer whether your computer has Python or not, for that you have to do some steps.
Step 1: First download Python. To download Python, go to the official website of Python. The official website of Python is www.python.org. Or you can download Python by going to this link – https://www.python.org/downloads/
When you visit it, you will get to see such an interface, then you can select the version of Python according to your operating system and then
Click on Download Python. After that the Python file will be downloaded to your computer.
Step 2: When your Python is downloaded, then you open your folder where your Python file is downloaded.
Double-click the downloaded .exe file; The following window will open. clik on installation and proceed.
Here you will see a check box at the bottom, first of all you should check it without thinking anything. With this, the path of your Python will be set automatically in your computer, you will not need to do anything.
So after processing this much python will start installing in your computer, it may take up to 3-4 minutes for python to be installed, it depends on your processor. After the completion of this last process, your Python will be installed.
Although this step is not necessary, but still if you want to verify that Python has been successfully installed and setup in your windows, then you can open CMD in it python –version commands type Enter it.
If you get Python version show like below image then it means Python has been installed.