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 / nashiinformaticssolutions

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

Does python sleep use cpu?

812


Does python require coding?

713


List down some of the pdb commands for debugging python programs?

774


In Python what is slicing?

853


How to add an index, row or column to a pandas dataframe?

793


How does python handle memory management?

1567


What is sys stdout flush ()?

827


What is map () in python?

774


Are sets hashable python?

777


Can we develop a site using python

802


What is python? What are the benefits of using python? What do you understand of pep 8?

829


How is a .pyc file different from a .py file?

805


How to redirect the output of a python script from standout(ie., A monitor) on to a file?

875


What is s in python 3?

777


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

820