0 votes
in Python by
Why is flask used in Python?

1 Answer

0 votes
by

A Flask is a micro web framework for Python based on the "Werkzeug, Jinja 2 and good intentions". Werkzeug and jingja are its dependencies. Because a Flask is part of the micro-framework, it has little or no dependencies on the external libraries. A Flask also makes the framework light while taking little dependency and gives fewer security bugs.

Related questions

0 votes
asked Oct 12, 2021 in Python by rajeshsharma
0 votes
asked Jan 2, 2021 in Python by SakshiSharma
...