這是Python-2.7.10下載,此文件經(jīng)過從官網(wǎng)下載直接分享。沒有做過任何修改。若有疑問請登錄官網(wǎng)反饋。(在網(wǎng)上無法登陸Python官網(wǎng)的用戶可以在此下載,是Python,官網(wǎng)的。
Python-2.7.10是一種面向?qū)ο、直譯式計(jì)算機(jī)程序設(shè)計(jì)語言,也是一種功能強(qiáng)大而完善的通用型語言。話說Python界里面出現(xiàn)了Python女神,程序猿們快來加入Python吧。Python已經(jīng)具有十多年的發(fā)展歷史,成熟且穩(wěn)定。Python這種語言具有非常簡捷而清晰的語法特點(diǎn),適合完成各種高層任務(wù),幾乎可以在所有的操作系統(tǒng)中運(yùn)行。目前,基于這種語言的相關(guān)技術(shù)正在飛速的發(fā)展,用戶數(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