File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ Session 4 Homework
2
+ ==================
3
+
4
+ Required Tasks:
5
+ ---------------
6
+
7
+ The Mashup you created for the last session produces interesting data. This
8
+ session we learned how to build simple WSGI applications that expose data
9
+ using information from the request.
10
+
11
+ For your homework this week, I want you to combine the two. Using your mashup
12
+ as a data source, build a simple WSGI application that shows that data to the
13
+ user. Make it minimally interactive. A user should be able to click links or
14
+ provide input via simple HTML forms.
15
+
16
+ Place the following in the assignments/session04 directory and make a pull
17
+ request:
18
+
19
+ Instructions
20
+ If any extra stuff needs to be installed or executed for your application
21
+ to work, make sure I know about it.
22
+
23
+ Your source code.
24
+ Give me an executable python script that I can run to start a WSGI server
25
+ serving your application. Use the standard library wsgiref module.
26
+
27
+ Your tests.
28
+ Last session, tests were optional. This week they are not.
29
+
30
+ Your application should produce HTML output that I can view in a browser. That
31
+ output does not need to be attractive. Continue to focus on the mechanics of
32
+ making this work, rather than the aesthetics of making it pretty.
You can’t perform that action at this time.
0 commit comments