Go to https://www.python.org and then go to donwnload button dropdown and select windows.
Here in Python Releases for Window section you will see different versions available for pyhton.
To install on windows 64 bit, click on Windows x86-64 executable installer
$IMG
After donwnloading the setup ,click on it.
You will get installer window.
Before clicking on install Now , select Add Python to PATH checkbox.
To customize the installation like changing the path of target directory, you can click on Customize installation
Click on Install Now -> click Yes , Installation will start.
Once you see window Setup was successfull ,so Python has been installed now on your system.Click on Close.
Go to start button -> go to All Apps -> scroll down to under P category , You will find Python 3.7.
Now you will see 4 options there.
The first one is IDLE.
IDLE is Python's Integrated Development and Learning Environment.
IDLE has the following features:
coded in 100% pure Python, using the tkinter GUI toolkit.
cross-platform:
works mostly the same on Windows, Unix, and Mac OS X
The second option is Python's Command line option Python 3.7(64-bit).Click on it, it will open Python Shell.
Now you can start your Programming.
Start learning Python here
If you like dEexams.com and would like to contribute, you can write your article here or mail your article to admin@deexams.com . See your article appearing on the dEexams.com main page and help others to learn.