Flask - Python microframework

Post on 14-Apr-2017

3.148 views 80 download

Transcript of Flask - Python microframework

@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

Jinja2Template 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?