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
Is python scripting easy to learn?
How can I force division to be floating point in python?
Why c++ is faster than python?
Is print a function in python?
What tools that helps python development do you know?
How to save an image when you know the url?
How do you count in python?
Mention the floor division available in python
What is import in python?
Does amazon use python?
What is difference between input and raw_input?
Why do lambda forms in python not have the statements?
If a function does not have a return statement, is it valid?
How do you split a string in python?
what is the statement that can be used in python if the program requires no action but requires a statement syntactically?