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 is key lambda in python?
What are decorators in python and how do you use them?
What are python modules?
How do you comment in python?
What types are iterable in python?
So, then, what is the global keyword?
What is metadata in python?
What are variables in python?
How will you get a titlecased version of string?
Tell us what is the usage of help() and dir() function in python?
Can I create apps with python?
Explain the use of with statement?