You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/python/quickstart-01-python-in-visual-studio-project-from-existing-code.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
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
5
5
ms.topic: quickstart
6
6
author: cwebster-99
7
7
ms.author: cowebster
8
8
manager: mijacobs
9
9
ms.subservice: python
10
10
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.
12
12
---
13
13
14
14
# 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
19
19
20
20
- 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).
21
21
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).
23
23
24
24
## Use wizard to create project from existing files
Copy file name to clipboardExpand all lines: docs/python/quickstart-02-python-in-visual-studio-project-from-template.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: "Quickstart: Create Python project from template"
3
3
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
5
5
ms.topic: quickstart
6
6
author: cwebster-99
7
7
ms.author: cowebster
8
8
manager: mijacobs
9
9
ms.subservice: python
10
10
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.
12
12
---
13
13
14
14
# 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
17
17
18
18
## Prerequisites
19
19
20
-
- Visual Studio installed with support for Python workloads:
20
+
- Visual Studio installed with support for Python workloads.
21
21
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).
24
23
25
24
:::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":::
26
25
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).
Copy file name to clipboardExpand all lines: docs/python/quickstart-03-python-in-visual-studio-project-from-repository.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: "Quickstart: Clone a repository of Python code"
3
3
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
5
5
ms.topic: quickstart
6
6
author: cwebster-99
7
7
ms.author: cowebster
8
8
manager: mijacobs
9
9
ms.subservice: python
10
10
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.
12
12
---
13
13
14
14
# 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
30
30
31
31
::: moniker-end
32
32
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).
Copy file name to clipboardExpand all lines: docs/python/quickstart-05-python-visual-studio-open-folder.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
title: "Quickstart: Open and run Python code in a folder"
3
3
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
5
5
ms.topic: quickstart
6
6
author: cwebster-99
7
7
ms.author: cowebster
8
8
manager: mijacobs
9
9
ms.subservice: python
10
10
monikerRange: ">= vs-2019"
11
11
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.
13
13
---
14
14
15
15
# 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
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).
0 commit comments