Guido van Rossum
b. 1956 • Age 70
Netherlands

About
Guido van Rossum is a Dutch programmer and the creator of the Python programming language. In 1989, Guido decided to design a simple yet powerful language for learning, and officially released Python 0.9.0 in 1991. Python was designed around a philosophy emphasizing "readable code," "one clear way to do things," and "syntax understandable to non-programmers."
Though starting in a small community, Python expanded into diverse domains: web frameworks (Django, Flask), scientific computing (NumPy, SciPy, Pandas), data analysis, machine learning (TensorFlow, PyTorch), and automation. Today, Python ranks among the world's most widely used programming languages and is the standard language for artificial intelligence and data science.
In 2005, Guido proposed Python 3.0's roadmap and officially released Python 3.0 in 2008—a bold decision to break backward compatibility, yet one that allowed more refined language design. Guido served as Python's "Benevolent Dictator for Life" for nearly 30 years, directing language design, until announcing his retirement from the role in 2018.
Anecdotes
The origin of Python's name is fascinating. Guido chose it inspired by the British comedy series "Monty Python" he was reading at the time. The Python community regularly embraces Monty Python humor, reflecting Guido's personality: technical languages can embody joy and humor.
Python's philosophy of "readability counts" was formalized by Guido in PEP 20, "The Zen of Python," containing 19 principles including "Explicit is better than implicit," "Simple is better than complex," and "Now is better than never." These principles continue to shape Python community design philosophy.
Guido's 2018 decision to step down as BDFL demonstrates thoughtful leadership. He recognized that concentrating decision-making power in one person for too long could limit language evolution. Instead, he chose to distribute power within the community—a model of responsible open-source leadership now studied and emulated by other projects.
Achievements
- 1991Released Python programming language official version 0.9.0
- 2005Proposed PEP 3000 — Python 3.0 roadmap initiation
- 2018Stepped down from "Benevolent Dictator for Life" role
Books
- The Python Programming Language (2010)