Python 參考資源

Python 3 Readiness : http://py3readiness.org/

Python Speed Center : https://speed.python.org/

Python 3.6 & Performancee : http://igordavydenko.com/talks/by-python-2017/

PEP 373 : http://legacy.python.org/dev/peps/pep-0373/

書目 Book:

像計算科學家一樣思考 Python : http://www.greenteapress.com/thinkpython2/code 下載

計算理論導引 Introduction to the Theory of Computation, Course Technology, 2012 ( 此為 圖靈 Alan Turing 有關圖靈論題 )

Python 統計分析,An Introduction to Statistics with Python,(奧) Thomas Haslwanter 著,李銳 譯,人民郵電出版社,ISBN 978-7-115-49384-2

https://github.com/thomas-haslwanter/statsintro_python 下載程式碼

http://ww/w.springger.com/de/book/9783319283159 下載材料

原文地址:https://www.cnblogs.com/chingchangmeng/p/11358531.html