分页: 1 / 1

[书籍、资料]Python 标准库

发表于 : 2017年04月05日 19:58
vicyang
<The Python 3 Standard Library by Example (2nd Edition)>
预计 2017年06月 出版

这本书是由 Doug Hellmann 所写的一系列关于标准库模块的示例代码和文章组成,源于 PyMOTW 系列,涵盖 Python 2.7 的知识。

第一版(Python2) HTML版、PDF:https://pymotw.com/2/

第二版(Python3) HTML:https://pymotw.com/3/#python-3-module-of-the-week

随书代码:https://bitbucket.org/dhellmann/pymotw-3/downloads/

Python 自家的标准模块页面: https://docs.python.org/3.5/library/index.html