Material: http://webpy.org/docs/0.3/tutorial#starting

python code.py
http://localhost:8080/

for hello, world


Then code2.py
along with index.html in templates

python code2.py
http://localhost:8080/myfavoritemoviestar

Then init.py
along with dbserver.py

python dbserver.py
http://localhost:8080/Heat

and get a response from the database.

