Explain how Python is an interpreted language
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
An interpreted language is any programming language that does not convert to machine-level code before runtime. Python is an interpreted language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
An interpreted language is any programming language that does not convert to machine-level code before runtime. Python is an interpreted language.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are range and xrange?
What are the 3 types of relation?
Mention at least 3-4 benefits of using python over the other scripting languages such as javascript.
Tell me what is the command to debug a python program?
Can we change tuple values? If yes, give an example.
What are the tools that help to find bugs or perform analysis?
Can you run python programs without python installed?
How can I represent an 'enum' in python?
Is there a switch or case statement in python? If not then what is the reason for the same?
What does an object() do?
Does python have encapsulation?
What is thread join in python?