Visual Studio Installation
   1 min read

Visual Studio installation

  1. Download Visual Studio community edition, and run the installer.

  2. In the install options window select the Python development option, and click the ‘Install’ button:

    Screenshot of 1st Visual Studio install window.

  3. Wait for the installer to complete, and click the ‘Launch’ button:

    Screenshot of 1st Visual Studio install window.

  4. Click ‘Not now, maybe later’ link:

    Screenshot of 1st Visual Studio install window.

  5. Click the ‘Start Visual Studio’ button:

    Screenshot of 2nd Visual Studio install window.

  6. Select File –> New –> Project:

    Screenshot of 3rd Visual Studio install window.

  7. Select Python application, and click the ‘Next’ button:

    Screenshot of 4th Visual Studio install window.

  8. Specify the project name, location, and solution name, and click the ‘Create’ button:

    Screenshot of 5th Visual Studio install window.

  9. Visual Studio opens the project’s Python code file for editing.

What's on this Page