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 assignment operators in python?

0 Answers  


How many hours learn python?

0 Answers  


Is there any tool used to find bugs or carrying out static analysis?

0 Answers  


What is private method in python?

0 Answers  


What is the best Django or PHP?

0 Answers  






What is yaml file in python?

0 Answers  


Mention the floor division available in python

0 Answers  


Do I need to learn c++ before python?

0 Answers  


Is there a switch or case statement in python? If not then what is the reason for the same?

0 Answers  


What is a decorator?

0 Answers  


What are the different uses of help() and dir() functions in python?

0 Answers  


What is reindexing in pandas?

2 Answers  


Categories