python: functools.partial (beginner - intermediate) anthony explains #254

preview_player
Показать описание


==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

Thanks man. I was clueless when reading the docs. Your video helps a lot. Subscribed!

TanTran-gnhj
Автор

Thank you. This was a great explanation. I've been using partial for a while in Jax but this really cleared things up.

kailukowiak
Автор

Very good video. Straight to the topic, good introduction, good example, short.

RandalSitra
Автор

I'm pretty sure they teach "defense against functional programming" in Hogwarts.

JakubYTb
Автор

Had it been possible I would post Thank You gif from The Office here.

marazDNG
Автор

Thanks for the video. I read the comment but I still don't see a usecase. It looks more complex to me to write it this way instead of the default "normal" function.

DanielWeikert
Автор

Thanks, this video helped me understand how to use functools.partial! However, I still don't have a good intuition on when this would be useful. Can you provide some examples?

learningtocode