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 key lambda in python?

1 Answers  


What are decorators in python and how do you use them?

1 Answers  


What are python modules?

1 Answers  


How do you comment in python?

1 Answers  


What types are iterable in python?

1 Answers  


So, then, what is the global keyword?

1 Answers  


What is metadata in python?

1 Answers  


What are variables in python?

1 Answers  


How will you get a titlecased version of string?

1 Answers  


Tell us what is the usage of help() and dir() function in python?

1 Answers  


Can I create apps with python?

1 Answers  


Explain the use of with statement?

1 Answers  


Categories