#Install python module dependencies
pip3 install flask pip3 install flask-login pip3 install flask-sqlalchemy
#Jinja - Templating language Allows to run python in HTML
You write python code inside the below expression: {% %}
You can also write python expression inside {{ }} When you render HTML you call it a template