About

Flask is a micro-framework for Python 2.x. To quote its creator:

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions

It has exceptional documentation, a large number of extensions, snippets and a friendly community.

What does "microframework" mean? In this case, it means that it comes with just enough batteries included to get you up and running right away (no worrying about which routing or templating solution to use; both are included) -- but it doesn't provide an Enterprise-ready solution to every problem under the sun (which means it doesn't take very long to learn).

history|show excerpt|excerpt history