Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 432 Bytes

File metadata and controls

15 lines (14 loc) · 432 Bytes

Lecture 1

  1. Big picture: why webapps with Flask?
  2. An initial app
    • Minimal Python components
    • Running Flask from the command line
    • Adding simple templates from the templates directory.
  3. A more complex app
    • Multiple pages
    • Basic structure of jinja pages
    • Passing information via arguments to render_template
  4. Deployment to Heroku
    • requirements.txt
    • Procfile
    • heroku commands