Is Python a compiled language or an interpreted language?
Answers were Sorted based on User's Feedback
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 |
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 |
How to compare two lists in python?
Should I learn python before c?
What is a repl in python?
What is __init__?
Write a program in python to check if a sequence is a palindrome.
How do you sort a list in reverse order in python?
features of Python What are the essential?
Is compiled python faster?
What is string in python?
Is ruby better than python?
What is deep copy in python?
How do you make 3d plots/visualizations using numpy/scipy?