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 the difference between numpy and scipy?
What is the os module?
Difference between pass and continue in python?
How to delete a file or folder?
Is javascript better than python?
What are python libraries? Name a few of them.
Can we return a string in python?
How to reverse a string in python
How do you sort in python?
Is there a benefit to using one over the other?
What is nose python?
Since switch-case is not used in python – what are the replacements for switch statement in python?