國(guó)內(nèi)的Python學(xué)習(xí)資料太少了,我搜集了一些中文/英文版本的參考資料,很棒的!
1 . 深入Python (Dive Into
Python:Chinese Version)
不全,只有前面幾個(gè)章節(jié)
http://cn.diveintopython.org/toc.html
2. Dive Into Python (English Version)
整本書
http://diveintopython.org/toc/index.html
3. Dive Into Python?? 這本書的集中下載,有各種格式的資料文件和各種語(yǔ)言的
http://diveintopython.org/
4. 字符串處理中的常見(jiàn)問(wèn)題/代碼例子
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