About 306 results
Open links in new tab
  1. Getting Started with Python in VS Code - Visual Studio Code

    Run Python code. Click the Run Python File play button in the top-right side of the editor. The button opens a terminal panel in which your Python interpreter is automatically activated, then …

  2. Running Python code in Visual Studio Code

    Run Python code. The Python extension offers various ways to run Python code without extra configuration. Select the Run Python File in Terminal play button in the top-right of the editor.

  3. Python in Visual Studio Code

    To run the active Python file, click the Run Python File play button in the top-right side of the editor. You can also run individual lines or a selection of code with the Python: Run …

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

  5. Python environments in VS Code - Visual Studio Code

    The selected environment is used by the Python extension for running Python code (using the Python: Run Python File in Terminal command), providing language services (auto-complete, …

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

  7. Jupyter Notebooks in VS Code - Visual Studio Code

    Jupyter Notebooks in VS Code. Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one …

  8. Python debugging in VS Code - Visual Studio Code

    Two common options are to use the Python File configuration to run the currently open Python file or to use the Attach using Process ID configuration to attach the debugger to a process that is …

  9. Run and Debug Python in the Web - Visual Studio Code

    The program consists of two files app.py and hello.py stored on the local file system. Start a REPL. The extension comes with an integrated Python REPL. To activate it, run the command …

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

Refresh