I. VScode Download
official website
Download Visual Studio Code - Mac, Linux, Windows
Clicking on 64 bit will take you to the download page
Replace the contents of the box with the following
It'll pop up a new download that's faster
The installation process is a straightforward next step
Download python plugin
Press ctrl+shift+p to search in the search box
python:Select Interpreter
Clicking on it will bring up a pop-up to add a new environment variable, click on the
configuration file
Profiles can be configured as needed
{ "": 15, "": true, "": true, "": 1, "": true, "": "Pylance", "": [ "C:\\Users\\176738", "C:\\Users\\176738\\AppData\\Local\\Programs\\Python\\Python39\\DLLs", "C:\\Users\\176738\\AppData\\Local\\Programs\\Python\\Python39lib", "C:\\Users\\176738\\AppData\\Local\\Programs\\Python\\Python39", "C:\\Users\\176738\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages", ], "": { "PYTHONPATH": "${workspaceFolder};${env:PYTHONPATH}" }, "": false, "": "all", "": { "*.db": "default" }, "": true, "": "open" }
Finish configuring the python environment
To this article on Windows64x VScode download article is introduced to this, more related VScode download content please search for my previous articles or continue to browse the following related articles I hope you will support me in the future!