Step 1: Understanding the Concept:
This question pertains to the historical development of modern computing tools.
Identifying the creators of major programming languages is a fundamental aspect of computer science literacy, especially for competitive exams like CUET.
Step 2: Detailed Explanation:
Python is a high-level, interpreted programming language that is now famous for its readability and versatility in AI, data science, and web development.
It was originally conceived and developed by the Dutch computer scientist Guido van Rossum in the late 1980s.
At the time, Van Rossum was working at the Centrum Wiskunde & Informatica (CWI) in the Netherlands.
He designed Python as a successor to the ABC language, which was intended for teaching but had limited capabilities.
The language was officially released to the public in February 1991.
One interesting fact is that the name "Python" does not come from the snake; rather, it was named after the BBC comedy series "Monty Python's Flying Circus," of which Van Rossum was a fan.
To further clarify, let's look at the other names in the options:
Dennis Ritchie (Option A) is widely credited with creating the C programming language at Bell Labs in the early 1970s. He also co-created the UNIX operating system.
James Gosling (Option B) is famously known as the "father of Java." He developed Java while working at Sun Microsystems in the mid-1990s.
Bjarne Stroustrup (Option D) is the Danish computer scientist who designed and developed the C++ programming language as an extension of the original C language to include object-oriented features.
Guido van Rossum managed the development of Python for nearly 30 years as its "Benevolent Dictator for Life" (BDFL) until he stepped down from the role in 2018.
Step 3: Final Answer:
Based on the historical record of programming language development, Guido van Rossum is the creator of Python, making option (C) the correct choice.