https://youtu.be/xpWYAfl9pJE?
t=7403
It's Relatively Easy to Use
It's Free
.It's Portable
It's General Purpose Language
It's Powerful
Dynamic typing
Automatic memory management
Programming-in-the-large support
Built-in object types
Built-in operation
Library utilities & Third-party utilities
It's Mixable
It's Object-Oriented and Functional
Python Interpreter / Python Virtual Machine (PVM)
An interpreter is a kind of program that
executes other programs. When you write a
-pyther
Python program,
the Python interpreter reads your program and
carries out the instructions it contains.
In effect, the interpreter is a layer of software
logic between your code and the computer
hardware on your machine
the Python code you write must always be run
by this interpreter. And to enable that, you must
install a Python interpreter on your computer.