Is Python a compiled language or an interpreted language?
Answer Posted / nashiinformaticssolutions
Python is an interpreted language, which means the Python code is executed line-by-line by the Python interpreter at runtime, rather than being compiled into machine code beforehand.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to reload a python module?
How to make a chain of function decorators?
What are tuples in python? How differ with lists?
What is the type of the given datatype a=1?
What is the python idle?
What is the use of try, except, finally and raise in error handling?
Tell us what is the usage of help() and dir() function in python?
Is Django written in Python?
What is string in python?
What is a decorator in python?
What is subclass in python?
What is the difference between Python and Django?
Do python classes need init?
Can you name ten built-in functions in python and explain each in brief?
What is data type in python?