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 difference between input and raw_input in python?

0 Answers  


Which python library would you prefer to use for data munging?

0 Answers  


Explain different way to trigger/ raise exception in your python script?

0 Answers  


Can you explain the life cycle of a thread?

0 Answers  


Is cython as fast as c?

0 Answers  


How would you convert a string into an int in python?

0 Answers  


How to implement the decorator function, using dollar ()?

0 Answers  


Describe how to use Sessions for Web python.

1 Answers  


Explain python’s pass by references vs pass by value. (Or) explain about python’s parameter passing mechanism?

0 Answers  


Is python an oops?

0 Answers  


How do you debug a program in python? Answer in brief.

0 Answers  


Is __ init __ necessary in python?

0 Answers  


Categories