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

Define the usage of split?

925


What is thread join in python?

788


What is meant by instantiating a class?

857


How can we make forms in python?

877


Differentiate between the append() and extend() methods of a list?

856


What is numpy array?

796


What is complex type in python?

842


Can python be used for web client and web server side programming? And which one is best suited to python?

768


What is __ main __ in python?

810


What is web scraping?

775


How to split a string into a list?

990


Can you modify the maximum depth for a recursive function in Python? If yes how?

784


Do you need classes in python?

794


What is a python mixin?

806


Difference between @staticmethod and @classmethod in python?

887