Python in visual studio code
How to use Python in Visual Studio code
Requirements:-
- Installed Visual Studio Code
- Installed Python
- Medium end PC or Laptop
Get Started:
- Before try to use python in visual studio code make sure you have installed python 2.7 or above/3 in your system.
- Open your Visual Studio Code that you installed.
- Open folder to write some code.
- Create a file with extention of .py
- Then you can see a pop box at bottom right, click install.
- It take some time to install so you need to wait for it.
- After that now you can able to write python script.
Comments
Post a Comment