Python Founder van Rossum: A Clever Boy And Benevolent Dictator For Life (Update Dec. 2019)

In December 1989, Guido van Rossum, a Dutch computer scientist, set himself a Christmas project. We share the three principles the Python founder set forth.
Internet search volume trend of Python compared to other programming languages
U.S. Search Volume Trend of Coding Languages

Python Founder’s Three Principles

  1. Make an easy to read language
  2. Permit users to generate their own packages and modules
  3. Create a short, mysterious name for the program

IN DECEMBER 1989 Guido van Rossum, a Dutch computer scientist, set himself a Christmas project. Irked by shortcomings in other programming languages, he wanted to build his own. His principles were simple. First, it should be easy to read. Rather than sprawling over line-endings and being broken up by a tangle of curly braces, each chunk would be surrounded with indented white space. Second, it should let users create their own packages of special-purpose coding modules, which could then be made available to others to form the basis of new programs. Third, he wanted a “short, unique and slightly mysterious” name. He therefore called it after Monty Python, a British comedy group. The package repository became known as the Cheese Shop.

The Economist, July 2018

Python: An All-purpose Language

Below are extracts from the article titled “Python has brought computer programming to a vast new audience” published in The Economist back in July 2018:

  • Nearly 30 years after his Christmas invention, Guido van Rossum resembles a technological version of the Monty Python character who accidentally became the Messiah in the film “Life of Brian”. “I certainly didn’t set out to create a language that was intended for mass consumption,” he explains.
  • Perhaps unnerved by a future filled with automated jobs, 90% of American parents want their children to study computer science.
  • For professions that have long relied on trawling through spreadsheets, Python is especially valuable. Citigroup, an American bank, has introduced a crash course in Python for its trainee analysts.
  • Some of the most alluring packages that Pythonistas can find in the Cheese Shop harness artificial intelligence (AI).
  • Marketers, for instance, can use the language to build statistical models that measure the effectiveness of campaigns. College lecturers can check whether they are distributing grades properly. Even journalists on The Economist, scraping the web for data, generally use programs written in Python to do so.

How to Learn Python

Below are a few books and resources we found useful in learning Python at the beginner stage. These recommendations, in turn, provide intermediate and advanced resources to use once one develops the very basic interests and skills, so we won’t expand further (leave us a comment or email us if you want specific feedback, though). Also, check your local library for availability.

https://twitter.com/thonnyide/status/1161026421952851969
Book Cover: Head First Learn to Code (Jan. 2018) by Eric Freeman.
  • Web Scraping with Python by Chris Reeves
    • Reeves originally published 21 videos in chronological order (circa 2014).
    • Tutorials provide the fundamentals of scraping and data mining.
    • Includes example of setting-up a basic algorithmic trading program.
    • Author uses open source tools such as Python, Beautiful Soup, and Mechanize.
First tutorial of several in the chronological series.

2 Comments

  1. The offlink to HackerNoon is worth reviewing. Stefan Thelin
    ( @stefan_thelin ) provides two examples (one is referenced in the second article/offlink) of how to use Python in a corporate development/M&A environment. It includes creating a basic Monte Carlo simulation within a DCF model.

Leave a Reply

Your email address will not be published. Required fields are marked *