Login
Remember
Register
Ask a Question
Why is Flask called a Microframework?
0
votes
asked
Dec 24, 2022
in
Python Flask
by
sharadyadav1986
Why is Flask called a Microframework?
microframework
flask
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 24, 2022
by
sharadyadav1986
Flask is called a microframework because Flask only provides core features such as request, routing, and blueprints. For other features, such as Caching, ORM, forms, etc., we need to make use of Flask-Extensions.
...