0 votes
in Python by
What is use Of Using Flask in Python?

1 Answer

0 votes
by

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.

...