Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. (Source: Wikipedia) Flask is not an MVC framework as it does not implement the model layer, although it does not restrict you in any way if you wish to create your own.
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.
(Source: Wikipedia)
Flask is not an MVC framework as it does not implement the model layer, although it does not restrict you in any way if you wish to create your own.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.