Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.
有兴趣的同学可以玩玩
https://github.com/defnull/bottle
http://bottlepy.org/docs/dev/index.html
附:
nginx,uwsgi,bottle,virtualenv在centos6上安装及性能测试 http://jinghong.iteye.com/blog/1283984
nginx,uwsgi,bottle,mako安装和性能测试
http://jinghong.iteye.com/blog/1286252