Flask
Flask is a popular Python web framework
, meaning it is a third-party Python library used for developing web applications
.
Flask is a lightweight WSGI
web application framework. It is designed to make getting started quick and easy with the ability to scale up to complex applications.
Flask is based on the Werkzeug WSGI
toolkit and Jinja2
template engine