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 |
What does __ init __ mean in python?
How to iterate through two lists in parallel?
How do I make a data frame out of a list?
What are the supported data types in python?
Is python better than ruby?
Is it worth to learn python in 2019?
How do we make python scripts executable?
What is encapsulation in python?
Explain other string literals?
does recursion cause any trouble?
What is repr() function in python?
Do you know in python what are iterators?