Easy steps to install Python with VSCode

--

  1. Download & Install VS Code from https://code.visualstudio.com/
  2. Open VSCode & go to the extension section & search for “Python”. Install very first python extension
  3. Create folder anywhere and add blank file with main.py extension
  4. Open VSCode & browse folder from VSCode
  5. Right click on Folder from VSCode explorer and click on “Open in Integrated Terminal”
  6. Write PYTHON in terminal which will open Windows Store automatically
  7. If #5 doesn’t work then you can download Python from https://www.python.org/downloads/
  8. Type “python main.py” in terminal & it should run without any error

You can watch the step-by-step setup at this video:

--

--

Thinklogically
Thinklogically

No responses yet