Blog Archive

Saturday, January 25, 2020

How to Install Python 3.8.x on windows10


How to Install Python 3.8.x on windows10



1. Introduction

 
What is Python? Python is a high-level, general-purpose programming language which was developed by Guido van Rossum and its first version released in 1991.the first standard version released as Python 1.0 in January 1994.

 It is used for:
  • Embedded Software
  • Data Analytics
  • Artificial Intelligence (Machine Learning and Deep Learning)
  • Web development
  • Software development
  • Mathematics,
  • System scripting and many more


2.Download and Installation 




Let’s take a look at how to install Python 3 on Windows System:

 Steps :

1. Click here Download to download Python IDE from its official site. Download Python 3.8.1(latest version as of date, ignore Python 2.7 )) for Windows, Linux/UNIX, Mac OS X, Other. Follow the instruction and Install it (Fig-01)




Fig-01



 Fig-02

2.  Python Releases for Windows, click on the link for the Latest Python 3 Release - Python 3.8.1.





  Fig-03

3. Scroll to the bottom and select either Windows x86-64 executable installer for 64-bit or Windows x86 executable installer for 32-bit.


4. Run the Installer. Once you have chosen and downloaded an installer, simply run it by double-clicking on the downloaded file. A dialogue box might appear that looks like this:





Fig-04



5. Important Note: Please make sure to check the checkbox that says Add Python 3.8.1 to PATH as shown to ensure that the interpreter will be placed in the execution path.





 Fig-05


6. After Installation, if you open python IDLE,  below mentioned shell will appear 

 

 Fig-06




Congrats !! Now You are ready with your Python IDLE


 











No comments:

Post a Comment