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 good is recursion?
Can you write an efficient code to count the number of capital letters in a file?
What is import in python?
What is the accomplishment you are most proud of?
What do you mean by python being an “interpreted language”?
What is a file in python?
What is the use of dir() function?
How do you convert string as a variable name in python?
What is a lambda function?
What are the differences between del keyword and clear() function?
Why python is fast?
Explain me database connection in python flask?