How to Install Python in Windows?
Installing Python
Python installation in Windows : To install Python, you must first download the installation package of your preferred version from this link:
You will be given the option to select between Python 3.5.1 and Python 2.7.11, the two most recent releases for Python 2 and 3. You can also scroll down the page to locate download links for prior releases if you’re looking for a specific release.
Typically, you would choose to download Python 3.5.1, which is the most recent version. It was made available on December 7, 2015. However, you might choose Python 2’s most recent release, 2.7.11. Which version will be most useful for your project will often determine your choices. Although Python 3 is the current and future version of the language, there may be situations when you need to acquire Python 2 due to compatibility or third-party tool requirements.
Install Python in Mac
If you’re using a Mac, you can download the installation package from this link:
Running the Installation file:
Once the download is complete, launch the downloaded.exe file to begin the installation process. IDLE, pip, and documentation are part of the standard installation.