Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo

Learning objectives

By the end of this section you should be able to

  • Name two historical facts about how Python was first created.
  • Describe two ways Python is considered a popular language.

Historical background

Python has an interesting history. In 1982, Guido van Rossum, the creator of Python, started working at CWI, a Dutch national research institute. He joined a team that was designing a new programming language, named ABC, for teaching and prototyping. ABC's simplicity was ideal for beginners, but the language lacked features required to write advanced programs.

Several years later, van Rossum joined a different team at CWI working on an operating system. The team needed an easier way to write programs for monitoring computers and analyzing data. Languages common in the 1980's were (and still are) difficult to use for these kinds of programs. van Rossum envisioned a new language that would have a simple syntax, like ABC, but also provide advanced features that professionals would need.

At first, van Rossum started working on this new language as a hobby during his free time. He named the language Python because he was a fan of the British comedy group Monty Python. Over the next year, he and his colleagues successfully used Python many times for real work. van Rossum eventually decided to share Python with the broader programming community online. He freely shared Python's entire source code so that anyone could write and run Python programs.

Python's first release, known as Version 0.9.0, appeared in 1991, about six years after C++ and four years before Java. van Rossum's decisions to make the language simple yet advanced, suitable for everyday tasks, and freely available online contributed to Python's long-term success.

Checkpoint

Key decisions

Concepts in Practice

Python history

1.
The Python programming language was named after a _____.
  1. British comedy group
  2. Dutch programmer
  3. non-venomous snake
2.
Which programming language came first?
  1. Java
  2. Python
3.
Which sentence best describes the beginning of Python?
  1. CWI hired Guido van Rossum to design a new programming language to compete with C++.
  2. Python started out as a hobby and became open source after several years of development.
  3. van Rossum posted Python's source code online after working on the language for one year.

Exploring further

For more details about Python's history, see "A brief history of Python" by Vasilisa Sheromova, and "History and Philosophy of Python" by Bernd Klein.

Popularity of Python

Over the years, Python has become a nonprofit organization with a thriving community. Millions of programmers around the world use Python for all kinds of interesting projects. Hundreds of thousands of Python libraries have been released as open source software. The Python community is very active and supportive online, answering questions and sharing code.

One way to see Python's popularity is the TIOBE index. TIOBE is a Dutch company that provides products and services for measuring software code quality. Since 2001, TIOBE has tracked the popularity of programming languages and posted the results online. Figure 1.2 shows the TIOBE index over time for five of the most popular languages.

The TIOBE index is based on the number of search engine results for each language. The percentage refers to how many results belong to that language. Python has been among the top 10 languages every year since 2004. In October 2021, Python became the #1 language on the TIOBE index. No other language but C and Java had been #1 for the previous 20 years.

Another way to see Python's popularity is to analyze how frequently Python is discussed online. Stack Overflow is a question-and-answer website for programmers. Figure 1.3 shows the number of questions asked each month that were tagged with Python, JavaScript, and so forth. In recent years, Python has become the most asked about language in programming forums.

Scatterplot with five lines representing the popularity of Python, JavaScript, Java, C++, and C. The x-axis spans the years 2016 to 2023. The y-axis ranges from 0% to 20% and represents the percentage of search engine results. The line for JavaScript is mostly flat and hovers around 2% to 4%. The line for C++ is also relatively flat and ranges from 4% to 8% until 2022, when C++ increases to 14% by 2023. The line for C starts around 12%, drops to 8% in mid 2017, rises back to 17% in 2021, but then falls to 12% by 2022. The line for Java starts at 21% in 2016, falls to 12% by 2018, remains on top until mid 2020, and then falls to 12%. The line for Python hovers around 4% from 2016 to 2018, but then steadily increases to 16% by 2022.
Figure 1.2 TIOBE programming community index. Source: www.tiobe.com
Scatterplot with five lines representing the popularity of Python, JavaScript, Java, C++, and C. The x-axis spans the years 2016 to 2023. The y-axis ranges from 0% to 20% and represents the percentage of questions asked. C and C++ are on bottom, hovering around 2% and 4% respectively. Java starts around 8% but steadily decreases to about 5% in 2023. JavaScript hovers between 12% and 8% and is the top language until Python crosses in 2018. Python starts at 7%, climbs steadily to 17% in 2022, and tapers off at 14% in 2023.
Figure 1.3 Stack Overflow questions per month. Source: data.stackexchange.com

Concepts in Practice

Python popularity

4.
According to the TIOBE Index, which two languages were most popular from 2001 to 2021?
  1. C and C++
  2. Java and C
  3. Python and JavaScript
5.
In what year did Python become the most asked about language on Stack Overflow?
  1. 2018
  2. 2019
  3. 2020
6.
How long has TIOBE been tracking programming language popularity?
  1. since 1991
  2. since 2001
  3. since 2015
Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/introduction-python-programming/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/introduction-python-programming/pages/1-introduction
Citation information

© Mar 15, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

This book utilizes the OpenStax Python Code Runner. The code runner is developed by Wiley and is All Rights Reserved.