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 are advantages of a tuple over a list?

0 Answers  


Can we use Python in HTML?

0 Answers  


What is a class method?

0 Answers  


What apps are written in python?

0 Answers  


What is pip and pip freeze commands will do?

0 Answers  






Point out the use of help() function?

0 Answers  


What do you mean by the dictionary in python?

0 Answers  


Number of argument’s that range() function can take ?

0 Answers  


Can you explain how python is interpreted.

0 Answers  


When would you use triple quotes as a delimiter?

0 Answers  


Should I use single or double quotes in python?

0 Answers  


Which is better c++ or java or python?

0 Answers  


Categories