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 are assignment operators in python?
How many hours learn python?
Is there any tool used to find bugs or carrying out static analysis?
What is private method in python?
What is the best Django or PHP?
What is yaml file in python?
Mention the floor division available in python
Do I need to learn c++ before python?
Is there a switch or case statement in python? If not then what is the reason for the same?
What is a decorator?
What are the different uses of help() and dir() functions in python?
What is reindexing in pandas?