Decorators in Python 🐍 with Example

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น •

  • @aryansinha1818
    @aryansinha1818 8 หลายเดือนก่อน +8

    From operating systems to Python, from acing interviews and securing the first job to now switching companies - both students and you have come a long way, Sir. Thank you Sir for OS, DBMS, SQL, CN and now this python concept.

  • @m.s.ssashank3461
    @m.s.ssashank3461 4 หลายเดือนก่อน +2

    00:01 Decorators in Python add functionality to existing functions.
    00:50 Decorators in Python add functionality to existing functions.
    02:15 Decorators in Python take a function as an argument for customization.
    02:58 Decorators in Python allow you to modify the behavior of a function.
    03:40 Decorators in Python wrap original functions for additional functionalities
    04:27 Understanding parameter passing and transaction initiation in decorators
    05:13 Decorator calls original function and can be called directly using '@' symbol
    05:55 Decorators in Python simplify function enhancements
    Crafted by Merlin AI.

  • @BillGill-p8u
    @BillGill-p8u หลายเดือนก่อน +1

    An excellent way of yours to give examples to make audience understand what the use of decorators is.

  • @dkcreator-7xc
    @dkcreator-7xc 3 หลายเดือนก่อน +1

    Sir aap her topic ko bahut ache se clear krke btate ho thankyou so much sir..bilkul clear ho gya ye topic

  • @Prashant_Tak_Bee
    @Prashant_Tak_Bee หลายเดือนก่อน +1

    Decorator is a function that takes another* function as argument and return a function.

  • @aryushsingh5724
    @aryushsingh5724 11 หลายเดือนก่อน +1

    Multiply two number but if second number is zero multiply by 1
    def check_multi_zero(mul):
    def inner(a,b):
    if b==0:
    b=1
    return mul(a,b)
    return inner
    @check_multi_zero
    def mul(a,b):
    return a*b
    print(mul(4,0))

  • @muhammadshahzeb7512
    @muhammadshahzeb7512 10 หลายเดือนก่อน +2

    This was the first concept which i took many hours to understand, but tbh u explained very well

  • @zizo8737
    @zizo8737 5 วันที่ผ่านมา

    Excellent ❤❤❤❤

  • @AliRaza-bs2mb
    @AliRaza-bs2mb ปีที่แล้ว +3

    U deserve more subscribes.

  • @saifshamil4690
    @saifshamil4690 ปีที่แล้ว +2

    Great sir thanks
    ❤From pak

  • @graceofgod9623
    @graceofgod9623 ปีที่แล้ว +2

    Assume the candidate keys for a relation schema R(A,B,C,D,E) as {A,B}, {A,C}, {C,D}, and {A,B} is chosen as the Primary key for R. Which of the following is true?
    A is non-key attribute
    C is non-prime attribute
    E is key attribute
    None of the above
    Sir ans pls?

    • @aniket1756
      @aniket1756 ปีที่แล้ว

      None of the above

    • @littlejin-n8x
      @littlejin-n8x 9 หลายเดือนก่อน

      is this realated to which chapter ?

  • @Sahilsharma-ru4qv
    @Sahilsharma-ru4qv 11 หลายเดือนก่อน +2

    very very very thank you sir , i was facing a lot of doubts about this topic , after watching this video all doubts cleared . jai shree ram sir 😊😊🚩🚩

  • @anshumandot
    @anshumandot 3 หลายเดือนก่อน

    You sir, never disappoint.

  • @Anonymous-sh8rq
    @Anonymous-sh8rq ปีที่แล้ว +2

    Sir please make a playlist on C++

  • @manishadabade8587
    @manishadabade8587 5 หลายเดือนก่อน

    "Unforgettable explanation, sir

  • @DashingData66666
    @DashingData66666 4 หลายเดือนก่อน

    best

  • @DIKSHAGUPTA-f9y
    @DIKSHAGUPTA-f9y ปีที่แล้ว +1

    sir if i follow this playllist then is it enough for placement?

  • @pallavvarshney7065
    @pallavvarshney7065 ปีที่แล้ว +1

    Are you kanishk singla cousin??

    • @kuldeepjain3736
      @kuldeepjain3736 11 หลายเดือนก่อน

      I also have the same doubt

  • @kuldeepjain3736
    @kuldeepjain3736 ปีที่แล้ว

    Are you kanishk singla's cousin?

  • @minahilfatima3781
    @minahilfatima3781 ปีที่แล้ว +2

    Ooo sir apko Kiya hwa itny weak ku ho gy??! 😮 Madam Khana ni dyti ?!! Ur student from Pakistan

    • @muhammadshahzeb7512
      @muhammadshahzeb7512 10 หลายเดือนก่อน

      haha yeh kia baat hoi maam khana nhi nhi deti😂

    • @minahilfatima3781
      @minahilfatima3781 10 หลายเดือนก่อน

      @@muhammadshahzeb7512 kidding ullu....,just tease kr ri k mam extra care krain ,mazaq ki waat lga di

    • @AhmadJutt850
      @AhmadJutt850 5 หลายเดือนก่อน +1

      @@minahilfatima3781 Baita yae na hi mazaq lag raha ha or na hi tease... sirf non sense lag rahi ha

  • @nikkeepriya258
    @nikkeepriya258 ปีที่แล้ว +1

    Sir please make playlist of C++