当前位置: 首页 ‣ 深入 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