Тёмный
No video :(

Intro to Marshmallow: A Python Object Serialization Library 

Pretty Printed
Подписаться 96 тыс.
Просмотров 29 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 28   
@bierviltbever
@bierviltbever 3 года назад
Great intro to marshmellow, thanks!
@FelipeSalazarSch
@FelipeSalazarSch 2 года назад
Simple and concrete Cheers!!!!
@alizaidi2743
@alizaidi2743 4 года назад
Thanks I needed this.
@aydarmag
@aydarmag 4 года назад
Hello there, love ur videos Any chance u can use dataclasses in next video, preferably with nested dataclasses in some data structure. Thanks !
@prettyprinted
@prettyprinted 4 года назад
I'll consider it. I want to make more videos about Marshmallow.
@snowpunk116
@snowpunk116 4 года назад
Useful tutorial. Thanks!
@l.l.l.management2149
@l.l.l.management2149 4 года назад
Thank you very much for your tutorial video! I really appreciate that.
@vaneakatok
@vaneakatok 4 года назад
how does marshmallow go about relations between data? when dumping - it very well gives also the list of children, but when loading aka creating objects / deserializing, that data is not really needed, as it will eventually get loaded when children get "imported" into the database/program. looking forward to new videos in this series (on this top)!
@vaneakatok
@vaneakatok 4 года назад
I assume it is covered in your course
@prettyprinted
@prettyprinted 4 года назад
I'll try to cover this more in future videos
@horse_butt
@horse_butt 4 года назад
Thank you!
@aswebdev
@aswebdev 4 года назад
Hi Anthony, I have a question. I have a user schema that's based on a user model class (I'm using marshmallow-sqlalchemy). How do I go about creating a schema for user registration utilizing the user schema ? I'm running into a issue where the user registration needs confirm password field which is not present in user schema/model. Excluding fields from an existing schema seems easy by using partial or only but what if want to include a new field for a specific scenario. Only workaround I found is extending the UserSchema into a UserRegistrationSchema and adding the confirm password and other fields needed for registration process which may not be in UserSchema.
@naheliegend5222
@naheliegend5222 3 года назад
Should be the data which is passed into the schema a dict?
@divyapandey4874
@divyapandey4874 4 года назад
Hey Pretty printed you have covered only data validation w.r.t. marshmallow .Can you please send the example of serialization & deserialization.
@codevalley9511
@codevalley9511 2 года назад
good sir
@michiplays00
@michiplays00 3 года назад
What appearance extension do you use for vscode? Great video, thanks!
@ericcourville
@ericcourville 4 года назад
Nice job keep up the videos.
@aks_kj
@aks_kj 4 года назад
Good video! Thanks as usual! Do you have some video about clear Sqlalchemy (without flask) and migrations in it (alembic for example)? Or if not, will you plan to create something about it? Thanks!
@prettyprinted
@prettyprinted 4 года назад
I don't have any plain SQLAlchemy videos yet, but I plan to create some.
@aks_kj
@aks_kj 4 года назад
Pretty Printed that’s will be cool , thanks
@sinancetinkaya
@sinancetinkaya 4 года назад
very useful
@dmoney_thegreat
@dmoney_thegreat 3 года назад
can Marshmallow validate form data?
@NdubisiOnuora
@NdubisiOnuora 4 года назад
Volume was quite low
@prettyprinted
@prettyprinted 4 года назад
My microphone was having problems. It should be fixed in the newer videos
@damilkroseworld8900
@damilkroseworld8900 4 года назад
Why do not you just use pickle?
@Emily_Entropy
@Emily_Entropy 4 года назад
Yeah, I'm curious to know what advantage this has over Pickle when dumping this out through webapi? Just built-in validation?
@aydarmag
@aydarmag 4 года назад
Advantages are validation and getting not just bytes as with pickling but readable format data
Далее