Is Python a compiled language or an interpreted language?

Answers were Sorted based on User's Feedback



Is Python a compiled language or an interpreted language?..

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

Is Python a compiled language or an interpreted language?..

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

Post New Answer

More Python Interview Questions

How will you convert a list into a string?

0 Answers  


What is the difference between list and tuple?

0 Answers  


Do you know why lambda forms in python does not have statements?

0 Answers  


What is the difference between numpy and pandas?

0 Answers  


In Python what is slicing?

0 Answers  


How to avoid having class data shared among instances in python?

0 Answers  


Can constructor be private?

0 Answers  


Do you know the number of keywords in python?

0 Answers  


How to display the contents of text file in reverse order?

0 Answers  


What is loop in python?

0 Answers  


Is there a difference between `==` and `is` in python?

0 Answers  


What does map function in python do?

0 Answers  


Categories