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

What are python packages?

0 Answers  


Is all the memory freed when python exits?

0 Answers  


What do you understand by python modules?

0 Answers  


How to retrieve data from a table in mysql database through python code?

0 Answers  


Explain about the dictionary function in python?

0 Answers  


What is the output of the below program?

0 Answers  


What are the implementation in python program?

0 Answers  


How the memory is managed in python?

0 Answers  


What is break in python?

0 Answers  


What is tail recursion?

0 Answers  


What does the ‘yield’ keyword do?

0 Answers  


How you can convert a number to a string?

0 Answers  


Categories