Is Python a compiled language or an interpreted language?
Answer Posted / 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 |
Post New Answer View All Answers
Name the arithmetic operators supported by python.
Tell me how do you debug a program in python? Is it possible to step through python code?
What is a 4 tuple?
Does python supports hybrid inheritance?
What is the difference between list and tuple?
Name few python checkers for debugging?
Why do list comprehensions write to the loop variable, but generators don’t?
What does this mean: *args, **kwargs? And why would we use it?
1) How to validate ip address using regex 2)program to increment ip address in python Please find answers to above questions thanks in advance.
What are python methods?
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 enumerate() explain its uses?
What is the difference between ‘match’ and ‘search’ in python?
Explain me what are the built-in types available in python?
What does __ init __ py do in python?