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 |
What are the differences in xrange and range?
What are python packages?
In Python what are iterators?
How to walk through a list in a sorted order without sorting the actual list?
Explain the use of try: except raise, and finally?
What is the output of this line?
What are string literals in python?
How many name spaces are defined in python?
Which is best python or r?
Should I learn javascript or python?
How can you sort a list in reverse order in python?
What is the tool used to check python code standards?