Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 701 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 701 Bytes

Environment Setup for Python API development

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...

Follow these step to setup invironment

  1. Python download and install
  2. Setup environment variable
    • Copy bin path and put your environment variable
  3. VS code setup
    • Install python extension
    • Install autopep8 (Optional)
    • Install fastapi-snippets
    • Install Pylance (Optional)
    • Install Python IMport Halper
  4. Run Hello World program
    print("Hello World")