Flask is a micro web framework written in Python. It is classified as a microframework because it does not require specific 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. Applications that use the Flask framework include Pinterest, LinkedIn, and the community web page for Flask itself.[1]

Lessons edit

  1. Run Flask Online
  2. Install Flask
  3. Hello World
  4. Dynamic Pages
  5. Static Pages
  6. User Input
  7. Templates
  8. REST API

See Also edit

References edit