How to Set Up Python in Visual Studio Code on Windows 10 Downloading and Installation
Python has interpreted language so we need to install a Python interpreter extension in Vs Code We will install VS CODE & Python Extension
IDE is required to write, compile, debug and run the code IDE = Integrated Development Environment
There are multiple IDEs for python. We will use the VS Code
We will write a sample code that is Hello World
In this video, I am going to show How to Set Up Python Development environment (Extension) in VS CODE in windows 10. This process will cover How to Install Python and Visual Studio Code for Windows 10.