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

Can you count to zero?

811


What are python dictionaries?

909


Why is __ init __ used in python?

860


What are packages in python which are commonly used explain one ?

899


When is not a good time to use python generators?

1016


Does python have enums?

795


Tell me what is dict and list comprehensions are?

811


What are attributes in python?

808


How to check if string A is substring of string B?

978


What is uuid used for?

784


How do you debug a program in python? Is it possible to step through python code?

899


Why do we use join() function in python?

936


How can you generate random numbers in python?

910


Write a program to create a class and make an object of the class in python?

866


What is pickling and unpickling in python?

880