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 a numpy in python?

0 Answers  


How to write a functioning volume for python?

0 Answers  


Can you explain the life cycle of a thread?

0 Answers  


What is flask in python?

0 Answers  


How is python interpreted language?

0 Answers  


Write a program to find the duplicates in a list?

0 Answers  


How will you print the contents of a file?

0 Answers  


What is self in oop of python?

0 Answers  


What are “special” methods in python?

0 Answers  


What does it mean when pandas form a group?

2 Answers  


What is the meaning of a single- and a double-underscore before an object name?

0 Answers  


How can you generate random numbers in python?

0 Answers  


Categories