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

Is python written in c?

574


What statement is used in python if the statement is required syntactically but no action is required for the program?

550


What is a 4 tuple?

613


Which language should I learn first c or python?

552


What is python distutils?

555






What is python lint?

548


How do you sort in descending order in python?

584


Does python support multiple inheritance?

547


What are packages in python which are commonly used explain one ?

557


Tell me what are the tools that help to find bugs or perform static analysis?

559


What functions or methods will you use to delete a file in python?

605


What is the output of the below program?

542


How do you clear a python shell?

564


What is enumerate() explain its uses?

616


What do u mean by instance?

576