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 the map() function do?
Where is freeze for windows?
Do you know what is the difference between deep and shallow copy?
What tools that helps python development do you know?
What are the differences between pass and continue?
list some of the data science libraries in python
How do you calculate percentiles with python/ numpy?
Why is not all memory freed when Python exits?
Why do we use sets in python?
How do you convert string as a variable name in python?
Is c++ easier than python?
How can you convert a number to string?