About 200 results
Open links in new tab
  1. Getting Started with Python in VS Code - Visual Studio 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!

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

  3. Quick Start Guide for Python in VS Code - Visual Studio Code

    The Python extension makes Visual Studio Code an excellent Python editor, works on any operating system, and is usable with a variety of Python interpreters. Get started by installing:

  4. Python environments in VS Code - Visual Studio 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 …

  5. Python debugging in VS Code - Visual Studio Code

    If you're looking to debug a web application using Flask, Django or FastAPI, the Python Debugger extension provides dynamically created debug configurations based on your project structure …

  6. Editing Python in Visual Studio Code

    For more information about editing in Visual Studio Code, see Basic Editing and Code Navigation. In this overview, we will describe the specific editing features provided by the Python …

  7. Running Python code in Visual Studio Code

    Whether you are experimenting with smaller lines of Python code in the REPL or ready to run a Python script, the Python extension offers multiple ways to run your code.

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

  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. Python Interactive window - Visual Studio Code

    To select an environment, use the Python: Select Interpreter command from the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)). Once the appropriate environment is activated, …