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 |
In Python what is slicing?
How to share global variables across modules?
Explain how you can access sessions in flask?
What is use of @classmethod, @staticmethod, @property in python?
The following is displayed by a print function call?
What does the <self> keyword do?
Why is python good for machine learning?
Explain whats flask?
How will you remove a duplicate element from a list?
What opens a py file?
Does python have polymorphism?
What is sphinx linux?