Skip to content

Commit 929309e

Browse files
authored
Merge pull request #8584 from MicrosoftDocs/main638019686808232018sync_temp
Repo sync for protected CLA branch
2 parents 6609e1e + 01b5015 commit 929309e

3 files changed

+8
-5
lines changed
Loading

docs/python/tutorial-working-with-python-in-visual-studio-step-01-create-project.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,14 @@ This tutorial begins with a simple project containing a single, empty code file.
7373

7474
1. To view Python templates, search for *python*. Search is a great way to find a template when you can't remember its location in the languages tree.
7575

76-
![Screenshot showing the Create a new project dialog box with Python project templates.](media/vs-2022/getting-started-python-new-project.png)
76+
![Screenshot showing the Create a new project dialog box with Python project templates.](media/vs-2022/working-in-python-01-create-project-2022.png)
7777

78-
Python support in Visual Studio includes several project templates, such as web applications in the Bottle, Flask, and Django frameworks. For this tutorial, start with an empty project.
78+
Python web support in Visual Studio includes several project templates, such as web applications in the Bottle, Flask, and Django frameworks. When installing Python with the Visual Studio Installer, check "Python Web Support" under optional to install these templates. For this tutorial, start with an empty project.
7979

80-
1. Select the **PythonApp** template, and select **Next**.
80+
81+
1. Select the **Python Application** template, and select **Next**.
82+
83+
8184

8285
1. On the **Configure your new project** screen, specify a name and file location for the project, and then select **Create**.
8386

@@ -99,7 +102,7 @@ This tutorial begins with a simple project containing a single, empty code file.
99102

100103
- Your project, with the name you gave in the **Create a new project** dialog box, displays in bold **(2)**. On disk, the project is a *.pyproj* file in your project folder.
101104

102-
- Under your project are source files, in this case only a single *.py* file **(3)**. Selecting a file displays its properties in the **Properties** window. Double-clicking a file opens it in whatever way is appropriate for that file.
105+
- Under your project are source files, in this case only a single *.py* file **(3)**. Selecting a file displays its properties in the **Properties** window (if you do not see the **Properties** window, click the wrench in the **Solution Explorer** banner). Double-clicking a file opens it in whatever way is appropriate for that file.
103106

104107
- Also under the project is the **Python Environments** node **(4)**. Expand the node to show the available Python interpreters.
105108

docs/python/tutorial-working-with-python-in-visual-studio-step-05-installing-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The Python developer community has produced thousands of useful packages that yo
7777

7878
For example, select **Open interactive window** and an **Interactive window** for that specific environment appears in Visual Studio.
7979

80-
1. The **Packages** tab in the Python Environments window lists all packages that are currently installed in the environment.
80+
1. Use the drop-down list below the list of environments to switch to the **Packages** tab.The **Packages** tab lists all packages that are currently installed in the environment.
8181

8282
## Install packages using the Python Environments window
8383

0 commit comments

Comments
 (0)