Python is an interpreted language

Python is an interpreted language
Python is an interpreted language
  • Python does not require a compiler.
  • Rather, an interpreter is used to generate the machine-readable set of instructions.
  • An interpreter’s output is the creation of the.pyc file.
  • which is then executed by a virtual machine to generate the output.
Posted in PYTHON.

Leave a Reply

Your email address will not be published. Required fields are marked *