Skip to content

Latest commit

 

History

History

6

Session 6 RESTful backend

  • Flask
    • routes
    • endpoints
    • dev mode server
  • decorators

Screencast

Hello Python Session

Material

Project

  • cache expensive function result with decorator
  • create todolist backend
    • apply frontend backbone (or any other frontend framework)
    • advanced: add validation of user data
    • advanced: add persistent storage (file, sql, etc)