History of Python Programming LanguageLast Updated : 3 Jan 2026 Python is a widely used general-purpose, high-level programming language created by Guido van Rossum in 1991. It was primarily developed to improve the readability of code, allowing developers to write codes in fewer lines. Who Invented Python?Python was created by Guido van Rossum, a Dutch programmer, in the late 1980s. He was an employee at Centrum Wiskunde & Informatica in the Netherlands. His goal was to create an advanced scripting language based on ABC that was easy to understand and could be used and added to easily. The initial public release, Python 0.9.0, was published in February 1991. What is the History of Python?Van Rossum started developing Python in December of 1989 with the goal of creating a computer programming language that has:
The first public version, Python 0.9.0, was released in February 1991, and it was the first to offer functions, modules, exception handling, and dynamic typing - making it possible for users to program what they wanted with ease. Objectives of Development of PythonThroughout the development phase, Van Rossum made several important choices which affected the design of Python:
Why is Python called Python?In the late 1980s, while developing the language, Guido van Rossum chose the name “Python.” It is often thought that the word ‘python’ refers to the snake. However, it refers to the British sitcom, ‘Monty Python's Flying Circus.’ Why Did Van Rossum Choose This Name?
Evolution of PythonLike many programming languages, Python has undergone considerable practice over the years, resulting in significant improvements in its performance alongside its functionality and usability. Here’s a summary of major evolution stages captured in the different versions of Python: ![]() Python 1.x (1991-2000)
Python 2.x (2000-2010)
Python 3.x (2008-Present)
Latest Python VersionsBelow is a table showcasing the most recent Python versions and their release dates:
Conclusion:Today, Python is among the most impactful programming languages regarding its application and use worldwide. Since its initial inception by Guido van Rossum in the late 1980s, Python has consistently iterated on its versions with improvements on functionality, ease of use, and general efficiency. Its flexible applicability across various domains means that for web development, data science, artificial intelligence, and even automation, it is undoubtedly the most popular programming language. Python is highly relevant in modern day computing technology owing to strong community support and regular updates, which will further ensure its usefulness for many more years to come. With every new version released, innovations and new features are added to improve performance, and because of this, Python will continue being a crucial part of programming for years to come. Next TopicPython Applications |
We request you to subscribe our newsletter for upcoming updates.