python 资料

时间:2021-11-29 09:19:32

主站:

主页:http://python.org/
下载:http://python.org/download/
文档:http://python.org/doc/

books:

ActivePython31.chm 

Python in a Nutshell, 2nd Edition.chm

Python Phrasebook: Essential Code and Commands 

GUI:

http://www.wxpython.org/ python封装的wxWidgets开发库

http://www.pygtk.org/ python封装的GTK+的开发库

http://wiki.python.org/moin/PyQt Python封装的QT开发库

python 开源:

http://code.google.com/p/pyscripter/  python的IDE

http://pyyaml.org/  yaml的python接口

http://diffuse.sourceforge.net/  diff工具

http://www.hforge.org/itools  python developer toolbox

http://www.scons.org/  python写的编译工具

http://code.google.com/p/html5lib/  html解析

http://rpyc.sourceforge.net/  remote python call

http://www.viewvc.org/index.html  web访问cvs和subversion

http://vboxtool.sourceforge.net/  virtualbox控制

http://www.pylot.org/ python用来web性能测试
http://linkchecker.sourceforge.net/ python用来web link测试
http://flask.pocoo.org/ python的简洁web框架
http://web2py.com python的mvc web框架
http://trac.buildbot.net/ python用来build的