Flask

Curated By

Avatar of Christima-Mary-S Avatar of GopikrishnanSasikumar

Flask is a micro web framework written in Python 🐍.Python flask is a micro-framework written in python. It is used for building web applications. TinkerHub donation page is an example for a web app made with flask 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. (Source– Wikipedia)

Prerequisites ❓

Hands on experience in Python and HTML

Topics to learn πŸ’‘

  • Routing
  • Variable Rules
  • URL Building
  • HTTP Methods
  • Templates
  • Static Files
  • Request Object
  • Sending from Data to Template
  • Cookies πŸͺ
  • Sessions
  • Redirect & Errors
  • Message Flashing
  • File Uploading
  • Extensions
  • Mail
  • WTF
  • SQLite
  • SQLAlchemy
  • Sijax
  • Deployment
  • FastCGI

RESOURCES ✨

Documentation πŸ“‚

YouTube Tutorials 🍿

Tutorials

Blogs πŸ‘©β€πŸ’»

E-Books πŸ“š