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 is the python syntax for switch case statements?
What is the use of repr function in python?
Differentiate between .py and .pyc files?
Why does it say none in python?
How do you use super in python?
What is lambda? Why do lambda forms not have statements?
What are the local and global variables in python?
Can I create apps with python?
Explain about negative indexing?
What is the difference between Python and Django?
How can you get the google cache age of any url or web page?
Explain python variable scope error?