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 |
Is python is intended oriented?
What is python magic method?
How do you sort a list in python?
Explain python’s slice notation?
What is the most "pythonic" way to iterate over a list in chunks?
How can you create a copy of an object in python?
How to save an image locally using python whose url address I already know?
What is the best front end for python?
What is a dataframe in python?
What is whitespace in python?
Which is more powerful python or c++?
How can you declare multiple assignments in one statement?