
Getting Started with Python in VS Code
In this tutorial, you will learn how to use Python 3 in Visual Studio Code to create, run, and debug a Python "Roll a dice!" application, work with virtual environments, use packages, and more!
Python in Visual Studio Code
Working with Python in Visual Studio Code, using the Microsoft Python extension, is simple, fun, and productive. The extension makes VS Code an excellent Python editor, and works on any …
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.
Python environments in VS Code
To create local environments in VS Code using virtual environments or Anaconda, you can follow these steps: open the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)), search for the …
Data Science in VS Code tutorial - Visual Studio Code
This tutorial demonstrates using Visual Studio Code and the Microsoft Python extension with common data science libraries to explore a basic data science scenario.
Jupyter Notebooks in VS Code - Visual Studio Code
Visual Studio Code supports working with Jupyter Notebooks natively, and through Python code files. This topic covers the native support available for Jupyter Notebooks and demonstrates …
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 debugging in VS Code
Details on configuring the Visual Studio Code debugger for different Python applications.
Manage Jupyter Kernels in VS Code - Visual Studio Code
Descriptions of kernel selection options and tutorials on managing different types of kernels when working with Jupyter Notebooks in Visual Studio Code.
Python in a container - Visual Studio Code
Develop, build, and debug a Python app in a container, using Visual Studio Code.