I m 14yrs old and we r not taught programming in school, I started learning programming in 6th, and am an intermediate python coder, all just bcoz of you, hope you read and if yes, plz reply or give a ❤️👍😊☺️
@technoguide14624 жыл бұрын
Please
@siddheshphadke37194 жыл бұрын
@@technoguide1462 ?
@DivyanshuLohani4 жыл бұрын
@@siddheshphadke3719 same here
@technoguide14624 жыл бұрын
@@siddheshphadke3719 please give me feedback please
@technoguide14624 жыл бұрын
@@DivyanshuLohani what happened
@sangeetawadhwani55154 жыл бұрын
Harry bhai, you are a wonderful teacher and programmer
@technoguide14624 жыл бұрын
If you like please support
@TecSantoshKumar4 жыл бұрын
Apki waja se mai apne sapne pure kr pa rahahun Mai apni kud ki websites banali h ab mai bahut jald payse Arun kr pauga Lekin yh bat Jan kr bahut khushi ho ki mai ek electrical engineering karne wala student apki waja se ek Web developer bn paya.
@ruchirmandora46563 жыл бұрын
Great way to make us acually realise HOW TO CODE !!!!!!!!!!!!
@vaibhavyadav87264 жыл бұрын
9:09 We've changed the value of n in loop.
@yashwanthaas32332 жыл бұрын
Thank you very much!
@channelpro22844 жыл бұрын
You are great genius coder.
@itzjvs90524 жыл бұрын
Bro video dekhne se pahele..main try Kiya...🤗🙈 aur Success bhi Mila..😎🙈✌. You are ossm bro..✌
@harshitachaurasia12464 жыл бұрын
Aisa lgta h aap pura mere college k sath chl rhe ho same...topic there same topic here even in same lang So nice of u
@yashbansal14144 жыл бұрын
Plot Twist: Harry and you are in same college, but he didn't revel his identity yet 😂😂😂
@harshitachaurasia12464 жыл бұрын
@@yashbansal1414 😂😂😂kash
@parthgupta48504 жыл бұрын
Harry bhai ur best programming teacher
@adityarathod69244 жыл бұрын
Harry Bhai ....love u....i was very obssessed with code when i first learn from another KZbin channel....but when i started watching your vdo.....swear to god.....siddha dimaag me gushta hai......maja aa gaia....Love u bro....Maja aa gaia
@thengc26762 жыл бұрын
I took a different approach! n = input('Enter the number: ') length = len(n) value = 0 for i in n: a = int(i)**length value = value + a print(value) if value == int(n): print('The number is an Armstrong number!') else: print('The number is not an Armstrong number.')
@thengc26762 жыл бұрын
@Malik Abdullah Nasir it's is nice coincidence so why are u learning to code
@shutzzzzzzАй бұрын
i took same approach.
@nareshgoyal19944 жыл бұрын
Harry bhia aapka internet really superfast hai.. Bilkul aapki tarah 🔥🔥🔥🔥
@linujose25364 жыл бұрын
excellent bhai this question was asked to me in one of the interviews i faced recently !
@bedifferent81664 жыл бұрын
there should be temp = n, as n keeps changing and becomes 0 at last. SO we have to store the input value to a temp variable
@maheshbehera74698 ай бұрын
Yes
@mercesletifer66252 жыл бұрын
Perfect explanation sir... I wish i had a teacher like you🙄🙄🙄
@mehulrathod72994 жыл бұрын
Harry bhai this would also work: from math import pow z = (input("Enter a number: ")) p = list(z) c = 0 for i in range(0, len(p)): t = pow(int(p[i]), len(p)) c = c+t if int(z) == c: print(f'{z} is an armstrong number') else: print("Not an armstrong number")
@abhishekpandey30702 жыл бұрын
🔥🔥🔥
@dakshmehan4114 Жыл бұрын
another possible solution is this num=input('please enter the number in question') n=len(num) sum=0 for digit in num: sum+=int(digit)**int(n) if int(sum)==int(num): print('it is an armstrong number') else: print('it is not an armstrong number')
@lokeshpatil65954 жыл бұрын
Harry bhai apke channel per java ke tutorial nahi hai. So please upload full java course begineer to advanced. Apse achha koi nahi samjata hai pure youtube per.
@souravkumar72834 жыл бұрын
Perfect teaching skills 👌
@programmingtricks8334 жыл бұрын
Harry bhai theak haa code number = input("Number Enter: ") lennumber = len(number) sum=0 for i in number: square= int(i)**lennumber sum+=square if int(number) == sum: print("Number is Armstrong") else: print("Number is not Armstrong")
@sumeetnegi99344 жыл бұрын
Bhai mast video banai hai.. aise hi aur banao yrr
@DeepakGupta-hd1ns4 жыл бұрын
Number ki digits ke liye calculation ki kya need hai? Number ko string me convert karke uski index ke liye bhi loop chla sakte hai.
@adityajadhavar96754 жыл бұрын
Bohot achhe harry bhai.Please aise aur practice programs banaye
@apaniduniya72834 жыл бұрын
Sr kivy kab sikhavoge
@pythonenthusiast92924 жыл бұрын
yes !! same question harry bhai!
@nikhilraj18424 жыл бұрын
1:42 Harry Bhai mic ko kya hua tha
@rajuraghuwanshi25373 жыл бұрын
perfect 👌👌
@clashcloud57204 жыл бұрын
Harry bhai.... debugging pe bhi video bana do plzzz
@Aditya-ve1ud2 жыл бұрын
I love the way when he told - samjha kar hi manunga.😂😂😂
@iam.superaman4 жыл бұрын
Harry bhai you are op 🤣🤣 Binod Number wali baat pr hasi aa gai😄😂
@piyushsinha000115 күн бұрын
9:03 sum == n krne pd yeh kaam nhi karega kyuki n ki value ko hum update kar rhe h baar baar with (n=n//10) se , Ish karan yeh kbhi equal hi nhi hoga Ishke liye hume n ki value of kisi aur variable mei store karna hoga like originaln=n, and sum==originaln, karna hoga
@kedargalande31933 жыл бұрын
Very well explained!
@siddharth8403 жыл бұрын
thanks brother its help me a lot
@codepotato15374 жыл бұрын
good explanation harry
@rishurajsharma31304 жыл бұрын
Bhai Aapke har din 5000 subscribers badh rahe hai Congo You deserve a lot more
@vsstories-eo9ue Жыл бұрын
1:41 was awesome 😅😅😅😂😂🤣🤣
@ad_uke4 жыл бұрын
Thank you Harry bhai👌🏻
@anmolsoni2392 жыл бұрын
6:52 Bhaiya agar digit ko append kare toh nhi chalega??
@nishishaandilyaa3 жыл бұрын
Thank you harry for this great vedio... Lots of love your way... ❣️❣️ keep making us more perfect in python.
@akhalaqmonis47134 жыл бұрын
Awesome program harry bhai....... And last main ji tune bajate ho uska naam kya hai??
@rupamhari1154 жыл бұрын
harry bhai.. aap ka web development course bohot hi accha tha. please start a course on angular or reactJS.
@varuntripathi69284 жыл бұрын
Harry bhai Main final year student abhi start hua hai mujhse data Structure kuch khass nhi aata main ye jaanna chahta hu ki aapki data structure ki series kitni time pr khatam hogi ek guzaris smjho yaa apne bhai ki request try to upload videos regarding Data Structures and Algorithm only not other stuff. This will help me out. Aapke DS and algo series mujhe pasand aayi aur main use continue krna chahta hu. If u read my comment kindly reply....... Write now I am taking ur Complete C tutorial that is awesome itna aache se toh hamare professor ne bhi nhi smjhaya. So, think About it please......................
@hari_13578 ай бұрын
Thank you soooooo much!!
@schooldays58174 жыл бұрын
Sirji apke tutorial BHOT badiya hote hai....kya aapp Java programming language ke tutorial leke aa skteho
@kirandhumal1799 Жыл бұрын
Shukriya bhai ❤
@jitendradashora89562 жыл бұрын
def isArmstrong(number): numList = list(str(number)) sum = 0 for numbers in range(len(numList)): sum = sum + int(numList[numbers]) ** len(numList) if sum == int(number): print(f"Yes {number} is a Armstrong number")
@shivanksharma54434 жыл бұрын
Sir you have made learn linux in one video tutorial and it helped me a lot. Can you make a full tutorial on linux. Please..🙏🏻🙏🏻🙏🏻 And if it is already there then can anyone provide me the link.
@jaygopani82892 жыл бұрын
for loop se kese hota he??
@krishalkhadgi33932 жыл бұрын
num, sum = input("Enter a number: "), 0 for i in num:sum += (int(i) ** len(num)) if (sum == int(num)):print(f"{num} is an Armstrong number.") else:print(f"{num} is not an Armstrong number") sir this is the shortest code i can write for this problem please verify
@paramjjethwa87342 ай бұрын
amaazing video man!
@Ammarkoka4 жыл бұрын
Please make a series on data structures and algorithms in python please. 🔥💯
@iam.superaman4 жыл бұрын
Yes please Harry bhai
@sujanshahi68194 жыл бұрын
You're amazing Harry sir💖
@ManishSharma-fi2vr4 жыл бұрын
Sir make videos on star patterns in C programming language
@NTTtv4 жыл бұрын
are you using any external device for writing?
@harshitchaudhary61664 жыл бұрын
Bhai aapki video he dekh rha tha 😍😍
@sourabhjain7124 жыл бұрын
bro you are awesome
@vasugarg22934 жыл бұрын
Yeh raha armstrong number ko check karne ka code. num = input("Enter the number: ") lst = [] for c in num: lst.append(int(c)**int(len(num))) if sum(lst) == int(num): print("This number is a armstrong number") else: print("This number is not a armstrong number")
@prithvivirajgupta12823 жыл бұрын
harry bhaiya thnx mai 13ka hu aur coding sikh rh hu thnx
@KunalKumar-tt4bt2 жыл бұрын
print(num, " ")
@yourintrovertguy4 жыл бұрын
Please also make video in machine learning project and also data structure and algorithms in python.....
@vikaskatke34 жыл бұрын
Thank you brother 🙏👍
@ishaankapoor9334 жыл бұрын
lambda n: n == reduce(lambda x, y: x + y, [int(str(n)[i]) ** len(str(n)) for i in range (len(str(n)))])
@anonymusk93974 жыл бұрын
Bro make this series in python too please🙏🙏🙏🙏🙏🙏
@CSKuldeepSingh4 жыл бұрын
Bhai ek problem hai kyoki mathematically 0 ki power 0 is equal to 1 hota hai fir ye Armstrong number kaise ho sakta hai.
@bindassboss46204 жыл бұрын
thank you harry bhai for giving a wonderful course of python
@VivekKumar-qn9fj4 жыл бұрын
Make video on css animations
@SomneelMaity4 жыл бұрын
please post more python programs like this
@technicalraxo53854 жыл бұрын
Thanks so much sir
@machhindrasmathematics2551 Жыл бұрын
Make video on anagram of strings
@shivanshutyagi834 жыл бұрын
Harry bhai 👋👋
@विवेकअवस्थी-ङ5द4 жыл бұрын
Sir how are you able to write? I mean what stylus and pad are you using?
@goodbye45893 жыл бұрын
a=int(input()) b=[] for i in str(a): c=int(i) b.append(c**len(str(a))) if sum(b)==a: print(f"{a} is an Armstrong number") else: print("No it is not")
Sir, Please please please make a video on Pyside2 Qt5 please please make video
@maheshappaji12733 жыл бұрын
thank you
@RohanDasRD4 жыл бұрын
Awesome bro
@Sampoorna.2 жыл бұрын
Can this be done with for loop???
@promakanungoe82944 жыл бұрын
Please make tutorial for java...mostly needed.
@adamsaleh80184 жыл бұрын
c# ke upar bhi ak complete tutarial banado . bohathi acccha hoga
@sujonnath49044 жыл бұрын
Who said 3 at 1:41 is it harry
@khanmujtaba18874 жыл бұрын
Amazing sir thank you
@madhujain28714 жыл бұрын
Space tech sikhao please jo whitehat jr me sikhate hai faaltu me 1 lakh rupees charge karte hai jabki aap ye sab chize free me dete hai you are great human being par please ek baar whitehat jr ka course dekho or uspe ek playlist banao
@sumitadkhale27604 жыл бұрын
Harry bhai Apptitude and Reasoning Job pane ke liye jaruri hai kya uspe video banao or jaruri hai to kese kar sakte hai or kaha se vo batao pls . . .
@rajrajaparmar71384 жыл бұрын
Sir you are great but please tell me about how to make games and app by python
@coderrishav4 жыл бұрын
Bhai ek dil dedo agar aap future mein ek AI game banaoge just like chess.
@RohitKumar-go2is4 жыл бұрын
Sir please make a video on which desktop is best for for programming
@mightyit74834 жыл бұрын
Bhai ek question hai important ,do you know how can we read the data which is in ram ?
@technicalraxo53854 жыл бұрын
I am big fan of you.. Name: Rajveer singh
@sarenkumar61083 жыл бұрын
number shd be assinged in another temporray variable the equate in if block
@DOWN3X_FF3 ай бұрын
def haarms(n): n=str(n) ghat=len(n) ds=0 for d in n: ds+=(int(d)**ghat) ds=str(ds) return (ds==n) print(haarms(153))
@sciencexdream74734 жыл бұрын
Harry bhai Apne python biggener tutorial mein #59 mein abstraction and encapsulation ko switch kar diya hai . main vo playlist dekhra hun abhi main beginner hun..
@siddheshphadke37194 жыл бұрын
Problem is the variable n is not the original one as we have modified it in while loop
@lakshyaarora14233 жыл бұрын
n ki value while loop ke endgame ke baad 0 hogi kyuki floor division of last 8//10=0 dega n ki value intact toh nhi thi badal gayi aur agar ap uss n ki value se program krte ho toh not an Armstrong aayega
@ayushkhare34554 жыл бұрын
Harry bhai can you please make tutorials on Java pls
@rishusolanki91713 жыл бұрын
Samzakar hi manuga 😃😃😃😃😃🙏🏻
@dhavalsaxena95833 жыл бұрын
nice sir
@rajatyadaw84964 жыл бұрын
I have a question How to find angles between two lines with numpy. Please tell me
@yogendratripathi77532 жыл бұрын
Great
@vanshikashah30134 жыл бұрын
Yes variable kisi or value me save karna padega
@shubhayonbanik38576 ай бұрын
Error hoga kyuki n toh 0 hogaya, btw love your video❤