Creating Web APIs with Python and Flask
Step 1 - Install flask:

- Installs
flask
using the Python package manager - pip
- See command prompt output
- If you have Anaconda installed, Flask comes installed with it
- About APIs
Create a basic flask application
- Create a folder for the project:

- Save the following python code in a file in the
api
folder called api.py
:
