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
Can you use bootstrap with python?
How to retrieve data from a table in mysql database through python code?
How do you sort a list in ascending order python?
Give one example for multiple statements in single statement?
Is Python a good choice for web development
What is list comprehension how to define it and when to use?
Why is python 2 still used?
Where will you use while rather than for?
What is a static method python?
Do I need python if I have anaconda?
How to determine the type of instance and inheritance in python?
How can we make forms in python?
How do I use strftime in python?
Is indentation required in python?
What is a class attribute?