Answer Posted / glibwaresoftsolutions
All of the objects in Python are stored in a private heap region. This heap's sharing, caching, segmentation, and allocation are all controlled by the Python memory manager. Only the Python interpreter has access to the heap; the user does not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain the filter() function?
What are the rules for legal python names?
What is constructor in python?
Does python support database programming?
How can you keep track of different versions of code?
How do I copy a file?
Explain me what are the built-in types available in python?
Explain about multi-threading concept in python?
How do you install a sphinx python?
How do you check if a list is empty in python?
How will you get a 10 digit zero-padded number from an original number?
Is python faster than matlab?
What are the difference between python and java?
What is python __ init __?
What are the best sites to learn python?