Python Installation
How to Install Python on Windows 10
We can install Python in these simple steps:
- Download the binaries.
- Run the executable installer.
- Add python to PATH environmental variables.
Step 1: Download the Python Installer binaries:
- Open the official Python website in your web browser.You can choose the version of Python you wish to install. It is recommended to install the latest version of Python.
- Click on the link to download Windows x86 executable installer if you are using a 32-bit installer. In case your Windows installation is a 64-bit system, then download Windows x86-64 executable installer.
Step 2: Run the Executable Installer:
Once the installer is downloaded, run the Python installer.
Check the Install launcher for all users check box. Further, you may check the Add Python 3.7 to path check box to include the interpreter in the execution path.
Follow the following steps for further installation.
5. Click on Customize Installation.
7. Click on Install. It will ask for your permission. Click on yes.
Step 3: Add Python to environmental variables
Go to windows Start Menu.
Search for “advanced system settings”.
Select “View advanced system settings”. In the “System Properties” window, click on the “Advanced” tab and then click on the “Environment Variables” button.
Locate the Python installation directory on your system. If you followed the steps exactly as above, python will be installed in below locations:
Step 4: Verify the Python Installation
- You have now successfully installed Python on Windows 10.
- You can verify if the Python installation is successful either through the command line or through the IDLE app that gets installed along with the installation.
- Search for the command prompt and type “python”.
Step 5: Compiler
You can use any compiler such as
- Pycharm Click here to Download (Recommeded).
- VsCode Click here to Download.
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete