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

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 19

  • @rajeshg8649
    @rajeshg8649 4 года назад +11

    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

    • @sainathsingineedi2922
      @sainathsingineedi2922 3 года назад +3

      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

  • @kanhaglobal
    @kanhaglobal 5 месяцев назад

    Very Good presentation of functools 👍👍

  • @kanhaglobal
    @kanhaglobal 3 года назад

    Excellent presentation of Functools overview in 30 mins ! Great !

  • @akashkece
    @akashkece 2 года назад

    very helpful, i did not know most of these

  • @jkim5118
    @jkim5118 4 года назад +2

    This video deserves more likes

  • @mrj1997
    @mrj1997 4 года назад +4

    Thank You, the singledispatch part was epic

  • @Vijay-Yarramsetty
    @Vijay-Yarramsetty 4 года назад +1

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

  • @IndianPythonista
    @IndianPythonista  4 года назад

    Code: gist.github.com/nikhilkumarsingh/eab4e4a17c7c2856405fb622093516b0

  • @kcvinu
    @kcvinu Год назад

    Does singledispatch work for functions in different modules ?

  • @amgmg2521
    @amgmg2521 3 года назад

    Thank you. very clear tutorial

  • @585ghz
    @585ghz 3 года назад

    lru_cache is awesome, thanks!!

  • @RoamingRebel
    @RoamingRebel 4 года назад

    Very Good .keep it up

  • @alexandergolys2087
    @alexandergolys2087 4 года назад

    Very cool lesson, thanks

  • @aleph2d
    @aleph2d 3 года назад

    This was very helpful, thank you.

  • @pavlolysytsya5176
    @pavlolysytsya5176 4 года назад

    really cool, man! well explained!

  • @anant3104
    @anant3104 4 года назад

    Thank you ...interesting functions

  • @spirtuozlarioz8799
    @spirtuozlarioz8799 4 года назад

    Dope!

  • @gladyouseen8160
    @gladyouseen8160 4 года назад +1

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