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 |
Is python easy to learn if you know c++?
Is vs in python?
What are the ideal naming conventions in python?
How do I copy an object in python?
Is geany free?
Which python memory profiler is recommended?
What is the difference between while and for loop?
What do you understand by python iterator and iterable elements?
Give one example for multiple statements in single statement?
What is a namespace in python?
What is python coded in?
Tell me what is the difference between django, pyramid, and flask?