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 |
When does a dictionary is used instead of a list?
What is python rest api?
What is a python mixin?
list some of the data science libraries in python
How many rows can pandas handle?
Does python make use of access specifiers?
How to install python on windows and set path variable?
What is the difference between abs () and fabs ()?
Can a constructor be static?
List down some of the pdb commands for debugging python programs?
What is numpy array in python?
What is instance method?