Skip to content

Commit 229aaab

Browse files
committed
edits per review feedback
1 parent 9d2c2a0 commit 229aaab

5 files changed

+17
-20
lines changed

docs/python/quickstart-01-python-in-visual-studio-project-from-existing-code.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Quickstart: Create Python project from code"
3-
description: Follow guided steps to create a Visual Studio project for Python from existing code for a quick start to developing your Python application.
4-
ms.date: 04/01/2024
3+
description: Follow guided steps to create a Visual Studio project for Python from existing code for a quick start to develop a Python application.
4+
ms.date: 04/11/2024
55
ms.topic: quickstart
66
author: cwebster-99
77
ms.author: cowebster
88
manager: mijacobs
99
ms.subservice: python
1010

11-
# CustomerIntent: As a developer, I want to develop Python applications in Visual Studio so I can quickly create new projects from existing Python code.
11+
# CustomerIntent: As a developer, I want to create new projects from existing Python code to quickly develop Python applications in Visual Studio.
1212
---
1313

1414
# Quickstart: Create Python project from existing code in Visual Studio
@@ -19,7 +19,7 @@ In this quickstart, you follow guided steps to quickly create a new Python proje
1919

2020
- Visual Studio installed with support for Python workloads. For more information, see [Install Python support in Visual Studio](installing-python-support-in-visual-studio.md).
2121

