Difference between revisions of "Flask"

From Parallel Library Services
Jump to navigation Jump to search
(Created page with "https://flask.palletsprojects.com Flask is a micro web framework written in Python for making web applications. It is classified as a microframework because it does not requi...")
 
 
Line 1: Line 1:
[[File:Flask logo.svg|thumb|Flask logo]]
https://flask.palletsprojects.com
https://flask.palletsprojects.com



Latest revision as of 19:51, 5 October 2021

Flask logo

https://flask.palletsprojects.com

Flask is a micro web framework written in Python for making web applications. 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.