About 272 results
Open links in new tab
  1. Running Python code in Visual Studio Code

    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 …

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

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

    There are a few ways to run Python code in VS Code. To run the Python script you have open on the editor, select the Run Python File in Terminal play button in the top-right of the editor. …

  4. Python in Visual Studio Code

    The Python and Jupyter extensions work together to give you a great Notebook experience in VS Code, providing you the ability to directly view and modify code cells with IntelliSense support, …

  5. Python debugging in VS Code - Visual Studio Code

    If you're only interested in debugging a Python script, the simplest way is to select the down-arrow next to the run button on the editor and select Python Debugger: Debug Python File.

  6. Integrate with External Tools via Tasks - Visual Studio Code

    Tasks in VS Code can be configured to run scripts and start processes so that many of these existing tools can be used from within VS Code without having to enter a command line or …

  7. 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 Python's built-in unittest …

  8. Visual Studio Code debug configuration

    Learn how to configure debugging in Visual Studio Code with launch.json, including attributes, variable substitution, and compound configurations.

  9. Python in a container - Visual Studio Code

    Python in a container. In this tutorial, you will learn how to: Create a Dockerfile file describing a simple Python container. Build, run, and verify the functionality of a Django, Flask, or General …

  10. Python Interactive window - Visual Studio Code

    Visual Studio Code supports working with Jupyter Notebooks natively, as well as through Python code files. This topic covers the support offered through Python code files and demonstrates …

Refresh