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
how do I protect python code?
What will be the output of the code:def foo (i=[])?
Explain about exceptions in python?
What is python literal?
Explain me what is flask-wtf and what are their features?
What is the necessity to use pass statement in python program?
What is python __ init __?
What is multithreading? Give an example?
Can you use r in python?
What is zip() function in python?
What is the difference between args and kwargs?
How to set the figure title and axes labels font size in matplotlib?
Is intel faster python?
When does dictionary is used instead of a list in python?
Is set iterable python?