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 |
Can we overload constructor in python?
What is the latest version of python?
What is a function call or a callable object in python?
What is flask- wtf? Explain its features.
What are the reserved words in python?
You mentioned pypi in your previous answer. Can you elaborate?
how do I protect python code?
Explain me dogpile effect? How can you prevent this effect?
What do you understand by membership operators in python?
Is python easy to learn?
Explain about different blocks in exception handling?
How to use *args and **kwargs in python?