Skip to content

Repo sync for protected CLA branch #9566

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,81 @@
"redirect_url": "/troubleshoot/developer/visualstudio/ide/troubleshooting-docker-errors",
"redirect_document_id": false
},
{
"source_path": "docs/test/analyzing-coded-ui-tests-using-coded-ui-test-logs.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/analyzing-coded-ui-tests-using-coded-ui-test-logs",
"redirect_document_id": false
},
{
"source_path": "docs/test/anatomy-of-a-coded-ui-test.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/anatomy-of-a-coded-ui-test",
"redirect_document_id": false
},
{
"source_path": "docs/test/best-practices-for-coded-ui-tests.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/best-practices-for-coded-ui-tests",
"redirect_document_id": false
},
{
"source_path": "docs/test/creating-a-data-driven-coded-ui-test.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/creating-a-data-driven-coded-ui-test",
"redirect_document_id": false
},
{
"source_path": "docs/test/editing-coded-ui-tests-using-the-coded-ui-test-editor.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/editing-coded-ui-tests-using-the-coded-ui-test-editor",
"redirect_document_id": false
},
{
"source_path": "docs/test/enable-coded-ui-testing-of-your-controls.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/enable-coded-ui-testing-of-your-controls",
"redirect_document_id": false
},
{
"source_path": "docs/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel",
"redirect_document_id": false
},
{
"source_path": "docs/test/making-coded-ui-tests-wait-for-specific-events-during-playback.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/making-coded-ui-tests-wait-for-specific-events-during-playback",
"redirect_document_id": false
},
{
"source_path": "docs/test/set-a-unique-automation-property-for-windows-store-controls-for-testing.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/set-a-unique-automation-property-for-windows-store-controls-for-testing",
"redirect_document_id": false
},
{
"source_path": "docs/test/supported-configurations-and-platforms-for-coded-ui-tests-and-action-recordings.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/supported-configurations-and-platforms-for-coded-ui-tests-and-action-recordings",
"redirect_document_id": false
},
{
"source_path": "docs/test/test-uwp-app-with-coded-ui-test.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/test-uwp-app-with-coded-ui-test",
"redirect_document_id": false
},
{
"source_path": "docs/test/testing-a-large-application-with-multiple-ui-maps.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/testing-a-large-application-with-multiple-ui-maps",
"redirect_document_id": false
},
{
"source_path": "docs/test/using-different-web-browsers-with-coded-ui-tests.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/using-different-web-browsers-with-coded-ui-tests",
"redirect_document_id": false
},
{
"source_path": "docs/test/using-html5-controls-in-coded-ui-tests.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/using-html5-controls-in-coded-ui-tests",
"redirect_document_id": false
},
{
"source_path": "docs/test/walkthrough-creating-editing-and-maintaining-a-coded-ui-test.md",
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/test/walkthrough-creating-editing-and-maintaining-a-coded-ui-test",
"redirect_document_id": false
},
{
"source_path": "docs/test/troubleshooting-code-coverage.md",
"redirect_url": "/troubleshoot/developer/visualstudio/ide/troubleshooting-code-coverage",
Expand Down Expand Up @@ -1305,6 +1380,11 @@
"redirect_url": "/azure/app-service/quickstart-python",
"redirect_document_id": false
},
{
"source_path": "docs/python/visual-studio-ide.md",
"redirect_url": "/visualstudio/python/overview-of-python-tools-for-visual-studio",
"redirect_document_id": false
},
{
"source_path": "docs/ide/how-to-build-to-a-common-output-directory.md",
"redirect_url": "/visualstudio/ide/how-to-change-the-build-output-directory#build-to-a-common-outputdirectory",
Expand Down
13 changes: 7 additions & 6 deletions docs/python/overview-of-python-tools-for-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
title: Python support in Visual Studio on Windows
titleSuffix: ""
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).
ms.date: 12/12/2022
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.
ms.date: 8/23/2023
ms.custom: devdivchpfy22
ms.topic: overview
author: cwebster-99
ms.author: cowebster
manager: jmartens
ms.technology: vs-python

dev_langs:
- Python
ms.workload:
- python
- data-science
Expand All @@ -20,7 +21,7 @@ ms.workload:

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/).

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).
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.

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)).

Expand Down Expand Up @@ -86,7 +87,7 @@ Visual Studio also supports IPython/Jupyter in the REPL, including inline plots,

For more information:

- [Interactive window](python-interactive-repl-in-visual-studio.md)
- [Python Interactive window](python-interactive-repl-in-visual-studio.md)
- [IPython in Visual Studio](interactive-repl-ipython.md)

## Project system, and project and item templates
Expand Down Expand Up @@ -118,7 +119,7 @@ For more information:

## Full-featured debugging

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.
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.

![Visual Studio debugger for Python showing an exception popup](media/debugging-exception-popup.png)

Expand Down
2 changes: 0 additions & 2 deletions docs/python/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
items:
- name: Overview of Python support
href: overview-of-python-tools-for-visual-studio.md
- name: Tour the Visual Studio IDE
href: visual-studio-ide.md
- name: Data science and analytical applications workload
href: data-science-and-analytical-applications-workload.md
- name: Installation
Expand Down
145 changes: 0 additions & 145 deletions docs/python/visual-studio-ide.md

This file was deleted.

Loading