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
Is python better than bash?
Explain about control flow statements?
Will class members accessible by instances of class?
How for loop will works in python?
What are tokens in python?
What is the best flask or Django
Do you know what is numpy and how is it better than a list in python?
What command do we use to debug a python program?
What happens if an error occurs that is not handled in the except block?
What is form feed in python?
How do I list all files of a directory?
What is a constructor in python?
Are methods objects in python?
Which is the package fastest form of python?
Tell me the use of the split function in python?