"Flask Practical Video Tutorial" This course was recorded by Geek Academy. Flask is a lightweight web application framework written in Python. Its WSGI toolbox uses Werkzeug and its template engine uses Jinja2. Flask is licensed under BSD. Flask is also called a "microframework" because it uses a simple core and uses extensions to add additional functionality. Flask does not have a default database or form validation tool.
"Flask Practical Video Tutorial" After studying this course, we can learn how to develop a web version of todo application through flask, and how to quickly use flask to build a website.