Advanced Serialization with dill in Python

Advanced Serialization with dill in Python

NeuralNine

1 год назад

6,488 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@coxinitus
@coxinitus - 07.09.2023 15:28

You can find this in the official Python documentation

Warning The pickle module is not secure. Only unpickle data you trust.
It is possible to construct malicious pickle data which will execute arbitrary code during unpickling. Never unpickle data that could have come from an untrusted source, or that could have been tampered with.

Consider signing data with hmac if you need to ensure that it has not been tampered with.

Safer serialization formats such as json may be more appropriate if you are processing untrusted data.

Ответить
@mohammedkastali7096
@mohammedkastali7096 - 07.09.2023 16:55

thnk you so match

Ответить
@ilanbar1970
@ilanbar1970 - 07.09.2023 23:29

I wonder if dill can serialize ctype nested structure ..

Ответить
@paulthomas1052
@paulthomas1052 - 08.09.2023 14:57

Very interesting session - thanks !

Ответить
@colyncnd3450
@colyncnd3450 - 08.09.2023 19:24

baller yes

Ответить
@christopheanfry2425
@christopheanfry2425 - 08.09.2023 21:26

Love your content thank you!!! Was is the theme you use in pycharm?

Ответить
@nathanfredette9500
@nathanfredette9500 - 09.09.2023 14:35

Thanks for making it so easy to understand.

Ответить
@OktaFierce
@OktaFierce - 12.09.2023 10:33

Can dill serialize pygame and turtle objects?

Ответить
@philtoa334
@philtoa334 - 19.09.2023 14:48

Thx_.

Ответить