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

How is memory managed in python?

Answer Posted / glibwaresoftsolutions

Python memory management consists of a private heap that holds all data structures and objects. The interpreter controls the heap, and the programmer has no access to it. All memory allocation is handled by the Python memory management. Additionally, a built-in trash collector recycles and frees up heap space memory.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do I protect python code?

849


What will be the output of the code:def foo (i=[])?

808


Explain about exceptions in python?

765


What is python literal?

919


Explain me what is flask-wtf and what are their features?

846


What is the necessity to use pass statement in python program?

881


What is python __ init __?

822


What is multithreading? Give an example?

796


Can you use r in python?

830


What is zip() function in python?

862


What is the difference between args and kwargs?

800


How to set the figure title and axes labels font size in matplotlib?

788


Is intel faster python?

722


When does dictionary is used instead of a list in python?

848


Is set iterable python?

863