Flask (web framework)


Topic history | v2 (current) | updated by janarez

Details

Flask (web framework)

| updated by janarez | Edit topic "Flask (web framework)"
Title
Flask (web framework)
Description
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. However, Flask supports extensions that can add application features as if they were implemented in Flask itself. Extensions exist for object-relational mappers, form validation, upload handling, various open authentication technologies and several common framework related tools. Extensions are updated far more frequently than the core Flask program. Applications that use the Flask framework include Pinterest and LinkedIn.
Link
https://en.wikipedia.org/?curid=29040606

Flask (web framework)

| created by janarez | Add resource "The Flask Mega-Tutorial"
Title
Flask (web framework)
Description
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. However, Flask supports extensions that can add application features as if they were implemented in Flask itself. Extensions exist for object-relational mappers, form validation, upload handling, various open authentication technologies and several common framework related tools. Extensions are updated far more frequently than the core Flask program. Applications that use the Flask framework include Pinterest and LinkedIn.
Link
https://en.wikipedia.org/?curid=29040606

authors

This topic has no history of related authors.

topics

used by Python
v1 | attached by janarez | Add resource "The Flask Mega-Tutorial"