當前位置: 首頁 ? 深入 Python 3 ?
? Go forth on your path, as it exists only through your walking. ?
— St. Augustine of Hippo (attributed)
鑒于一些主題有免費的教程,因此我決定不在本書中加以闡述。
修飾器:
屬性:
屬性 作者: Adam Gomaaproperty() 函數 描述符:
線程 & 多進程:
threading 模塊
線程 — 管理并發線程
multiprocessing 模塊
多進程 — 像管理線程那樣管理進程
元類
此外,Doug Hellman 之 本周 Python 模塊 是對Python 標準類庫模塊的極好指南
由于 Python 3 相對較新,其非常缺乏兼容類庫。以下地方可用于查找在 Python 3 之下能夠正常運作的代碼:
? 2001–9 Mark Pilgrim