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