Is Python a compiled language or an interpreted language?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / glibwaresoftsolutions
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 |
What does none mean in python?
What are the tools that help to find bugs or perform static analysis?
What are advantages and disadvantages of python?
What is list comprehension and dictionary comprehension and why we use it?
Does python 2.7 come with pip?
How can you copy an object in Python?
What is the output of this below query?
Is numpy faster than python?
How will you get the length of the string?
How do you break in python?
Is python slower than java?
Specify the differences between pyramid, django, and flask.