python参考资料

来源:互联网 发布:淘宝开店认证点击不了 编辑:程序博客网 时间:2024/05/16 14:15

以下资料来自车万翔老师

教材:


1、Allen B. Downey.《Think Python: How to Think Like a Computer Scientist》Green Tea Press.

  • 英文版下载地址:http://www.greenteapress.com/thinkpython/thinkpython.html  

  • 我们也将该书翻译为了中文,请于 http://pan.baidu.com/s/1vaefL   下载最新的中英文对照版

  • 如果发现翻译的错误或者想贡献更多的翻译,请 fork:https://github.com/carfly/thinkpython-cn

2、Python程序设计 [An Introduction to Programming Using Python]

  • [美] 戴维 I.施奈德(David I. Schneider)著;车万翔 译

  • http://item.jd.com/11889583.html


Python下载地址

  • 最新版本 Python:https://www.python.org/downloads/   注意:本门课使用Python 2版本,所以请下载最新的 Python 2.7.x

  • Python(x,y) 是 Windows 下的 Python 集成包,除了 Python 系统外,还包含了众多第三方开发包以及 Spyder 集成开发环境(IDE,Integrated Development Environment)。因此,如果你使用的是 Windows 系统,只需安装 Python(x,y) 即可。Python(x,y) 下载地址:http://python-xy.github.io/downloads.html  。

  • Windows XP 下若要运行 Python(x,y) 需要额外安装:http://pan.baidu.com/s/1c1y0s84

  • Mac 版 Spyder 官网下载地址:https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-2.3.8-py2.7.dmg,如果嫌速度慢的话,可以用百度网盘下载:http://pan.baidu.com/s/1gep6XBP

0 0