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
Can you count to zero?
What are python dictionaries?
Why is __ init __ used in python?
What are packages in python which are commonly used explain one ?
When is not a good time to use python generators?
Does python have enums?
Tell me what is dict and list comprehensions are?
What are attributes in python?
How to check if string A is substring of string B?
What is uuid used for?
How do you debug a program in python? Is it possible to step through python code?
Why do we use join() function in python?
How can you generate random numbers in python?
Write a program to create a class and make an object of the class in python?
What is pickling and unpickling in python?