About 400 results
Open links in new tab
  1. Python in Visual Studio Code

    Learn about Visual Studio Code as a Python IDE (code completion, debugging, linting).

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

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

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

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

  6. Python debugging in VS Code

    Details on configuring the Visual Studio Code debugger for different Python applications.

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

  8. Python in a container - Visual Studio Code

    Develop, build, and debug a Python app in a container, using Visual Studio Code.

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

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