Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 388 Bytes

module-1.md

File metadata and controls

10 lines (6 loc) · 388 Bytes

MODULE 1: Intro to Flask + Forms

Module Learning Objectives

By the end of this module, you should be able to...

  1. Write Flask applications and run using the command line.
  2. Write Flask routes that accept a route variable as a parameter and return an appropriate response.
  3. Write Flask routes that incorporate HTML forms, collect user input, and show an appropriate response.