Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.89 KB

FLASK.md

File metadata and controls

45 lines (32 loc) · 1.89 KB

Flask



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.

Install Flask from here and get started.

Key Features ⭐

  • A development server and debugger
  • Unicode support
  • WSGI compliance
  • A unit-test client client
  • URL routing
  • Request dispatching
  • Secure cookies
  • Sessions
  • Jinja2 templates

Basic Crash Course 📚

For starting with basics, setting it up and get an idea about various things, you can follow these videos on YouTube:

Complete Udemy Course 📖

For indepth knowledge and practice you can refer these Udemy courses:

Done? 😥

Not yet! Now that you've explored Flask, you can learn Django, another Python framework which is much more suitable for production.


We hope you now know the roadmap to being a professional Flask Developer ✌️