Ii. History of Python
- In 1989, in order to pass the Christmas holiday, Guido began to write the Python language compiler. The name Python, from Guido's beloved TV show Monty Python's Flying Circus. He hoped that the new language, called Python, would fit his ideals: create a language that is all-powerful, easy to learn, easy to use, and extensible, between C and Shell.
- 1991, the first Python compiler was born. It is implemented in C language and can call the C language library file. From birth, Python already has: classes, functions, exception handling, core data types including tables and dictionaries, and module-based expansion systems.
- Granddaddy of Python Web frameworks, Zope 1 is released in 1999
- Python 1.0-january 1994 adds lambda, map, filter and reduce.
- Python 2.0-october 16, 2000, added a memory recovery mechanism that forms the basis of the Python language framework Now
- Python 2.4-november 30, 2004, the same year now the most popular web framework Django was born
- Python 2.5-september 19, 2006
- Python 2.6-october 1, 2008
- Python 2.7-july 3, 2010
- In November, it is announced that Python 2.7 would is supported until 2020, and reaffirmed that there would is 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
Day1_python Foundation _2.python History