
Now we are ready to create the project with VS Code. Create a Virtual EnvironmentĪssume we use C:\Workspace as the workspace for this tutorial and working_environment is our virtual environment.Ĭ:\Workspace>python -m venv working_environment Create the Project and Setup VS Code The latest stable version is 3.7.4 when this article is written.
#Python installs for visual studio code for mac install#
To run Python code on Windows, we need to install Python. Setup Python Development Environment on Windows

Remote Development extension also installs Remote – Containers, Remote – SSH, Remote – SSH: Editing Configuration Files, Remote – SSH: Explore, and Remote – WSL.Īfter the installation, VS Code should look like: On the search bar, type Remote Development and install it.On the search bar, type Python and install it.Click the extension icon or type Ctrl+Shift+X to open the extension windows.VS Code has thousands of thousand extensions the Python and Remote Development extensions are the minima for Python development on Windows and remote platforms. Double click the downloaded binary, VSCodeUserSetup-圆4-1.37.1.exe, to install.When the tutorial is written, the latest version is 1.37.

Since Windows 10 is the host VS Code runs in this tutorial, we need to install VS Code on the Windows host.

More details for linting can be found here.
