DEV Community

Cover image for Mega Flask Tutorial for beginners & advanced 2022
Raman Bansal
Raman Bansal

Posted on

Mega Flask Tutorial for beginners & advanced 2022

This Mega Flask Tutorial aims to provide both basic and advanced concepts of the Python Flask framework. This Flask tutorial is designed for both beginners and professionals.

Python Flask framework is very light weight framework for making useful web applications in python. It is developed by Armin Ronacher, an Australian open source software programmer.

What is flask?

As we already discussed, this framework is used for making web applications and it is very lightweight. It is based on WSGI toolkit and jinja2 template engine. As it is a lightweight framework that is why it is considered as a micro framework.

What is WSGI?

WSGI or web server gateway interface is used in python for the development of web application. For the universal interface, It is considered as the specification between the web application and web server.

What is Jinja2?

Jinja2 is a web template engine which combines a template with a certain data source to render the dynamic web pages.

Prerequisite

To understand the concepts of Flask, you must have the basic knowledge of Python concepts.

Audience

Our Mega Flask tutorial is designed for both beginners and professionals.

Read the Full article:- Mega flask tutorial

Top comments (0)