Python slots inheritance/subclassing, caveats, getting pickle to work with slots, pickling protocols

preview_player
Показать описание
Continuing our consideration of __slots__ in Python 3, we take a look at issues of inheritance and there's also a really useful pickling tip, with or without slots!
Рекомендации по теме
Комментарии
Автор

If you've found this useful in anyway, I'd really appreciate sharing it where you can so that more people can enjoy this resource! Watch out for a personal video I'm making on my own journey and how I changed career in my 30s from boring monotony to an exciting software engineering role. If ever you needed motivation or wanted my own specific advice on how to become a self-taught developer, then you make sure you don't miss it. Will be available next week!

LivePython
Автор

I don't catch the point of the last part with Pickle module. But all tutorial was nice. Thank you

RuslanSkiraUkraine