How to Download Python ?


How to Download Python?




Steps to follow:

1. Go to Google

2. Type Python Download.

3. Click on the first link ( https://www.python.org/downloads/  ).

4. Go to Release Version.

4. Select Stable Version (Python 3.6.3).

5. Select Windows x86-64 executable installer.

6. Go to Download Path>>Double Click on downloaded file.

7. Click on Run.

A dialog should appear that looks something like this



Important: You want to be sure to check the box that says ADD Python 3.x to PATH as shown to ensure that the interpreter will be placed in your execution path. Then just click Install Now. That should be all there is to it. A few minutes later you should have a working Python 3 installation on your system.


How to Check and Verify the Version of Python:

Go to CMD:




Comments

Popular Post

Root Cause Analysis in Testing | Easy way to explain in interview about RCA

Agile Testing Interview Questions and Answers | Easy way to explain the Agile Testing Interview Questions.

Data Types in Python with explanation

Static and Non Static Method in Python | Class Method in Python

How to Run Python Code in IDLE

OOPS in python | Object Oriented Programming Languages and Systems | Static and Non Static in Python

Python IDEs and Code Editor | PyCharm

What is the difference between client-side validation and server-side validation?

Operators in Python and Types of Operators in Python