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?

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

1) How to validate ip address using regex 2)program to increment ip address in python Please find answers to above questions thanks in advance.

1322


How do you include a string in python?

847


What can I build with python?

784


Consider multiple inheritances here. Suppose class c inherits from classes a and b as class c(a,b). Classes a and b both have their own versions of method func(). If we call func() from an object of class c, which version gets invoked?

1066


What is subn() function?

862


Explain accessor and mutator methods in python?

892


How python is interpreted?

842


How many types of loops are there in python?

747


Who created python?

771


Is python shell scripting?

792


Who uses python?

785


Explain split(), sub(), subn() methods of “re” module in python.

876


Can you run python programs without python installed?

796


What is python constructor?

807


Do lists start at 0 or 1?

821