What do you mean by python being an “interpreted language”?
Answer / Shailja Tripathi
Python is an interpreted language, which means that the code is not compiled into machine code before execution. Instead, it's parsed and executed line by line at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
When does dictionary is used instead of a list in python?
What is yaml file in python?
is Python similar to ruby?
How to convert string into datetime?
What is sys stdout flush ()?
What are the advantages of Python Recursion?
How will you distinguish between numpy and scipy?
What is __ getitem __?
I am from non technical Background. In how many days I can learn the python? and What I need to do for that?
What is cgi in python?
So, then, what is the global keyword?
How does lambda function differ from a normal function in python?