If we want to write and execute any python code
then we have to must install
python and also we have to environment. Like path setup Visual Studio Code
setup etc...
- Python download and install
- Download
- Install
- Setup environment variable
- Copy
bin path
and put your environment variable
- Copy
- VS code setup
- Install python extension
- Install autopep8 (Optional)
- Install fastapi-snippets
- Install Pylance (Optional)
- Install Python IMport Halper
- Run
Hello World
programprint("Hello World")