Exercises
Exercise 1: Add two numbers
Make a web application that reads two numbers from a web page,
adds the numbers, and prints the sum in a new web page.
Package the necessary files that constitute the application
in a tar file.
Filename: add2.tar.gz
.
Django resources
Remaining
- apply (generated apps) to simviz (make py simviz too and describe that)
- store data in database
- discuss list values read as text and use of eval, perhaps exercise
- avoid Flask or Django in exercises, just do not specify and have
common exercises at the very end
- app: username, TextAreaField, store in database and retrieve for admin