Decorators In Python | Python Tutorials For Absolute Beginners In Hindi #51

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


Best Hindi Videos For Learning Programming:

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

Python Decorators are one of the most helpful and powerful tools of Python. These are used to modify the behavior of the function.
A decorator is nothing but a function that takes a function to be decorated as its parameter, and returns a function.

arshverma
Автор

High-class content absolutely free thanks harry bhai...

killxAyush
Автор

बहुत ही कम लोग हिंदी में प्रोग्रामिंग सिखाते हैं। लोग अपने मातृ भाषा बोलने से शर्माते हैं। प्रोग्रामिंग सिखाते समय उन्हें लगता है की वे बहुत महान बन जायेंगे अंग्रेजी बोलकर।
ऐसी अंग्रेज़ियत को धिक्कार है।
आप को बहुत बहुत धन्यवाद् हिंदी की गरिमा रखने के लिए।
जय हिन्द

ABHISHEKKUMAR-nmyw
Автор

Hi Harry,
We can use the same decorator more simply...

def dec1(prm):
print("Program starting")
prm()
print("Executed")

@dec1
def func5():
print("My name is Terminator")

vmaindola
Автор

I wish I could have seen ur videos earlier... I m really grateful that I got ur channel and now I am understanding every concept of
keep creating this kind of content to help us..

Unhappee_Soul
Автор

1:55 yes sir it will because we have assigned the value of function1 to func2 .So if we delete function1 it will not throw an error as the value is being assigned to func2

ATS_editz
Автор

No words....Everytime i need to know about any concept, i found my guide Harry sir.... No need to go anywhere.... Complete solution.... Great work Harry Bhaiya....

mohitsharma-rebc
Автор

Highly underrated channel. Will share this with my friends. 👍👍👍

amrendrasingh
Автор

You make really nice and easily understandable videos. While I take 2-3 iterations to understand the simplest of concepts from other popular channels, yours takes me 1 or max 2 iterations to understand. Thanks for the help.

SwapnadeepMukherjee
Автор

Immediately pressed the like button when i heard how harry said "Let's roll the intro!"

NimeshSharmanimeshns
Автор

harry bhai bhut dikkt hoti thi python smjhne me online classes me teachers use to skip some important topics but jabse aapki videos dekhna shuru kri h i am pretty sure will crack my placement easily.A big thanku for making this course

priyammalhotra
Автор

Boht achhese samjhaya Harry bhaiya. Kisi ki video dekhke nahi samjha decorators. apne 5 min me samjha diya. Many many thanks

minakshee
Автор

Sir aapne ne apne 1 video me hi sare douts clear kar diye

Thanks

dilhaishaayr
Автор

Aaj me ye video revision ke liye 2saal baad dekhrha hu, purane din yaad agae wo feel firse agai jo kush aur serious learning me jati hai

aryanbhosale
Автор

Nobody teches at this level

Vo bhi absolutely free...😊😊

narora
Автор

Nice sir I reach this exercise wed 30 March 2022. I started this playlist on dec 2021.Your explanation is too good.

programmerlovers
Автор

i watched this video 4 time..finally understand decorators..thanks alot!!!

cocomoco
Автор

"I wrote a simple factorial program using decorators"

def newfac(func):
def inner(a):

print("Now we are going to find the factorial of", a)
if(a==0 or a==1):
print("1")
elif(a>1):
return func(a)
else:
print("Enter correct no may be your no is negative ")

return inner

@newfac
def factorial(a):
s=1

for i in range(1, a+1):
s=s*i
print("Factorial of", a, "is= ", s)
print("Enter the no to find is factorial")
b=int(input())
factorial(b)

priyankamotiani
Автор

Harry bro iss pure video me jab aapne kaha tha ki kisi server se connect kar sakte hain . Usi se pura video clear ho gya decorators ka.

ashutoshchoubey
Автор

Love the video..
Jahapar log paise dekar coding sikhate, waha yeh Harry Bhai free mein sikha rhe hai.. KEEP IT UP !!

tigerzindahai
join shbcf.ru