ACS 1710 - Module 1: Lesson 5
Learning Outcomes π«
By the end of this lesson, you should be able to...
- Write a flask route that collects user input using one or more route variables, and displays an appropriate response.
- Write a Flask route that displays a form.
- Write a Flask route that collects form input and displays an appropriate response.
Videos π₯
Vid 1 - Route variables walkthrough
Vid 1 - Route variables walkthrough
Vid 2 - Forms walkthrough
Vid 2 - Forms walkthrough
Exercises πͺ
Route Variables
Answer the review questions for Module 1 Section 4 on Gradescope.
Written Companion π
<aside>
π€ We need to structure and transport information from one end-point to another(i.e. from client to server or server to client)βwhich way works best?
</aside>
Method 1: Route Variables