附录:
数据分析师:
Allen Downey 的《统计思维:程序员数学之概率统计(第 2 版)》很好地介绍了统计数学概念并且使用了 Python。Cathy O'Neill 和 Rachel Schutt 的《数据科学实战》提供了数据科学领域的深入分析。
scipy技术栈 Wes McKinney 编写了《利用 Python 进行数据分析》
优秀开发者:
Luciano Ramalho 的《流畅的Python》, Structureand Interpretation of Computer Programs(https://mitpress.mit.edu/sicp/full-text/book/book.html ),由 HaroldAbelson 和 Gerald Jay Sussman 编写(MIT 出版社)。