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

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

442


Which python library would you prefer to use for data munging?

471


What are “special” methods in python?

492


Name some commonly used built-in modules in python?

463


Whenever python exists why does all the memory is not de-allocated / freed when python exits?

478






What is used to create unicode strings in Python?

458


How will you merge two dictionaries in python?

473


What is python programming language?

467


What is class super?

462


How many modes are there in python?

462


How do I get a list of all files (and directories) in a given directory in Python?

493


What is python interpreter?

459


Guess the output?

469


Define the support for apex that exists?

432


Which the command you use to exit help window in python?

472