How to install Python on Windows 10 using UI and Windows command prompt?
Last updated
Last updated
Python is a widely used programming language that enables software and webpages, automates operations, and interprets information. It is used to make several different types of applications and isn't tailored for any particular issues. This tutorial will show you how to install Python on Windows 10 using UI and Windows Command prompt.
There are certain prerequisites that need to be met before you begin.
A system with Windows 10 installed.
a. Python Installation on Windows 10 using UI: Follow the below steps to install Python on Windows 10 using UI:
Download the python.exe file.
Open the downloaded python.exe file.
Click on Customize installation to start the installation process.
Select the Optional Features you want in Python and click Next.
Select the Advanced Options, choose the location for installation and click Install.
Click on Yes to allow the app to make changes to your device.
Python is successfully installed now.
b. Python Installation on Windows 10 using Windows Command prompt Follow the below steps to install Python on Windows 10 using Windows Command prompt:
Open Command Prompt.
Download the python.exe file using the below code:
Install Python using the below command:
Python is successfully installed now.
You have successfully installed Python. Also see How to Install Python 3 on Ubuntu 22.04 and Set Up a Programming Environment .