# webpy-examples **Repository Path**: mirrors_webpy/webpy-examples ## Basic Information - **Project Name**: webpy-examples - **Description**: example code for web.py - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Example code for web.py 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__](https://github.com/webpy/webpy-examples/tree/master/skeleton-code) The very basics required to get started. * [__todo list__](https://github.com/webpy/webpy-examples/tree/master/todo-list) The simplest database-driven app possible. * [__blog__](https://github.com/webpy/webpy-examples/tree/master/blog) A very simple blog, showing basic CRUD functionality. * [__wiki__](https://github.com/webpy/webpy-examples/tree/master/wiki) A very basic wiki engine.