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
How does pop function works in set data types?
What is enumerate python?
What are python templates?
Python documentation is called?
What is module in python?
How you can minimize the memcached server outages in your python development?
What happens in the background when you run a python file?
is Python similar to ruby?
What is syntax in python programming?
What is a control flow statement?
How does for loop and while loop differ in python and when do you choose to use them?
What is set () in python?
Why do we use join() function in python?
In Python what are iterators?
Is anaconda good for python?