Python Then and Now


Python is 32 years old
How Python looked like and how it is now:
Then

Now

Description
Python is an interpreted, high-level and general-purpose programming language. Created by Guido van Rossum and first released in 1991, Pythonโs design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.