What do you mean by python being an “interpreted language”?



What do you mean by python being an “interpreted language”?..

Answer / Shailja Tripathi

Python is an interpreted language, which means that the code is not compiled into machine code before execution. Instead, it's parsed and executed line by line at runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

When does dictionary is used instead of a list in python?

1 Answers  


What is yaml file in python?

1 Answers  


is Python similar to ruby?

1 Answers  


How to convert string into datetime?

1 Answers  


What is sys stdout flush ()?

1 Answers  


What are the advantages of Python Recursion?

1 Answers  


How will you distinguish between numpy and scipy?

1 Answers  


What is __ getitem __?

1 Answers  


I am from non technical Background. In how many days I can learn the python? and What I need to do for that?

1 Answers  


What is cgi in python?

1 Answers  


So, then, what is the global keyword?

1 Answers  


How does lambda function differ from a normal function in python?

1 Answers  


Categories