Do we need to call the explicit methods to destroy the memory allocated in python?
Answer / Vivek Gosain
In Python, there is no need to explicitly free or deallocate memory. The garbage collector takes care of automatically managing and releasing memory as it becomes unreferenced during runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain split() methods of "re" module in python?
Explain about exceptions in python?
Should I learn python or scala?
Can I make games with python?
What are private methods in python?
What is <yield> keyword in python?
What is flask used for in python?
is Python similar to ruby?
Tell me what's the process to get the home directory using ‘~' in python?
explain the filter() function?
How do you create a database in python?
How do you do data abstraction in python?