What type of python language is it?
Python is an object-oriented, interpreted, dynamically typed computer programming language; it was originally designed for writing automated scripts (shell). With the continuous updates of the version and the addition of new language features , are increasingly used in the development of independent, large-scale projects.
Interpreted type: The program does not need to be compiled into binary code, but the statements are compiled one by one during execution;
Dynamic type: During the execution of the program, the type of the variable can be changed;
It is often nicknamed the glue language, which can easily connect various modules made in other languages (especially C/C) together.
Recommended: "Python Tutorial"
Python is an interpreted scripting language that can be used in the following fields:
● Web and Internet Development
● Scientific Computing and Statistics
● Artificial Intelligence
● Education
● Desktop Interface Development
● Software development
● Back-end development
The above is the detailed content of What type of python language is it?. For more information, please follow other related articles on the PHP Chinese website!