0 votes
in Python by

Explain what is Flask & its benefits?

1 Answer

0 votes
by

Flask is a web micro framework for Python based on "Werkzeug, Jinja 2 and good intentions" BSD licensed. Werkzeug and jingja are two of its dependencies.

Flask is part of the micro-framework. Which means it will have little to no dependencies on external libraries. It makes the framework light while there is little dependency to update and less security bugs.

Related questions

0 votes
asked May 23, 2020 in Python by sharadyadav1986
0 votes
asked Jun 12, 2020 in Python by Robindeniel
...