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 |
Does python 2.7 come with pip?
Does python have multiple inheritance?
Which library would you prefer for plotting in python language: seaborn or matplotlib?
What are the differences in xrange and range?
What are metaclasses and what do we use them for?
How is python better than c?
Does python support multiple inheritance?
Explain tkinter in python
Is python strongly typed?
Are pandas distributed?
What are the types of functions in python?
How do I make a data frame out of a list?