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...

Is Python a compiled language or an interpreted language?

Answer Posted / glibwaresoftsolutions

Python is an interpreted language, which means the Python code is executed line-by-line by the Python interpreter at runtime, rather than being compiled into machine code beforehand.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is python in simple words?

810


Which of the following statements create a dictionary? (Multiple correct answers possible)

841


What is a tuple in python?

831


Where do we use python scripting?

792


Why is lambda used in python?

923


Mention the concept used in python for memory managing

759


What is flask used for in python?

894


Why does comparing strings in python using either β€˜==’ or β€˜is’ sometimes produce a different result?

738


What are the differences between del keyword and clear() function?

768


Explain the uses of the modules sqlite3, ctypes, pickle, traceback, and itertools.

839


What is the difference between range() and xrange() functions in python?

1005


What is loop in python?

829


What is after quad?

802


How are arguments passed - by reference or by value?

750


What is the purpose of _init_() function in python?

800