這里列出了 Python 相關(guān)的一些資源,歡迎讀者補(bǔ)充。
vinta/awesome-python: A curated list of awesome Python frameworks, libraries, software and resources
包含了 Python 框架、Python 庫和軟件的 awesome 列表。
aosabook/500lines: 500 Lines or Less
Python 神書,里面有若干個項(xiàng)目,每個項(xiàng)目都是由業(yè)內(nèi)大神所寫,每個項(xiàng)目代碼在 500 行左右。
Python Module of the Week - PyMOTW 2
自 2007 年以來,Doug Hellmann 在他的博客上發(fā)表了頗受關(guān)注的「Python Module of the Week」系列,計(jì)劃每周介紹一個 Python 標(biāo)準(zhǔn)庫的使用。上面的鏈接是介紹 Python2 中的標(biāo)準(zhǔn)庫,同樣也有 Python3 的:Python 3 Module of the Week — PyMOTW 3。
Transforming Code into Beautiful, Idiomatic Python
寫出簡潔的、優(yōu)雅的 Python 代碼。
jobbole/awesome-python-cn: Python資源大全中文版
Python 資源大全,包含:Web 框架、網(wǎng)絡(luò)爬蟲、模板引擎和數(shù)據(jù)庫等,由伯樂在線更新。
優(yōu)秀的免費(fèi)郵件 Python 新聞周刊。
Python 初學(xué)者的最佳學(xué)習(xí)資源
伯樂在線翻譯的 Python 學(xué)習(xí)資源。
Python 資源匯總,從基礎(chǔ)入門到各種 Web 開發(fā)框架,再到高級的 ORM,Docker 等等。
The Hitchhiker’s Guide to Python!
Requests 作者 kennethreitz 的一本開源書籍,介紹 Python 的最佳實(shí)踐。
Welcome to Python for you and me
介紹 Python 的基本語法,特點(diǎn)等。
District Data Labs - How to Develop Quality Python Code
開發(fā)高質(zhì)量的 Python 代碼。
A "Best of the Best Practices" (BOBP) guide to developing in Python.
Python 最佳實(shí)踐。