Flask is an API of Python that allows us to build up web-applications. It was developed by Armin Ronacher. Flask’s framework is easier to learn because it has less base code to implement a simple web-Application.
Core Concepts discussed in this video :
Flask – HTTP methods
Flask – Templates
Flask – Static Files
Flask – Request Object
Flask – Sending Form Data to Template
I hope you did not miss my last video on Python | Web Development with Flask | Part 1. In case you have missed, you can see here: • Python | Web Development with Flask | Part 1