Python
是一种面向对象的解释性的计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展历史,成熟且稳定。Python
具有脚本语言中最丰富和强大的类库,足以支持绝大多数日常应用。 下载:Python 3.1.2 Final for Windows (14.7 MB) 下载:Python 3.1.2 Final for Linux (10.6 MB) 下载:Python 2.6.5 Final for Windows (14.7 MB) 下载:Python 2.6.5 Final for Linux (10.6 MB) 下载:Python 2.7 RC1 (10.6 MB) Python 2.7 RC1 was released on June 5th, 2010. Python 2.7 is scheduled to be the last major version in the 2.x series before it moves into an extended maintenance period. This release contains many of the features that were first released in Python 3.1. Improvements in this release include: An ordered dictionary type New unittest features including test skipping and new assert methods. A much faster io module Automatic numbering of fields in the str.format() method Float repr improvements backported from 3.x. Tile support for Tkinter A backport of the memoryview object from 3.x Set literals Set and dictionary comprehensions Dictionary views New syntax for nested with statements The sysconfig module |