Answer Posted / nashiinformaticssolutions
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
How does break, continue and pass work?
How do you launch sub-processes within the main process of a python application?
Where is python used in real world?
What is __ new __ in python?
Why is python so powerful?
How will you get a titlecased version of string?
How to improve performance of this code?
What are the disadvantages of the python?
What are the best sites to learn python?
In what language is python written?
Will the do-while loop work if you don’t end it with a semicolon?
What are object methods?
Is coding useful in finance?
What are private methods in python?
How many keywords are there in python?