web.py is a web framework for Python that is as simple as it is powerful.
Visit http://webpy.org/ for more information.
- skeleton code The very basics required to get started.
- todo list The simplest database-driven app possible.
- blog A very simple blog, showing basic CRUD functionality.
- wiki A very basic wiki engine.