国内的Python学习资料太少了,我搜集了一些中文/英文版本的参考资料,很棒的!
1 . 深入Python (Dive Into
Python:Chinese Version)
不全,只有前面几个章节
http://cn.diveintopython.org/toc.html
2. Dive Into Python (English Version)
整本书
http://diveintopython.org/toc/index.html
3. Dive Into Python 这本书的集中下载,有各种格式的资料文件和各种语言的
http://diveintopython.org/
4. 字符串处理中的常见问题/代码例子
http://www.faqts.com/knowledge_base/index.phtml/fid/539
5 How to Think Like a Computer Scientist Learning with Python
http://www.ibiblio.org/obp/thinkCSpy/
6.Global Module Index :Which can not find in the Python document index.
http://www.python.org/doc/current/modindex.html
7.
Python Cookbook
http://aspn.activestate.com/ASPN/Cookbook/Python