Flask (web framework)


Topic | v2 | updated by janarez |
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.


Relations

used by Python

Python is an interpreted, high-level and general-purpose programming language. Created by Guido van R...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in The Flask Mega-Tutorial

10.0 rating 2.5 level 9.5 clarity 4.5 background – 2 ratings

Welcome! You are about to start on a journey to learn how to create web applications with Python and...

relates to Deploy Models with TensorFlow Serving and Flask

In this 2-hour long project-based course, you will learn how to deploy TensorFlow models using Tensor...

treated in Create Your First Web App with Python and Flask

In this 2-hour long project-based course, you will learn the basics of web application development wi...