Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.75 KB

File metadata and controls

77 lines (61 loc) · 2.75 KB
title Flask
date 2021-08-05 05:16:58 +0530
category framework
image images/flask.webp
tags
python
web
flask
backend
authors
Christima-Mary-S
GopikrishnanSasikumar
mainpage false
draft false

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 📚