一、Python介紹 python的創始人為吉多·範羅蘇姆(Guido van Rossum),中文名為龜叔。1989年的聖誕節期間,為了在 阿姆斯特丹打發時間,決心開發一個系的腳本解釋程式,作為ABC語言的一種繼承。 python名字來自龜叔所摯愛的電視劇Monty Python’s Flying ...
一、Python介紹
python的創始人為吉多·範羅蘇姆(Guido van Rossum),中文名為龜叔。1989年的聖誕節期間,為了在 阿姆斯特丹打發時間,決心開發一個系的腳本解釋程式,作為ABC語言的一種繼承。
python名字來自龜叔所摯愛的電視劇Monty Python’s Flying Circus。他希望創造一種在C和shell之間,功能全面,易學易用,可拓展的語言。
龜叔2005年加入谷歌至2012年,2013年加入Dropbox直到現在,依然掌握著python發展的核心方向,被稱為“仁慈的獨裁者” 。
Python可以應用於眾多領域,如:數據分析、組件集成、網路服務、圖像處理、數值計算和科學計算等眾多領域。目前業內幾乎所有大中型互聯網企業都在使用Python,如:Youtube、Dropbox、BT、Quora(中國知乎)、豆瓣、知乎、Google、Yahoo!、Facebook、NASA、百度、騰訊、汽車之家、美團等。
2017年7月的TIOBE排行榜,python已經占據第四,python崇尚優美、清晰、簡單,是一個優秀並廣泛使用的語言。
1991年,第一個Python編譯器誕生。它是用C語言實現的,並能夠調用C語言的庫文件。從一齣生,Python已經具有了:類,函數,異常處理,包含表和詞典在內的核心數據類型,以及模塊為基礎的拓展系統。
- Granddaddy of Python web frameworks, Zope 1 was released in 1999
- Python 1.0 - January 1994 增加了lambda,map, filterand reduce.
- Python 2.0 - October 16, 2000,加入了記憶體回收機制,構成了現在Python語言框架的基礎
- Python 2.4 - November 30, 2004, 同年目前最流行的WEB框架Django 誕生
- Python 2.5 - September 19, 2006
- Python 2.6 - October 1, 2008
- Python 2.7 - July 3, 2010
- In November 2014, it was announced that Python 2.7 would be supported until 2020, and reaffirmed that there would be no 2.8 release as users were expected to move to Python 3.4+ as soon as possible
- Python 3.0 - December 3, 2008
- Python 3.1 - June 27, 2009
- Python 3.2 - February 20, 2011
- Python 3.3 - September 29, 2012
- Python 3.4 - March 16, 2014
- Python 3.5 - September 13, 2015
- Python 3.6 - December 16,2016