這是Python-2.7.10下載,此文件經(jīng)過(guò)從官網(wǎng)下載直接分享。沒(méi)有做過(guò)任何修改。若有疑問(wèn)請(qǐng)登錄官網(wǎng)反饋。(在網(wǎng)上無(wú)法登陸Python官網(wǎng)的用戶(hù)可以在此下載,是Python,官網(wǎng)的。
Python-2.7.10是一種面向?qū)ο、直譯式計(jì)算機(jī)程序設(shè)計(jì)語(yǔ)言,也是一種功能強(qiáng)大而完善的通用型語(yǔ)言。話說(shuō)Python界里面出現(xiàn)了Python女神,程序猿們快來(lái)加入Python吧。Python已經(jīng)具有十多年的發(fā)展歷史,成熟且穩(wěn)定。Python這種語(yǔ)言具有非常簡(jiǎn)捷而清晰的語(yǔ)法特點(diǎn),適合完成各種高層任務(wù),幾乎可以在所有的操作系統(tǒng)中運(yùn)行。目前,基于這種語(yǔ)言的相關(guān)技術(shù)正在飛速的發(fā)展,用戶(hù)數(shù)量急劇擴(kuò)大,相關(guān)的資源非常多。
Note: A bugfix release, 2.7.13, is currently available. Its use is recommended.
Python 2.7.0 was released on July 3rd, 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.
■An ordered dictionary type
■New unittest features including test skipping, new assert methods, and test discovery
■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