How does python handle memory management?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Python uses an automatic garbage collection mechanism, employing reference counting and cyclic garbage collection for memory management.
| Is This Answer Correct ? | 0 Yes | 0 No |
Python uses an automatic garbage collection mechanism, employing reference counting and cyclic garbage collection for memory management.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is unit test done in python?
What is keyword arguments in python?
How to count the occurrences of a perticular element in the list?
What is python? What are the benefits of using python?
Is there a double type in python?
What is difference between panda series and dictionary in python?
What static means?
Explain global and local variables in python?
Tell us what is python? What are the benefits of using python? What do you understand of pep 8?
What are magic methods in python?
What is __ file __ in python?
What is nose python?