simple samples:
simple todo-list engine | new version (uses template.py and form.py)
alternate version of tutorial code using SQLite and SQLObject
tips and tricks:
real web apps:
redditriver.com: a mobile version of reddit.com (src and how it was written)
colr.org (v5): A site for playing with colors. (see rewrite)
todo: a simple webpy example where you can create, delete and edit-in-place an item (CRUD). (src)
music-share: a simple web app for music sharing (mp3 files). (src)
