发布于 2014-07-02 23:18:31 | 155 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Python3 Cookbook中文版,程序狗速度看过来!
Python编程语言
Python 是一种面向对象、解释型计算机程序设计语言,由Guido van Rossum于1989年底发明,第一个公开发行版发行于1991年。Python语法简洁而清晰,具有丰富和强大的类库。它常被昵称为胶水语言,它能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。
Python 2.7.8 发布,该版本修复了 2.7.7 的 bug 和安全问题,包括:
The openssl version bundled in the Windows installer has been updated.
A regression in the mimetypes module on Windows has been fixed.
A possible overflow in the buffer type has been fixed.
A bug in the CGIHTTPServer module which allows arbitrary execution of code in the server root has been patched.
A regression in the handling of UNC paths in os.path.join has been fixed.
下载地址:
Mac OS X 64-bit/32-bit x86-64/i386 Installer (2.7.8) for Mac OS X 10.6 and later [2](sig). [You may need an updated Tcl/Tk install to run IDLE or use Tkinter, see note 2 for instructions.]
Mac OS X 32-bit i386/PPC Installer (2.7.8) for Mac OS X 10.5 and later [2] (sig).
Mac OS X 32-bit i386/PPC Installer (2.7.8) for Mac OS X 10.3 and later (deprecated, see below) [2](sig).