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.

Related questions

0 votes
asked Jul 14, 2020 in Python by GeorgeBell
0 votes
asked Jul 2, 2020 in Python by GeorgeBell
...