doc: clarity about flask (#4973)

added clarity about flask features
pull/4999/head
Khalil Habib Shariff 11 months ago committed by GitHub
parent d4b4b3c55c
commit cdcdfc4973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/python/content/106-python-frameworks/100-synchronous/101-flask.md

@ -1,6 +1,6 @@
# Flask
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.
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. Instead, it provides flexibility by requiring you to choose and integrate the best libraries for your project's needs.
Visit the following resources to learn more:

Loading…
Cancel
Save