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
What is class variable in python?
What is += in python mean?
Tell me how are arguments passed by value or by reference?
What is the significance of ‘self' parameter in an object method? Should we always name this parameter as ‘self'?
How to install python on windows and set path variable?
Why do computer scientists count from 0?
Does python allow you to program in a structured style?
Is there a benefit to using one over the other?
What is flask python used for?
List of lists changes reflected across sublists unexpectedly?
Which python library is built on top of matplotlib and pandas to ease data plotting?
How to make any variable private in python ?
How does the ternary operator work in python?
Can you explain this why are we getting an error here?
What does .join mean in python?