How to set up Python Environment in Windows

Windows computers don't usually come with Python preinstalled. To check if your computer already has Python installed, run the command python --version in command prompt.
Now let's see how to install python on Windows.
File:Windows 10 logo.png - Wikimedia Commons
  •  Open browser and navigate to the Official Python Download page.
  •  Under the section Python Releases for Windows, click Latest Python 3 Release link.
  • In the page that appears, under the section Files select either Windows x86-64 executable installer for 64-bit or Windows x86 executable installer for 32-bit.
  • Once the file is downloaded, run the installation file.
  • In the window that appears, be sure to check the box that says Add Python 3.x to PATH  and click Install Now to proceed.
Also check out

Comments

Popular posts from this blog

How to set up Python Environment in macOS

How to generate QR code with Python?

How to install Python modules?