Find the best tools to build your startup.
Find the best tools to build your startup.
Flask calls itself a microframework.
Whereas frameworks like Django and Laravel aim to provide as many tools as possible to get off the ground as quickly as possible, with default configurations, Flask aims to provide the fewest necessary tools to receive requests, process them, and return responses.
It includes a templating enging called Jinja.
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!