Python standard library: Memoryview

preview_player
Показать описание
What's a memoryview in Python? What can you do with it, and when would you want to use it? Here's a brief introduction to this part of the Python standard library, and what you could do with it.

Subscribe to this channel, as I try to go through all of the Python standard library!
Рекомендации по теме
Комментарии
Автор

Glad to see somebody else properly pronounce "giga".

kgroombr
Автор

Awesome explanation! I had to search about that after reading Chapter 3 of "Fluent Python" book xD

guilhermeferreirabr
Автор

Very helpful, thank you! I will be using this today in an embedded environment with strict memory limitations, and the need to move data around.

ryanjohnson
Автор

I didn't get why first (7:05) V was not read-only and then it became ready-only. Was it b'cuz you had changed the value of the a?

TheAlicalm