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/overview-of-python-tools-for-visual-studio.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
---
2
2
title: Python support in Visual Studio on Windows
3
3
titleSuffix: ""
4
-
description: Summary of Python features in Visual Studio, making it the best Python IDE on Windows (also known as Python Tools for Visual Studio, PTVS).
5
-
ms.date: 12/12/2022
4
+
description: Summary of Python features in Visual Studio, making it the best Python IDE on Windows (also known as Python Tools for Visual Studio, PTVS) that you can use to edit, debug, and test code, and then publish an app.
5
+
ms.date: 8/23/2023
6
6
ms.custom: devdivchpfy22
7
7
ms.topic: overview
8
8
author: cwebster-99
9
9
ms.author: cowebster
10
10
manager: jmartens
11
11
ms.technology: vs-python
12
-
12
+
dev_langs:
13
+
- Python
13
14
ms.workload:
14
15
- python
15
16
- data-science
@@ -20,7 +21,7 @@ ms.workload:
20
21
21
22
Python is a popular programming language that is reliable, flexible, easy to learn, free to use on all operating systems, and supported by both a strong developer community and many free libraries. Python supports all manners of development, including web applications, web services, desktop apps, scripting, and scientific computing. Scientists, casual developers, professional developers, and many universities alike use Python for programming. You can learn more about the language on [python.org](https://www.python.org) and [Python for Beginners](https://www.python.org/about/gettingstarted/).
22
23
23
-
Visual Studio is a powerful Python IDE on Windows. Visual Studio provides [open-source](https://github.com/Microsoft/ptvs) support for the Python language through the **Python Development** and **Data Science** workloads (Visual Studio 2017 and later) and the free Python Tools for Visual Studio extension (Visual Studio 2015 and earlier).
24
+
Visual Studio is a powerful Python IDE on Windows. Visual Studio provides [open-source](https://github.com/Microsoft/ptvs) support for the Python language through the **Python Development** and **Data Science** workloads (Visual Studio 2017 and later) and the free Python Tools for Visual Studio extension (Visual Studio 2015 and earlier).[Tour the Visual Studio IDE](../ide/quickstart-ide-orientation.md) to familiarize yourself with the IDE features that you'll use to write and edit Python code.
24
25
25
26
Visual Studio doesn't support Python on Mac now. But it's available on Mac and Linux through Visual Studio Code. (see [questions and answers](#questions-and-answers)).
26
27
@@ -86,7 +87,7 @@ Visual Studio also supports IPython/Jupyter in the REPL, including inline plots,
-[IPython in Visual Studio](interactive-repl-ipython.md)
91
92
92
93
## Project system, and project and item templates
@@ -118,7 +119,7 @@ For more information:
118
119
119
120
## Full-featured debugging
120
121
121
-
One of Visual Studio's strengths is its powerful debugger. For Python in particular, Visual Studio includes Python/C++ mixed-mode debugging, remote debugging on Linux, debugging within the **Interactive** window, and debugging Python unit tests.
122
+
One of Visual Studio's strengths is its powerful debugger. For Python in particular, Visual Studio includes Python/C++ [mixed-mode debugging](debugging-mixed-mode-c-cpp-python-in-visual-studio.md), remote debugging on Linux, debugging within the **Interactive** window, and debugging Python unit tests.
122
123
123
124

0 commit comments