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 a numpy in python?
How to write a functioning volume for python?
Can you explain the life cycle of a thread?
What is flask in python?
How is python interpreted language?
Write a program to find the duplicates in a list?
How will you print the contents of a file?
What is self in oop of python?
What are “special” methods in python?
What does it mean when pandas form a group?
What is the meaning of a single- and a double-underscore before an object name?
How can you generate random numbers in python?