Answer Posted / nashiinformaticssolutions
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
Which module is used to control the gpio in python?
What are all the operating system that python can run on?
What is the iterator protocol?
What is linspace in python?
How can you share global variables across modules?
Do you need classes in python?
How to retrieve data from a table in mysql database through python code?
Difference between append vs. Extend list methods in python
Has python has monkey patching concept within?
What is split used for?
What are python and name some key features of it?
What is nonetype error in python?
How do you remove duplicates from a list whilst preserving order?
Is python a shell script?
What statement is used in python if the statement is required syntactically but no action is required for the program?