Programming Languages
Python
Subjective
Sep 30, 2025
Explain memory management in Python.
Detailed Explanation
Python uses automatic memory management with reference counting and garbage collection for cyclic references. Memory is managed by Python Memory Manager.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts