Home / Questions / Is Python a compiler language or an interpreter language?
Explanatory Question

Is Python a compiler language or an interpreter language?

👁 225 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

The normal execution of Python program is interpreted. However, subsets of the language can be compiled.