Is python interpreter or compiler?



Is python interpreter or compiler?..

Answer / Devnath Kumar

Python is an interpreted language, not a compiled one. It uses an interpreter to translate Python code into a format that the computer can understand and execute at runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is the difference between list and tuples in python?

1 Answers  


What is the use of dictionary in python?

1 Answers  


What does ** (double star) and * (star) do for python parameters?

1 Answers  


Which module(s) of python can be used to measure the performance of your application code?

1 Answers  


Does python has private keyword in python ? How to make any variable private in python ?

1 Answers  


Why is python 2 still used?

1 Answers  


What is a class method?

1 Answers  


Why python has no private?

1 Answers  


Which operator helps to do addition operations ?

1 Answers  


What are the key features of using python?

1 Answers  


What is docstring in Python?

1 Answers  


What are all the operating system that python can run on?

1 Answers  


Categories