Concise scripting language------Python features------Knowledge

Regarding the history and characteristics of Python, it is good to know it. I feel that it is necessary to respect history and know why it is.

 

Python history: ( personally feel a little..., like, God said that there is light, so there is light)

The founder of Python is Guido van Rossum . During Christmas 1989 , in Amsterdam , Guido decided to develop a new script interpreter as a successor to the ABC language in order to pass the Christmas boredom. Python (meaning python) was chosen as the name of the program because he was a fan of a comedy group called Monty Python .

 

Python features:

   Python is an object-oriented, literal computer programming language.

   Python syntax is simple and clear, with a rich and powerful class library. Often referred to as a glue language, it can easily link together various modules made in other languages ​​(especially C/C++).

   A common application situation of Python is: use Python to quickly generate program prototypes, and then write the parts with special requirements in a more suitable language;

   Python is an interpreted, fully object-oriented, high-level programming language with dynamic data types. Widely used to handle system administration tasks and web programming;

   Python's design philosophy: "elegant", "clear", "simple", one way, preferably only one way to do one thing

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326747032&siteId=291194637