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

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

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

  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 debugging in VS Code - Visual Studio Code

    Details on configuring the Visual Studio Code debugger for different Python applications.

  6. 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 ways to run your code.

  7. Linting Python in Visual Studio Code

    Linting highlights semantic and stylistic problems in your Python source code, which often helps you identify and correct subtle programming errors or coding practices that can lead to errors.

  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. Getting started with Visual Studio Code

    Getting started with Visual Studio Code In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.

  10. Tutorial: Get started with Visual Studio Code

    In this tutorial, you create a sample JavaScript file and use some of the code editing features that VS Code offers. VS Code supports many programming languages and in a next step, you'll …