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 |
How do you dispose a variable in python?
How do you protect python source code?
What is __ main __ in python?
Explain me what is the statement that can be used in python if the program requires no action but requires it syntactically?
Why python is called python?
Do we need to call the explicit methods to destroy the memory allocated in python?
Explain the concept of closures in Python.
Shade some light on the modes in python programming environment.
What are differences between list and dictionary in python?
What does echo do python?
Is there an equivalent of c's "?:" Ternary operator?
Please write a reg expression that confirms an email id using the python reg expression module <re>?