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 lists is differentiated from tuples?
What is __init__.py used for?
What is the pythonpath variable?
In python,how to read a file line-by-line into a list?
Tell us what is python?
What are python libraries?
What do you understand by python modules?
How do you convert string as a variable name in python?
name few python modules for statistical, numerical and scientific computations?
What does means by “call by reference” in python?
What type of language is python? Programming or scripting?
What is the meaning of immutable?
What are classes in programming?
How do you reverse any string in python?
What happens if an error occurs that is not handled in the except block?