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 to find the index of an element in a list python?

0 Answers  


What is python distutils?

0 Answers  


Can I use python instead of javascript?

0 Answers  


Why is epoch 1970?

0 Answers  


What is meant by mutex in python?

0 Answers  






Can I use Python instead of PHP?

0 Answers  


What are the types of variables in python?

0 Answers  


What are the uses of List Comprehensions feature of Python?

0 Answers  


Is string immutable ?

0 Answers  


What is split used for?

0 Answers  


How do you delay time in python?

0 Answers  


What is random module is in python?

0 Answers  


Categories