Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 3.11 KB

index.md

File metadata and controls

53 lines (39 loc) · 3.11 KB
layout title
default
Code samples

Code samples

Simple samples:

All samples are in the public domain. They are intentionally unstyled, and they usually lack features that make them usable. They are intended to show how common patterns are performed in web.py.

  • 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.
  • zbox_wiki. A lightweight wiki system (demo)

Deprecated Samples:

These samples no longer works with the current version of web.py, but may still contain good patterns:

Real Web Apps:

These are fully functional apps with code that have been built with web.py. Note that these may be using older versions of web.py than the current release.

Tips and Tricks: