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
Define the usage of split?
What is thread join in python?
What is meant by instantiating a class?
How can we make forms in python?
Differentiate between the append() and extend() methods of a list?
What is numpy array?
What is complex type in python?
Can python be used for web client and web server side programming? And which one is best suited to python?
What is __ main __ in python?
What is web scraping?
How to split a string into a list?
Can you modify the maximum depth for a recursive function in Python? If yes how?
Do you need classes in python?
What is a python mixin?
Difference between @staticmethod and @classmethod in python?