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 special methods in python and how to implement?
Is there polymorphism in python?
How do I create a python package in pycharm?
What is the difference between lists and tuples?
Does python have private variables?
What is a lambda in coding?
What are the differences in list and tuple?
What is the lambda?
Can I create a website with Python?
Why is python so popular?
Where is the math.py (socket.py, regex.py, etc.) Source file?
What is the use of try, except, finally and raise in error handling?