What is Python
- Interpreted
- processed at runtime by the interpreter.
- does not need to be compiled before executing.
- Interactive
- provides an interactive mode; a command line shell which gives immediate feedback
- Multiparadigm Support
- structured & procedural programming paradigm.
- object-oriented programming paradigm.
- functional programming paradigm.