Saturday, August 15, 2026
Home Data Mining How to install python in Windows 10?

How to install python in Windows 10?

This document shows downloading and installing Python 3.6.2 on Windows 7 in Summer 2017. You should download and install the latest version of Python. The current latest (as of Fall 2018) is Python 3.6.4.

Python: Version 3.6.4

The Python download requires about 30 Mb of disk space; keep it on your machine, in case you need to re-install Python. When installed, Python requires about an additional 90 Mb of disk space.

Downloading

  1. Click Python Download.The following page will appear in your browser.
  2. Click the Download Python 3.6.4 button.The file named python-3.6.4.exe should start downloading into your standard download folder. This file is about 30 Mb so it might take a while to download fully if you are on a slow internet connection (it took me about 10 seconds over a cable modem).The file should appear as
  3. Move this file to a more permanent location, so that you can install Python (and reinstall it easily later, if necessary).
  4. Feel free to explore this webpage further; if you want to just continue the installation, you can terminate the tab browsing this webpage.
  5. Start the Installing instructions directly below.

 

INSTALLATION PROCESS

  1. Double-click the icon labeling the file python-3.6.2.exe.An Open File – Security Warning pop-up window will appear.
  2. Click Run.A Python 3.6.2 (32-bit) Setup pop-up window will appear.
  3. Ensure that the Install launcher for all users (recommended) and the Add Python 3.6 to PATH checkboxes at the bottom are checked.If the Python Installer finds an earlier version of Python installed on your computer, the Install Now message will instead appear as Upgrade Now (and the checkboxes will not appear).
  4. Highlight the Install Now (or Upgrade Now) message, and then click it.A User Account Conrol pop-up window will appear, posing the question Do you want the allow the following program to make changes to this computer?
  5. Click the Yes button.A new Python 3.6.2 (32-bit) Setup pop-up window will appear with a Setup Progress message and a progress bar.
  6. During installation, it will show the various components it is installing and move the progress bar towards completion. Soon, a new Python 3.6.2 (32-bit) Setup pop-up window will appear with a Setup was successfuly message.
    1. Click the Close button.
  7. Python should now be installed.

VERIFYING INSTALLATION

To try to verify installation,

  1. Navigate to the directory C:\Users\Pattis\AppData\Local\Programs\Python\Python36-32 (or to whatever directory Python was installed: see the pop-up window for Installing step 3).
  2. Double-click the icon/file python.exe.The following pop-up window will appear.
  3. A pop-up window with the title C:\Users\Pattis\AppData\Local\Programs\Python\Python36-32 appears, and inside the window; on the first line is the text Python 3.6.2 … (notice that it should also say 32 bit). Inside the window, at the bottom left, is the prompt >>>: type exit() to this prompt and press enter to terminate Python.You should keep the file python-3.6.2.exe somewhere on your computer in case you need to reinstall Python (not likely necessary).You may now follow the instructions to download and install Java (if you have not already done so), and then the instruction to download and install the Eclipse IDE (for Python, Java, or both ). Note: you you need to download/install Java even if you are using Eclipse only for Python)
datasagarhttp://www.DataSagar.com
Sagar is multidisciplinary technologist, educator, and entrepreneur based in Nepal. As the founder of Illionso Technologies and Kashi Garden Resort, he operates at the intersection of web architecture, data intelligence, innovation, and digital transformation. From building digital solutions to scaling real-world concepts, his mission is to share knowledge alongside merge emerging as well as disruptive technologies with transformative offline experiences.
RELATED ARTICLES

Why Linux Won the Infrastructure War? Lessons from Linus Torvalds

In 1991, 21-year-old Linus Torvalds announced a "hobby" operating system. Today, Linux powers supercomputers, cloud servers, and Android. Explore his journey, the open-source economy, and the lessons for modern developers.

What Is Vibe Coding? A Complete Beginner’s Guide to Building Software and Web Pages With AI

A few years ago, building a website meant sitting down with a programming book, picking a language, and slowly working through syntax...

What is Answer Engine Optimization (AEO)? Getting Ready for AI Powered Search and Agentic Era Digital Marketing

Search is changing faster than it has in the last two decades. For years, businesses focused on ranking their websites on search...

Most Popular

Why Linux Won the Infrastructure War? Lessons from Linus Torvalds

In 1991, 21-year-old Linus Torvalds announced a "hobby" operating system. Today, Linux powers supercomputers, cloud servers, and Android. Explore his journey, the open-source economy, and the lessons for modern developers.

What Is Vibe Coding? A Complete Beginner’s Guide to Building Software and Web Pages With AI

A few years ago, building a website meant sitting down with a programming book, picking a language, and slowly working through syntax...

What is Answer Engine Optimization (AEO)? Getting Ready for AI Powered Search and Agentic Era Digital Marketing

Search is changing faster than it has in the last two decades. For years, businesses focused on ranking their websites on search...

The Plain Text Web: Why llms.txt Is Becoming the New Site Standard

The web built today is heavy. Between client-side JavaScript, cookie banners, tracker scripts, and responsive CSS grids, a typical webpage carries megabytes...