Is Python a compiled language or an interpreted language?
Answer Posted / 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 View All Answers
What is the zip() function in python?
What is a script file in python?
Explain about odbc and python?
Which module(s) of python can be used to measure the performance of your application code?
What are classes in python?
What is the latest version of python?
Can I use Python instead of PHP?
Can python function return multiple values?
What is class super?
What does r before string in python mean?
How many types of loops are there in python?
How does python handle memory management?
How do I quit python?
What is the type () in python?
What is python and why python?