Memory management in Python: Interning & Optimization
• •Behind Python's simplicity lies a series of thoughtful decisions that makes it so user friendly. In this article, we will look at some of these decisions, and understand how memory is managed in CPython.