Memory Management in Python

preview_player
Показать описание
Memory management is the process of managing the available memory available on a system. This set of lessons covers some of the basics of memory management in Python, including what is happening under-the-hood of CPython, and how memory acts as a shared resource.

Комментарии
Автор

For the withdrawing example: I think one fundamental thing you did not mention is that often, such scenarios, if not locked, result in data loss, not just that the order is random. In this example, the atm could take your money, but not deposit it into the account, because at the same time, the spouse took out something, so the other atm used that as a basis and wrote the result back

beyondcatastrophe_
Автор

Thanks for the video. Where is the GIL follow-up video? Couldn't find in the channel.

zunaidhassan
Автор

Thanks.
Interested Infos.
Regarding the combining with .net and other languages

TippsausEuropa
Автор

If I have a list full of images, each having the possibility of being displayed every frame, will Python keep them in memory, even if it's running out of memory?

IndellableHatesHandles
Автор

This is so awesome, Really I'm +0.001% improved from yesterday.

bc