- Python is an interpreted, general-purpose programming language created in 1991 and named after Monty Python.
- It is used widely in applications like web development, data analysis, and scripting.
- Python code is written and executed directly by an interpreter rather than being compiled like languages like Java.
- The Python interpreter allows typing commands one at a time to see immediate results and explore syntax interactively.