creating a new file:
1. ctrl + N than ctrl + s ---> [Link]
Running the file:
1. click on top right play button
2. using command 'python [Link]' in anaconda prompt
installing a library:
1. pip install 'library_name'
[
pip install uvicorn
pip install fastapi
]