What is Python? What are its key features and why is it so popular in the industry?
Answer: Python is a high-level, general-purpose, interpreted programming language known for its simple, readable syntax. It is dynamically typed, supports multiple paradigms (procedural, object-oriented, functional), and comes with a huge standard library plus a massive third-party ecosystem (PyPI).
Explanation: Interviewers want to hear specific reasons: easy to learn/read, huge community and libraries (NumPy, Django, TensorFlow), cross-platform, great for automation/scripting/AI/web/data, and rapid prototyping. Mentioning "batteries included" (rich standard library) is a strong signal of real knowledge.
