resources

This repo is a one stop destination to find resources for learning various domains. You can find the roadmap for any domain here.

View on GitHub

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 :star:

Basic Crash Course :books:

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

Complete Udemy Course :book:

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

Done? :disappointed_relieved:

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 :v: