Sayantan's Blog On Python Programming

HOW TO INSTALL PYTHON ON WINDOWS 11

HOW TO INSTALL PYTHON ON WINDOWS 11

Steps To Follow:

Steps 1: Downloading Python Software

  • Go to Google
  • Type install python
  • Click on the below highlighted url

HOW TO INSTALL PYTHON ON WINDOWS 11 : Search
HOW TO INSTALL PYTHON ON WINDOWS 11: Search

  • Click on Download Python 3.11.1
  • Python 3.11.1 will be downloaded on your local machine

HOW TO INSTALL PYTHON ON WINDOWS 11 : Download

Steps 2: Downloading Visual Studio Software

  • Go to Google
  • Type VS code download for windows 11
  • Click on below highlighted url

  • Check the windows version of your local machine
  • Click on Start button
  • Go to Setting
  • Go to System
  • Click on About

  • Click on Windows 8, 10, 11
  • Click on x64

Steps 3: Installing Visual Studio Software

  • Install Visual Studio User Setup
  • Choose the accept agreement option and click on Next
  • Then check the Create a Desktop icon and click on Next
  • Then click on Install
  • Wait for Installation completion and then click on Finish

Steps 4: Installing Python Software

  • Install Python 3.11.1 setup
  • Check the checkbox Add python.exe to PATH
  • Click on Install Now
  • Wait for Installation completion and then click on Close

Steps 5: Verifying Python Installation

  • Checking the installation
  • Open the Windows PowerShell from Search Menu
  • Type python it will show you the version of Python
  • exit() will exit you from Python
  • Type pip will show you the Installation status of Python

Steps 6: Write a sample python Program

  • Open Visual Studio Editor
  • Choose a local folder path from your local machine
  • Click on Open folder
  • Click on File and the New File

RELATED TOPICS:

Leave a Comment

Your email address will not be published. Required fields are marked *