Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Python a compiled language or an interpreted language?



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

Post New Answer

More Python Interview Questions

In python, how do copy a file?

0 Answers  


Describe how to generate random numbers in Python.

1 Answers  


What are assignment operators in python?

0 Answers  


What is os module will do in python?

0 Answers  


How to convert a list into a string?

0 Answers  


Can we use else block with for loop? Answer with one example.

0 Answers  


“In Python, functions are first-class objects.” What do you infer from this?

2 Answers  


What are the benefits of using python?

0 Answers  


Does python have do-while loop statements?

0 Answers  


What is loop in python?

0 Answers  


When would you use triple quotes as a delimiter?

0 Answers  


What is the command to debug a python program?

0 Answers  


Categories