Is Python a compiled language or an interpreted language?
Answer Posted / 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 |
Post New Answer View All Answers
What is a documentation string?
How can I force division to be floating point in python?
How are arguments passed by value or by reference?
Explain about multi-threading concept in python?
What is the difference between a list and a tuple?
In python, how do copy a file?
What are the tools that help to find bugs or perform static analysis?
What are python variables?
What is metadata in python?
Does python have a switch-case statement?
Does python supports interfaces like in java or c#?
What is hierarchical inheritance?
Why python has no private?
How to share global variables across modules?
What are literals in python?