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
Which is better perl or python?
What is pytables?
Explain what is Flask & its benefits?
What is split() function?
How to convert a list into a string?
Explain me dogpile effect? How can you prevent this effect?
What is the use of map in python?
Why is the order in python dictionaries and sets arbitrary?
Explain what is dogpile effect? How can you prevent this effect?
Is self a keyword in python?
What are views in python?
Does python support interfaces like java does?
What is the difference between remove() function and del statement?
What is special about python?
Tell us what is module and package in python?