About 336 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. Running Python code in Visual Studio Code

    To do so, you can search in the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)) for Python: Start Terminal REPL, which opens a terminal for the currently selected Python …

  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

    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 …

  5. Python environments in VS Code - Visual Studio Code

    In VS Code, PYTHONPATH can be set through the terminal settings (terminal.integrated.env.*) and/or within an .env file. When the terminal settings are used, PYTHONPATH affects any …

  6. Terminal Basics - Visual Studio Code

    Terminal Basics. Visual Studio Code includes a full featured integrated terminal that starts at the root of your workspace. It provides integration with the editor to support features like links and …

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

  8. Python debugging in VS Code - Visual Studio Code

    The Python Debugger extension is automatically installed along with the Python extension for VS Code. It offers debugging features with debugpy for several types of Python applications, …

  9. Python settings reference - Visual Studio Code

    The Python Extension for Visual Studio Code is highly configurable. This page describes the key settings you can work with. For general information about working with settings in VS Code, …

  10. Terminal Appearance - Visual Studio Code

    Terminal Appearance. The look of Visual Studio Code's terminal can be customized extensively. Sapphire theme with custom Starship prompt using the font Hack with Nerd Font symbols. …

Refresh