Explain how python is interpreted.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is python basic syntax?

551


Why is python 2 still used?

596


How to sort a dictionary by key in python?

629


What is a python mixin?

580


What is none literal in python?

572






What are the benefits of flask?

651


How does determine the python manage the memory?

614


What is the difference between the shallow copy and deep copy in python?

639


How dir() function is used in python?

662


What are the disadvantages of python?

620


Do I need to learn c++ before python?

580


What is python rest api?

580


What is the statement that can be used in Python if a statement is required syntactically but the program requires no action?

666


Is tuple iterable in python?

597


What is the scipy?

634