We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861a12f commit 2d70978Copy full SHA for 2d70978
1 file changed
units/03 - Introduction to Flask/Overview.md
@@ -18,16 +18,18 @@ Overview from the Web Programming unit in the last class:
18
- DONE Why are we learning this?
19
- DONE Webpages, HTML, and CSS
20
- DONE Flask intro
21
-- DONE Templates and merge fields
22
- DONE Decorators
23
- DONE Keyword arguments
24
- DONE Browsers, servers
25
- DONE URLs, absolute/relative
+- Templates and merge fields
26
+- Query parameters, `request`
27
+- Forms/user input
28
+- HTTP methods, body
29
+- Jinja code
30
- The Internet, aka "the web"
-- Backend, frontend
31
- Networking basics
-- Forms/user input
-- Query parameters
32
+- Backend, frontend
33
- Databases/file storage
34
- Cookies
35
0 commit comments