Lab 2 - Python Flask
This lab will teach you the basics of writing web applications with the Python Flask microframework.
Lab 2 Activities
Lab 2 Practice Hello World: Demo of how to do a basic flask page
- not graded, follow along as we discuss
Lab2 Practice Template Data: Example of making a simple template and using parameters to pass data
- Activity 1: done in your table/online group, not graded
Lab2 Practice Template Syntax: Examples of flask template syntax for control flow
- not graded, follow along as we discuss
Lab2 Advanced Routes and Templates: work in a small group to make a data driven student roster website
- Activity 2: DUE
Lab2 Instructor Playground: More examples of Flask templates and routes
- not graded, may help with finishing the lab