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 meant by r strip() in python?
find max length of any given sublist?
What are pandas in python?
Do you know how memory is managed in python?
Name some of the important modules that are available in python.
Write a program to convert all strings in list to integers?
How can I represent an 'enum' in python?
What are the built-in types of python?
How do I kill a python server?
Why main method is static?
How do you use n in python?
What is data type set in python and how to work with it?