About 50 results
Open links in new tab
  1. Quick Start Guide for Python in VS Code - Visual Studio Code

    If you have an existing Python project you wish to work on in VS Code, you can begin by opening your folder or file from the VS Code Welcome page or File Explorer view, or by selecting File > …

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

  3. Running Python code in Visual Studio Code

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

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

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

  8. Jupyter Notebooks in VS Code - Visual Studio Code

    Visual Studio Code supports working with Jupyter Notebooks natively, and through Python code files. This topic covers the native support available for Jupyter Notebooks and demonstrates …

  9. Python settings reference - Visual Studio Code

    Launch arguments that are given to the Python interpreter when you run a file using commands such as Python: Run Python File in Terminal. In the launchArgs list, each item is a top-level …

  10. Python in a container - Visual Studio Code

    Create a Dockerfile file describing a simple Python container. Build, run, and verify the functionality of a Django , Flask , or General Python app. Debug the app running in a container.

Refresh