An interpreted language is any programming language which is not in machine level code before runtime. Therefore, Python is an interpreted language.
Python language is an interpreted language. Python program runs directly from the source code. It converts the source code that is written by the programmer into an intermediate language, which is again translated into machine language that has to be executed.