Exploring functools (reduce, partial, wraps, lru_cache, total_ordering, singledispatch, etc)

preview_player
Показать описание
Let's explore the functools module in this video!
Learn about reduce, partial, wraps, lru_cache, total_ordering, singledispatch and cached_property functions.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#python #functools #tutorial
Рекомендации по теме
Комментарии
Автор

0.41 - reduce
4.01 - total_ordering
8.07 - cached_property
11.16 - lru_cache
17.28 - partial
20.56 - wraps
23.19 - singlediepatch
Watch this! A very good lecture

rajeshg
Автор

Very Good presentation of functools 👍👍

kanhaglobal
Автор

Excellent presentation of Functools overview in 30 mins ! Great !

kanhaglobal
Автор

Found you while searching for functools video. This channel is simply awesome. You earned a new subscriber.!

Vijay-Yarramsetty
Автор

very helpful, i did not know most of these

akashkece
Автор

Thank You, the singledispatch part was epic

mrj
Автор

Does singledispatch work for functions in different modules ?

kcvinu
Автор

Amazing but applying these interesting functions need more practice...

gladyouseen