Python a compiled language or an interpreted language?
Answer / 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 |
What does kwargs mean?
How will you do debugging in python?
Do you need classes in python?
What is python __ repr __?
What is difference between range and arange function in python?
What is __ init __( self in python?
Explain me what is the purpose of doc strings in python?
What does __ file __ mean?
What is python's parameter passing mechanism?
how do substitute a pattern in a string using re module
What is python orm?
How will you convert an integer to a unicode character?