less than 1 minute read

一、 介绍

二、 Python 基础

三、 Python 标准库

四、 Python 第三方库

附录

A 推荐书籍

1.《Python3 标准库》
Doug Hellmann 著, 苏金国, et al 译. Python3 标准库[M]. 北京:机械工业出版社, 2018.

2.《python3 学习笔记》
雨痕. python3 学习笔记[M]. 北京:电子工业出版社, 2018.

3.《Python 科学计算》
张若愚. Python 科学计算[M]. 北京:清华大学出版社, 2018.

B 推荐资料

  1. 汇集了众多python 资源 https://yiyibooks.cn/
    内容质量有待提高;
  2. 在线手册中心 https://docs.pythontab.com/
    Python 3 Module of the Week https://pymotw.com/3/
  3. python3 标准库
    中文目录,英文内容 https://blog.csdn.net/manimanihome/article/details/53043431
    中文目录,中文内容 https://yiyibooks.cn/xx/python_352/library/index.html 目录很全,内容不够精细;排版不够美观;
  4. Awesome Python. https://awesome-python.com/. 超强 python 第三方库汇总;

Comments