Home >Backend Development >Python Tutorial >What type of language does python belong to?
What type of language does python belong to?
Compiled type and interpreted type
Compiled type and interpreted type have their own advantages and disadvantages. With the continuous development of design technology and hardware, both compiled type and interpreted type The boundaries between these approaches are becoming increasingly blurred.
Strongly typed definition language and weakly typed definition language
Difficulty of variable type conversion
Dynamic type language and static type language
Dynamic type language refers to a language that does data type checking during runtime, talking about data types
Dynamic (programming) language and static (programming) language
Dynamic (programming) language: It talks about changing the structure at runtime , talking about the code structure
Related recommendations: "Python Tutorial"
The above is the detailed content of What type of language does python belong to?. For more information, please follow other related articles on the PHP Chinese website!