22-
Visual Studio for Mac isn't currently supported. For more information, see [What's happening to Visual Studio for Mac?](/visualstudio/mac/what-happened-to-vs-for-mac) Visual Studio Code on Windows, Mac, and Linux [works well with Python through available extensions](https://code.visualstudio.com/docs/languages/python).
22+
Visual Studio for Mac isn't supported. For more information, see [What's happening to Visual Studio for Mac?](/visualstudio/mac/what-happened-to-vs-for-mac) Visual Studio Code on Windows, Mac, and Linux [works well with Python through available extensions](https://code.visualstudio.com/docs/languages/python).
2323

2424
## Use wizard to create project from existing files
2525

docs/python/quickstart-02-python-in-visual-studio-project-from-template.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Quickstart: Create Python project from template"
33
description: Follow guided steps to create a Visual Studio project for Python by using the built-in template for a basic Flask application.
4-
ms.date: 04/02/2024
4+
ms.date: 04/11/2024
55
ms.topic: quickstart
66
author: cwebster-99
77
ms.author: cowebster
88
manager: mijacobs
99
ms.subservice: python
1010

11-
# CustomerIntent: As a developer, I want to develop Python applications in Visual Studio so I can quickly create new projects by using built-in templates.
11+
# CustomerIntent: As a developer, I want to create new projects by using built-in templates so I can quickly develop Python applications in Visual Studio.
1212
---
1313

1414
# Quickstart: Create Python project from a template in Visual Studio
@@ -17,16 +17,13 @@ In this quickstart, you follow guided steps to quickly create a Flask applicatio
1717

1818
## Prerequisites
1919

20-
- Visual Studio installed with support for Python workloads:
20+
- Visual Studio installed with support for Python workloads.
2121

22-
- In the Visual Studio Installer, select the **Python development** workload.
23-
- For access to project templates for web development, select the optional **Python web support** workload.
22+
In the Visual Studio Installer, select the **Python development** workload and the **Python web support** option for access to web project templates. For more information, see [Install Python support in Visual Studio](installing-python-support-in-visual-studio.md).
2423

2524
:::image type="content" source="media/quickstart-python-install-web-support.png" alt-text="Screenshot that shows how to select Python web support in the Visual Studio Installer for the Python development workload." lightbox="media/quickstart-python-install-web-support.png" border="false":::
2625

27-
For more information, see [Install Python support in Visual Studio](installing-python-support-in-visual-studio.md).
28-
29-
Visual Studio for Mac isn't currently supported. For more information, see [What's happening to Visual Studio for Mac?](/visualstudio/mac/what-happened-to-vs-for-mac) Visual Studio Code on Windows, Mac, and Linux [works well with Python through available extensions](https://code.visualstudio.com/docs/languages/python).
26+
Visual Studio for Mac isn't supported. For more information, see [What's happening to Visual Studio for Mac?](/visualstudio/mac/what-happened-to-vs-for-mac) Visual Studio Code on Windows, Mac, and Linux [works well with Python through available extensions](https://code.visualstudio.com/docs/languages/python).
3027

3128
## Create the project
3229

docs/python/quickstart-03-python-in-visual-studio-project-from-repository.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Quickstart: Clone a repository of Python code"
33
description: Follow guided steps to create a Python project in Visual Studio by cloning the Python koans repository with Git or Team Explorer.
4-
ms.date: 04/05/2024
4+
ms.date: 04/11/2024
55
ms.topic: quickstart
66
author: cwebster-99
77
ms.author: cowebster
88
manager: mijacobs
99
ms.subservice: python
1010

11-
# CustomerIntent: As a developer, I want to create Python projects in Visual Studio so I can clone and work with code from existing Python repositories by using Git commands.
11+
# CustomerIntent: As a developer, I want to clone and work with code from existing Python repositories by using Git commands to create Python projects in Visual Studio.
1212
---
1313

1414
# Quickstart: Clone a repository of Python code in Visual Studio
@@ -30,7 +30,7 @@ In this quickstart, you follow guided steps to clone a GitHub repository of Pyth
3030

3131
::: moniker-end
3232

33-
Visual Studio for Mac isn't currently supported. For more information, see [What's happening to Visual Studio for Mac?](/visualstudio/mac/what-happened-to-vs-for-mac) Visual Studio Code on Windows, Mac, and Linux [works well with Python through available extensions](https://code.visualstudio.com/docs/languages/python).
33+
Visual Studio for Mac isn't supported. For more information, see [What's happening to Visual Studio for Mac?](/visualstudio/mac/what-happened-to-vs-for-mac) Visual Studio Code on Windows, Mac, and Linux [works well with Python through available extensions](https://code.visualstudio.com/docs/languages/python).
3434

3535
## Clone existing repository files
3636

docs/python/quickstart-04-python-in-visual-studio-project-from-cookiecutter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Quickstart: Create Python projects with Cookiecutter"
33
description: Follow guided steps to create a Python project in Visual Studio by using a Cookiecutter template.
4-
ms.date: 04/05/2024
4+
ms.date: 04/11/2024
55
ms.topic: quickstart
66
author: cwebster-99
77
ms.author: cowebster
88
manager: mijacobs
99
ms.subservice: python
1010

11-
# CustomerIntent: As a developer, I want to create Python projects in Visual Studio so I can work with boilerplate code from Cookiecutter templates.
11+
# CustomerIntent: As a developer, I want to create Python projects in Visual Studio with boilerplate code from Cookiecutter templates.
1212
---
1313

1414
# Quickstart: Create a project from a Cookiecutter template

docs/python/quickstart-05-python-visual-studio-open-folder.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: "Quickstart: Open and run Python code in a folder"
33
description: Follow guided steps to open and run Python code from a folder in Visual Studio without using a project in Visual Studio 2019 and later.
4-
ms.date: 04/07/2024
4+
ms.date: 04/11/2024
55
ms.topic: quickstart
66
author: cwebster-99
77
ms.author: cowebster
88
manager: mijacobs
99
ms.subservice: python
1010
monikerRange: ">= vs-2019"
1111

12-
# CustomerIntent: As a developer, I want to write Python code in Visual Studio so I can open and run Python code from a folder without having to use a project for the code.
12+
# CustomerIntent: As a developer, I want to open and run Python code from a folder in Visual Studio without having to use a project for the code.
1313
---
1414

1515
# Quickstart: Open and run Python code in a folder in Visual Studio
@@ -26,7 +26,7 @@ In this quickstart, you follow guided steps to run Python code in Visual Studio
2626
git clone https://github.com/gregmalcolm/python_koans
2727
```
2828

29-
Visual Studio for Mac isn't currently supported. For more information, see [What's happening to Visual Studio for Mac?](/visualstudio/mac/what-happened-to-vs-for-mac) Visual Studio Code on Windows, Mac, and Linux [works well with Python through available extensions](https://code.visualstudio.com/docs/languages/python).
29+
Visual Studio for Mac isn't supported. For more information, see [What's happening to Visual Studio for Mac?](/visualstudio/mac/what-happened-to-vs-for-mac) Visual Studio Code on Windows, Mac, and Linux [works well with Python through available extensions](https://code.visualstudio.com/docs/languages/python).
3030

3131
## Open the local code folder
3232

0 commit comments

Comments
 (0)