Easy steps to install Python with VSCode
Oct 7, 2023
- Download & Install VS Code from https://code.visualstudio.com/
- Open VSCode & go to the extension section & search for “Python”. Install very first python extension
- Create folder anywhere and add blank file with main.py extension
- Open VSCode & browse folder from VSCode
- Right click on Folder from VSCode explorer and click on “Open in Integrated Terminal”
- Write PYTHON in terminal which will open Windows Store automatically
- If #5 doesn’t work then you can download Python from https://www.python.org/downloads/
- Type “python main.py” in terminal & it should run without any error
You can watch the step-by-step setup at this video: