True
Explanation: The Python language uses a compiler, which is a program that translates the instructions in a high-level language into a lower-level language that can be directly executed by the computer. The compiler translates the code once and produces a separate executable file, which then can be run multiple times without any additional compiling.