How to install python

0 votes
I am new to python and want to install it on my windows 10 machine. Can anyone please help?
Feb 28, 2019 in Python by Akanksha
980 views

1 answer to this question.

0 votes

@Akanksha if you are new to python, then let me tell you that the most stable version of python is v-2.7 and the latest is v-3.7. So if you are a beginner you can use any one of them, as its pretty much similar. Just keep in mind that programs written on v-2.7 sometimes shows errors on other versions due to some changes in syntax, so feel free to use any one of them.

Now lets come to the installation process:

1. Go to https://www.python.org/downloads/ and click on button 'Download Python 3.7.2' to download the latest version. You can also scroll down on the page to download any specific version of python:

2. Once the download is completed, double click on the .exe file and it will open the setup window. Now you can click on 'Install Now' to install python with default setting. Also don't forget to click on 'Add python 3.7 to Path' :

 

3. Then it will start the installer and on completion you will be see this window showing message 'Setup was successful'.

 

4. And Python is installed successfully on your machine. To check the same, open 'Command Prompt' and type 'python'. You will see the version and other details. 

answered Feb 28, 2019 by Anvi
• 14,150 points

Related Questions In Python

0 votes
1 answer

How to install Python MySQLdb module using pip?

It's easy to do, but hard to ...READ MORE

answered Aug 20, 2018 in Python by charlie_brown
• 7,720 points
1,661 views
0 votes
1 answer

How to install OpenCV for Python 2.7?

The official OpenCV installer does not install ...READ MORE

answered Nov 14, 2018 in Python by SDeb
• 13,300 points
1,931 views
0 votes
1 answer

how to install pandas in python

it is very basic to install pandas if ...READ MORE

answered Mar 6, 2019 in Python by Waseem
• 4,540 points
1,015 views
0 votes
1 answer

How to install Python on Windows and set path variable?

Install python from this link https://www.python.org/downloads/ After ...READ MORE

answered May 24, 2019 in Python by anonymous
• 180 points
2,443 views
0 votes
0 answers

How to install python modules using wheeling format?

Can you show the installation of pyaudio ...READ MORE

Jun 21, 2019 in Python by Waseem
• 4,540 points
418 views
+1 vote
1 answer

How to install a module in Python 3.6 ?

If you are using Ubuntu then the ...READ MORE

answered Jun 25, 2019 in Python by Arvind
• 3,040 points
951 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,023 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,411 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP