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 do you make hello world in python?
Explain list, tuple, set, and dictionary and provide at least one instance where each of these collection types can be used.
What is python used for?
Which methods of python are used to determine the type of instance and inheritance?
What opens a py file?
Are there pointers in python?
Can you remove the whitespaces from the string “aaa bbb ccc ddd eee”?
How do you extend in python?
Why we are using def keyword for method?
Mention five benefits of using python?
We know python is all the rage these days. But to be truly accepting of a great technology, you must know its pitfalls as well. Would you like to talk about this?
What does a continue statement do in python?
How do you calculate percentiles with python/ numpy?
How do you sort a dataframe in python?
What is a docstring in python?