How Python Manages Memory and Creating Arrays With np.linspace

The Real Python Podcast

Episode | Podcast

Date: Fri, 18 Dec 2020 12:00:00 +0000

Have you wondered how Python manages memory? How are your variables stored in memory, and when do they get deleted? This week on the show, David Amos is here, and he has brought another batch of PyCoder's Weekly articles and projects. Along with the Real Python article on Python memory management, we also talk about another article about creating even and non-even spaced arrays in Python with np.linspace.