Skip to content

Commit 7260a35

Browse files
committed
* update outline with links to assignment and presentation
* add assignment file for this week
1 parent ea87a01 commit 7260a35

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
* Re-implement the Flaskr app we built in class in a different Small
2+
Framework.
3+
4+
* There are several named in the class outline, and in this presentation.
5+
6+
* Pick one of them, or a different one of your choice. It must be Python.
7+
8+
* When you are finished, add your source code and a README that talks about
9+
your experience to the ``athome`` folder of week05.
10+
11+
* Tell me about your new Framework. Discuss the points above regarding
12+
differences.
13+
14+
Submittin Your Work
15+
16+
* Try to get your code running on your VM
17+
18+
* Add your source code, in it's entirety, to the ``athome`` folder for week 5
19+
20+
* Add a README.txt file that discusses the experience.
21+
22+
* Commit your changes to your fork of the class repository and send me a pull
23+
request

source/main/outline.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ framework. We will have the chance to repeat the class lab, or create another
361361
dynamic system using one of the many other python web frameworks available to
362362
us.
363363

364+
`Week 5 Presentation <presentations/week05.html>`_
365+
364366
Reading
365367
*******
366368

@@ -412,7 +414,11 @@ You may also want to do more reading on the unittest module:
412414
Assignment
413415
**********
414416

415-
Coming soon
417+
You can read the assignment at
418+
419+
http://github.com/cewing/training.python_web/blob/master/assignments/week05/athome/assignment.txt
420+
421+
Please complete the assignment by noon on Sunday, February 10, 2013.
416422

417423
Week 6 - Django
418424
---------------

0 commit comments

Comments
 (0)