About 99 results
Open links in new tab
  1. Python in Visual Studio Code

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

  2. Getting Started with Python in VS Code

    By using the Python extension, you turn VS Code into a great, lightweight Python editor. If you are new to programming, check out the Visual Studio Code for Education - Introduction to Python course. …

  3. Formatting Python in VS Code

    Formatting Python in VS Code Formatting makes source code easier to read by human beings. By enforcing particular rules and conventions such as line spacing, indents, and spacing around …

  4. Python debugging in VS Code

    Python debugging in VS Code The Python extension supports debugging through the Python Debugger extension for several types of Python applications. For a short walkthrough of basic debugging, see …

  5. Manage Jupyter Kernels in VS Code

    Python Environments Existing Jupyter Server By default, VS Code will recommend the one you've previously used with your notebook, but you can choose to connect to any other Jupyter kernels as …

  6. Python environments in VS Code

    Python environments in VS Code The Python Environments extension brings environment and package management into Visual Studio Code's UI. The extension provides a unified interface for creating …

  7. Quick Start Guide for Python in VS Code

    A quick start guide to get you up and coding with the Python extension in Visual Studio Code.

  8. Download Visual Studio Code

    Download Visual Studio Code for free on Linux, macOS, and Windows. The open source AI code editor for agent-first development, with built-in multi-agent workflows and AI-powered coding.

  9. Running Python code in Visual Studio Code

    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 …

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