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 encapsulation in python?
How to install a package and import?
What sort does python use?
How do you dispose a variable in python?
What are range and xrange?
Explain the disadvantages of python
What is split used for?
What are the commands that are used to copy an object in Python?
What are the different file-processing modes with python?
What is web scraping?
What is flask (__ name __)?
What is os module will do in python?