Python a compiled language or an interpreted language?
Answer Posted / nashiinformaticssolutions
Python is actually a partially interpreted and partially compiled language. When we run our code, the compilation process begins. This creates byte code internally, which the Python virtual machine (p.v.m.) then converts based on the underlying platform (computer + operating system).
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the use of ternary operator in python?
How do you handle exceptions with try/except/finally in python?
What if you want to toggle case for a python string?
What is self and init in python?
What is a counter in python?
Is python interpreted, or compiled, or both?
What is split used for?
What is %s in python?
What is data type in python?
How do you convert a list of integers to a comma separated string?
What are the 3 types of relation?
Explain me what are the principal differences between the lambda and def?
Is django an ide?
How do you sort a list in ascending order python?
Is empty string python?