Skip to main content

Command Palette

Search for a command to run...

How does Guido van delight with an amazing & unique idea of creating Python?

Check out Brief History.

Published
2 min read
How does Guido van delight with an amazing & unique idea of creating Python?
M

I am an AI Developer with a Bachelor's in Software Engineering from City University Peshawar. My expertise lies in Python backend development, machine learning, and AI-driven applications. I am passionate about creating intelligent, data-driven solutions that solve real-world problems. I believe in continuous learning and am always eager to explore new technologies to integrate into my projects. I aim to combine technical excellence with creative problem-solving to deliver impactful and innovative AI solutions.

My career began by working with local companies, and now I focus on building innovative AI-driven products and machine learning models that have the potential to impact people around the globe positively. I have worked on sentiment analysis, real-time currency classification, and weather forecasting using radar images. This website showcases my work and serves as a reflection of my Python, AI, and backend development expertise. I am always committed to delivering high-quality, efficient solutions that solve real problems.

How does Guido van delight with the amazing idea of creating Python Programming?

The idea of Python programming was conceived in the late 1980s by Guido van Rossum. In late 1989, He was looking to work on a Hobby project that will keep him busy near Christmas days. So he decided to write an interpreter for the language he had been thinking of.

Python, as a successor of ABC language, with the ability of Exceptional Handling and interfacing with the Amoeba OS. Since he had a wide experience with the implementation of the interpreted language in the ABC group at CWI. (Centrum Wiskunde & Informatica is a research center in mathematics & theoretical computer science). So as he has written he learned a lot about language design at CWI and this is the main origin of most Python features.

Python 0.9.0, First Release of today's top-level Programming language

Python was first released on 20th Feb 1991 as Python 0.9.0 at alt. source. During its first release, It was already enriched with exceptional handling, core data types, and functions. Python was object-oriented from its first release and has a module system at that time also. In Jan 1994, Python version 1.0 has released with major new features like lambda, filter, and map and reduces. which were more functional programming tools.

Python 2.0. A major update in the history of Python Programming

Python version 2.0 was released on October 16, 2000, with many major new features. that includes a cycle-detecting garbage collector for memory management and support for Unicode. Yet, the most important change was the development process in Python 2.0. with a shift to a more transparent and community-backed process.

Python 3.0, The latest version that created history in Python Programming

Python version 3.0 has released on December 3, 2008, after a long period of testing. The new version was incompatible with the previous 2. x line releases. In this new version, many details such as Built-in objects have changed. And removed many deprecated features.