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


Please Help Members By Posting Answers For Below Questions

Explain the use of ternary operator in python?

498


How do you handle exceptions with try/except/finally in python?

531


What if you want to toggle case for a python string?

543


What is self and init in python?

466


What is a counter in python?

615






Is python interpreted, or compiled, or both?

541


What is split used for?

497


What is %s in python?

596


What is data type in python?

485


How do you convert a list of integers to a comma separated string?

549


What are the 3 types of relation?

557


Explain me what are the principal differences between the lambda and def?

550


Is django an ide?

526


How do you sort a list in ascending order python?

508


Is empty string python?

516