代码改变世界

web.py入门

2013-06-30 23:48  youxin  阅读(358)  评论(0)    收藏  举报

官网介绍:

web.py is a web framework for Python that is as simple as it is powerful. web.py is in the public domain; you can use it for whatever purpose with absolutely no restrictions.

sudo easy_install web.py
我安装的是0.37版。
官网:http://webpy.org/
教程:http://webpy.org/tutorial3.zh-cn