PYTHON:Fastest Growing Language::--
History::--
The history of the Python programming language dates back to the late 1980s.
Python was conceived in the late 1980s and its implementation was started in December 1989 by Guido van Rossum at CWI in the Netherlands as a successor to the ABC programming language capable of exception handling and interfacing with the Amoeba operating system.[3] Van Rossum is Python's principal author, and his continuing central role in deciding the direction of Python is reflected in the title given to him by the Python community, Benevolent Dictator for Life (BDFL).
Python 2.0 was released on 16 October 2000, with many major new features including a full garbage collector and support for unicode. However, the most important change was to the development process itself, with a shift to a more transparent and community-backed process.[4] Python 3.0, a major, backwards-incompatible release, was released on 3 December 2008[5] after a long period of testing. Many of its major features have also been backported to the backwards-compatible Python 2.6 and 2.7