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

Is python is intended oriented?

1 Answers  


What is python magic method?

1 Answers  


How do you sort a list in python?

1 Answers  


Explain python’s slice notation?

1 Answers  


What is the most "pythonic" way to iterate over a list in chunks?

1 Answers  


How can you create a copy of an object in python?

1 Answers  


How to save an image locally using python whose url address I already know?

1 Answers  


What is the best front end for python?

1 Answers  


What is a dataframe in python?

1 Answers  


What is whitespace in python?

1 Answers  


Which is more powerful python or c++?

1 Answers  


How can you declare multiple assignments in one statement?

1 Answers  


Categories