分享

[Python]Code samples(Web.py)

 思念是一种饼 2011-04-12

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.

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.

  • : a mobile version of reddit.com (src and how it was written)
  • webme: a blogging and podcasting system (src)
  • webr: a flickr powered photo gallery
  • (v5): A site for playing with colors. (see rewrite)
  • todo: a simple web.py 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)
  • Google Modules: an iGoogle Gadget directory written in MVC style. (src)
  • Mailer: a very simple mass mailer. (src)
  • MLSS Admin: a system to rate, comment and accept candidates for conferences and likes. (src)
  • Wikitrivia: take randomly generated quizes generated using Wikipedia. (src)

Tips and Tricks:

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多