This tutorial is not intended to teach you Python itself.
Write a simple Python script to plot figures within VS Code.
Learn how to install packages by creating Python virtual environments.
Write, run, and debug a Python "Hello World" Application.
This tutorial introduces you to VS Code as a Python environment, primarily how to edit, run, and debug code through the following tasks: By using the Python extension, you make VS Code into a great lightweight Python IDE (which you may find a productive alternative to P圜harm). In this tutorial, you use Python 3 to create the simplest Python "Hello World" application in Visual Studio Code.
Configure IntelliSense for cross-compilingĮdit Getting Started with Python in VS Code.