
Python in Visual Studio Code
Learn about Visual Studio Code as a Python IDE (code completion, debugging, linting).
Getting Started with Python in VS Code - Visual Studio Code
During the course of this tutorial, you learned how to create a Python project, create a virtual environment, run and debug your Python code, and install Python packages.
Quick Start Guide for Python in VS Code
A quick start guide to get you up and coding with the Python extension in Visual Studio Code.
Running Python code in Visual Studio Code
The VS Code Native REPL for Python builds upon the classic Python REPL and provides additional features, such as Intellisense and syntax highlighting to make your Python …
Python environments in VS Code
By default, the debugger will use the Python interpreter chosen with the Python extension. However, if there is a python property specified in the debug configuration of launch.json, it …
Python debugging in VS Code
Details on configuring the Visual Studio Code debugger for different Python applications.
Jupyter Notebooks in VS Code
To work with Python in Jupyter Notebooks, you must activate an Anaconda environment in VS Code, or another Python environment in which you've installed the Jupyter package.
Python in a container - Visual Studio Code
Develop, build, and debug a Python app in a container, using Visual Studio Code.
Python testing in Visual Studio Code
Python testing in Visual Studio Code The Python extension builds on the built-in testing features in VS Code and provides test discovery, test coverage, and running and debugging tests for …
Data Science in VS Code tutorial
This tutorial demonstrates using Visual Studio Code and the Microsoft Python extension with common data science libraries to explore a basic data science scenario.