How python manage memory?
Answer / Divya Dixit
Python manages memory through automatic garbage collection. It keeps track of object references and deallocates memory when an object is no longer reachable or referenced.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is matplotlib for python?
What is the use of sessions in Django?
What is setup cfg?
What is python api?
Explain about lambda in python?
What are data frames, exactly?
How will you sort a list?
1) How to validate ip address using regex 2)program to increment ip address in python Please find answers to above questions thanks in advance.
What is the difference between `list` and `tuple` in Python?
What is overriding in python?
What are the key features of Python?
How for loop will works in python?