1.Python is a general-purpose, interpreted, high-level programming language.
2.High-level language – It is a human-readable language which easily understandable and easy to debug
Interpreted as well as compiled – Python is basically called an interpreted language, but can also be called a compiled interpreted language. In Python, first, all the source code is at once converted to byte code which is the action of the compiler, and then the byte code is executed by the compiler.
Python is also called a scripting language.
3.History or Origin of Python
4.It was invented in the Netherlands in the early ’90s.
5.Guido Van Rossum was the creator of this beautiful language. Guido released the first version in 1991.
6.Python was derived from ABC programming language, a general-purpose programming language.
7.It is open-source software that can be downloaded freely and the code is customizable as well.