The language that became the lingua franca
Read · 6 minPython was designed in 1991 by Guido van Rossum to be a language you could read aloud. Three decades later that small aesthetic decision has carried it into nearly every laboratory, trading desk and AI lab on earth. The reason is unromantic: code is read far more often than it is written, and Python's insistence on whitespace, plain words and one obvious way to do most things makes it cheap to read. When a biologist, an economist and a machine-learning engineer all reach for the same notebook, they reach for Python. You do not need to be a programmer to follow it — only to be willing to read carefully.
