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

How long does it take to learn python?

436


How do I make python scripts executable?

473


Is there a switch or case statement in python? If not then what is the reason for the same?

457


Name few python web frameworks for developing web applications?

517


How many name spaces are defined in python?

509






What should I make with python?

451


What is flask & its benefits?

481


What are mixins in python?

456


Explain me what is the purpose of doc strings in python?

478


Is del the same as remove()? What are they?

468


How does inheritance work in python?

516


Which method removes and returns last object of a list?

467


How do you perform pattern matching in python? Explain?

462


In oops what is a diamond problem in inheritance?

502


What is a for loop in python?

424