- Python is a high-level interpreted language that does not require the use of a compiler.
- In contrast to other programming languages like Java and C++, Python code is stored a .py file .
- which acts as the Python engine, eliminating the need for a compiler.
