Python
2. Python
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics developed by Guido van Rossum. It was originally released in 1991. Designed to be easy as well as fun, the name "Python" is a nod to the British comedy group Monty Python. Python has a reputation as a beginner-friendly language, replacing Java as the most widely used introductory language because it handles much of the complexity for the user, allowing beginners to focus on fully grasping programming concepts rather than minute details.
Python is used for server-side web development, software development, mathematics, and system scripting, and is popular for Rapid Application Development and as a scripting or glue language to tie existing components because of its high-level, built-in data structures, dynamic typing, and dynamic binding. Program maintenance costs are reduced with Python due to the easily learned syntax and emphasis on readability. Additionally, Python's support of modules and packages facilitates modular programs and reuse of code. Python is an open source community language, so numerous independent programmers are continually building libraries and functionality for it.
Questions
When was python invented?
Who invented python
The name "pyhton" is a nod to who?
1. 1991
ResponderBorrar2. Guido van Rossum
3. British comedy group called Monty Pyhton
- Python was invented in 1991
ResponderBorrar- Guido van Rossum invented Python
- it’s name was a nod to a British comedy group called Monty Pyhton
Jumana Dakroub, Andrea Arroyo Fung, and Kadmiel Suira