1.Python Foundation
Python is a high-level programming language for interpreting, object-oriented, and dynamic data types.
Python was invented by Guido van Rossum at the end of 1989, and the first public release was released in 1991.
Like the Perl language, the Python source code also follows the GPL (GNU general public License) protocol.
2.PythonIntroduction
Python is a high-level scripting language that combines explanatory, compiled, interactive, and object-oriented.
Python's design is highly readable, with English keywords often used in other languages, some punctuation in other languages, and it has a more distinctive grammatical structure than other languages.
Python is an interpreted language: This means that there is no compilation in the development process. Similar to the PHP and Perl languages.
Python is an interactive language: This means that you can execute your program in a Python prompt directly interacting with the execution.
Python is an object-oriented language: This means that Python supports object-oriented styles or code encapsulation in object programming techniques.
Python is the language of beginners: Python is a great language for junior programmers, it supports a wide range of application development, and in general, beginners are recommended to use Python when they first start writing programs.
The basics of Python