Explain how python is interpreted.



Explain how python is interpreted...

Answer / chaitanya

Python program runs directly from the source code. Each type Python programs are executed code is required. Python converts source code written by the programmer into intermediate language which is again translated it into the native language / machine language that is executed. So Python is an Interpreted language.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Python Interview Questions

What is the os module?

0 Answers  


What are python decorators? 8) What is the difference ...

0 Answers  


What do you understand by python iterator and iterable elements?

0 Answers  


What are local variables in python?

0 Answers  


What is the best python ide for beginners?

0 Answers  






What is memory management in python?

0 Answers  


What is super () in react?

0 Answers  


Which is better Python or ruby?

0 Answers  


Is set iterable in python?

0 Answers  


How does Python’s list.sort work at a high level? Is it stable? What’s the runtime?

0 Answers  


How to write a text from from another text file in python ?

0 Answers  


What do you mean by the dictionary in python?

0 Answers  


Categories