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
Does python sleep use cpu?
Does python require coding?
List down some of the pdb commands for debugging python programs?
In Python what is slicing?
How to add an index, row or column to a pandas dataframe?
How does python handle memory management?
What is sys stdout flush ()?
What is map () in python?
Are sets hashable python?
Can we develop a site using python
What is python? What are the benefits of using python? What do you understand of pep 8?
How is a .pyc file different from a .py file?
How to redirect the output of a python script from standout(ie., A monitor) on to a file?
What is s in python 3?
What if you want to toggle case for a python string?