Python uses an interpreter, so when you run a Python program, the interpreter translates the Python code into binary while it’s running it.
What are some reasons that creator(s) of python chose to use an interpreter over standard compiler? Would python lose its popularity if it was using a compiler?