How do we interpret Python?



How do we interpret Python?..

Answer / nashiinformaticssolutions

When a python program is written, it converts the source code written by the developer into an intermediate language, which is then converted into machine language that needs to be executed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is data hiding in python?

0 Answers  


Why pypy is faster than python?

0 Answers  


What are the generators in python?

0 Answers  


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

0 Answers  


What does while 1 mean in python?

0 Answers  






Is set nesting implemented in python?

0 Answers  


Why is numpy so fast?

0 Answers  


How do you programmatically know the version of python you are using?

1 Answers  


How ternary operators are used in python?

0 Answers  


Why do lambda forms in python not have the statements?

0 Answers  


What does tuple mean?

0 Answers  


What is py checker in python?

0 Answers  


Categories