9. RESTful web service
? Resources represented by URIs
? Data Representations
? JSON
? YAML
? XML
? HTML
10. RESTful web service
? Resources represented by URIs
? Data Representations
? JSON
? YAML
? XML
? HTML
11. Flask
? MicroFramework written in Python for the web
? Micro meaning simple core but highly extensible
? Used to create websites and API¨s
12. Why Flask?
? Easy to learn
? Pythonic
? Import only what you need
? Flask won¨t make any
decisions for you, such as
what database to use
? Small but can easily handle
large apps
? Testable