Find the best tools to build your startup.

Flask

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.

Got a better description? Let us know!



Description from the Flask website:

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!


Tagged: web site, python framework, web app,

Use Flask to...

build a web app


Ad