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

How do I sort alphabetically in python?

0 Answers  


Point out some of the key features of python?

0 Answers  


Should I use single or double quotes in python?

0 Answers  


How to check the string consists of alphanumeric characters ?

0 Answers  


Why do list comprehensions write to the loop variable, but generators don’t?

0 Answers  






What is the procedure to extract values from the object used in python?

1 Answers   LeapZen,


How would you perform unit-testing on your python code?

0 Answers  


How multithreading is achieved in python?

0 Answers  


What are the different types of operators in python?

0 Answers  


What is a file in python?

0 Answers  


What does the ord() function do in python?

0 Answers  


Is numpy faster than python?

0 Answers  


Categories