KEMBAR78
Flask - Python microframework | PPT
@Andre_Mayer
Flask is a microframework for web development in Python Microframework refers to the simplicity and small size of the framework
History Flask was created by Armin Ronacher. Flask is inspired by Sinatra (Ruby library to create web apps with minimum effort).
WSGI (Web Service Gateway Interface) Flask bridge Jinja2 Template Engine - HTTP request and response objects - URL routing
concept of extensions Keeps the core simple but extensible Plug and Play extensions
HANDS ON
 
 
 
 
 
Convention  over  Configuration
 
 
Template: login.html
Questions?

Flask - Python microframework