From ur crazy explanation now I am the intermediate level of python😃started love programming
@saivarma61723 жыл бұрын
Me too
@erfanmahin3 жыл бұрын
Me too🙂
@mohamedsuhayl40533 жыл бұрын
He is the one I started learning python seriously
@v.t.rajankannan50973 жыл бұрын
me too i started oop in python next...
@kingsofcraftindia55833 жыл бұрын
Me too...
@ianisabastard3 жыл бұрын
this guy every single day: let's do a fun project and have a lot of fun while making this very very fun project that will be fun!
@akshatjha81723 жыл бұрын
I made this and this was amazing. It was a bit slow but perfect. Thanks Programming Hero
@atiaakhtar10592 жыл бұрын
kindly can you send main it's github file to me. it not Download to me Plzzz help me because I'm doing project on it.and I have no time to complete it
@smallzebra192 жыл бұрын
@@atiaakhtar1059 import cv2 import datetime cap = cv2.VideoCapture(1) face_cascade = cv2.CascadeClassifier('haarcascade_frontalface_default.xml') smile_cascade = cv2.CascadeClassifier('haarcascade_smile.xml') while True: _, frame = cap.read() original_frame = frame.copy() gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY) face = face_cascade.detectMultiScale(gray, 1.3, 5) for x, y, w, h in face: cv2.rectangle(frame, (x, y), (x + w, y + h), (0, 255, 255), 2) face_roi = frame[y:y+h, x:x+w] gray_roi = gray[y:y+h, x:x+w] smile = smile_cascade.detectMultiScale(gray_roi, 1.3, 25) for x1, y1, w1, h1 in smile: cv2.rectangle(face_roi, (x1, y1), (x1+w1, y1+h1), (0, 0, 255), 2) time_stamp = datetime.datetime.now().strftime('%Y-%m-%d-%H-%M-%S') file_name = f'selfie-{time_stamp}.png' cv2.imwrite(file_name, original_frame) cv2.imshow('cam star', frame) if cv2.waitKey(10) == ord('q'): break
@ChineseDeshiivai3 жыл бұрын
আপনার সহজ সাবলীল উপস্থাপনা দেখে মুগ্ধ হই সব সময়। শুভকামনা রইল। আমি যদিও চীনা নাগরিক বাংলা মোটামুটি বুঝি, তারপর ও আপনার উপস্থাপনার তুলনা নেই!!!
@shakibrajmimit3 жыл бұрын
14:34 what a smile dudu 😂
@QuantumInsaanEdits3 жыл бұрын
Bruh his face duh i would not smile a happy hulk with big neck and broken teeth
@Jose-qk3di3 жыл бұрын
😂 😂 😂
@nicrodigital3 жыл бұрын
😂😆🤣
@footballbestmomentsclip3 жыл бұрын
Next vdo:make pyscript(new language) using 100 lines of python codes 😂
@newaz_from20043 жыл бұрын
😅😹😹😹
@ianisabastard3 жыл бұрын
puenti tchee lines of cod
@rvn43 жыл бұрын
Please make some more videos with python, I love your projects!
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@saikushalanu72543 жыл бұрын
by your teaching i had made all of my python projects sucessfull
@ProgrammingHero3 жыл бұрын
Glad to hear that!
@dhruvgupta8123 жыл бұрын
Bro please start uploading more frequently like once a week, btw loved the vid!
@DaniruDEV3 жыл бұрын
without knowing we have done a simple machine learning project. Thanks alot. ❤️❤️❤️
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@syedashelima85453 жыл бұрын
Please also include c# with unity course in Programming Hero. PLEASE 🥺🥺 This request is from Grandkids 🥺🥺
@saifhasan20973 жыл бұрын
I was just wondering that why it seems like I saw you somewhere before. But then I realized. WOW man, proud of you. Love from BD!!💖💖✨
@ProgrammingHero3 жыл бұрын
Thank you so much for your love.
@neelbanga3 жыл бұрын
I love your channel, I was wondering if you had any tips for a small KZbin channel like myself ? Thanks and happy coding!
@ProgrammingHero3 жыл бұрын
Take love!
@ProgrammingHero3 жыл бұрын
Be consistent and never compromise your content quality!
@neelbanga3 жыл бұрын
@@ProgrammingHero Okay then you for the advice! It means a lot!
@zenkaiproductions38043 жыл бұрын
@@neelbanga I looked at your channel and you make discord bots,could you teach me how I can make an economy bot?
@jaffer10223 жыл бұрын
REALLY REALLY YOU ARE A TRUE PROGRAMMING HERO!!!!😌 I'VE BECOME YOUR FAN AFTER WATCHING ALL YOU VIDEOS LITERALLY!! THANKS MAN ✌🏻:-)❤️
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@priyanshubasu143 жыл бұрын
Sir please please make an OS with GUI or else grandma will be angry.
@prabinsubedi57423 жыл бұрын
I got your channel just now and i am in love with your videos So much understanding and helpful.
@SK-qs1cr3 жыл бұрын
Sir Please tell me truly From where do you get these ideas of python. It is a request
@hhcdghjjgsdrt2353 жыл бұрын
Grandma
@lifelibrary70333 жыл бұрын
My favourite 🤩 KZbin channel...
@codewithraiju14243 жыл бұрын
Hello Sir, great video.. Can I share my java gui projects with source code at your discord server? The main project is an IDE which supports 4 programming languages with indendation and text highliting..
@ProgrammingHero3 жыл бұрын
Go ahead!
@SeferDöngel3 жыл бұрын
I hit the like button before I've watch. We all love grandma :D
@GamersArenaGA3 жыл бұрын
same from me
@someone-fc5yj3 жыл бұрын
Can you do mobile app tutorial pls?
@hieveryone68243 жыл бұрын
Please do! It will be great!
@nezarshamea69913 жыл бұрын
Thanks programming hero. Your application gave me a certificate that made me so so so proud of my self!!! Thanks man
@ProgrammingHero3 жыл бұрын
Great job!
@nezarshamea69913 жыл бұрын
Thank you 🙏
@googleservices38893 жыл бұрын
Man I never commented but your channel is the best keep working
@ProgrammingHero3 жыл бұрын
Thank you so much. Keep learnig
@Jfkckjsnnclskbc2 жыл бұрын
This one is Funny and exciting to watching , very effective to learn.
@Nemiyt3 жыл бұрын
Dude us a living legend, just discovered your channel lol keep it up *Fun*
@ProgrammingHero3 жыл бұрын
Welcome aboard!
@sreeharsha25603 жыл бұрын
Love the Programming hero app Thank you for teaching us coding in a simple enjoyable way Truely thank you
@ProgrammingHero3 жыл бұрын
Glad you liked it. Let's get connected through our discord server. Link given in the description!
@sreeharsha25603 жыл бұрын
@@ProgrammingHero I'm already in But not feeling much helpful Do even official members from programming hero app present there in that discord server who clear our doubts
@guddugaming51963 жыл бұрын
You are a very intelligent and real hero of python coding i am big fan you
@ProgrammingHero3 жыл бұрын
thank you so much
@musnadinfotech26683 жыл бұрын
Grandma boy, your a legend and we learn alot from you, we can just say thank you and keep helping and doing the good work, can you kindly make a tutorial on how to create an Images forgery detector using python. If you do that Grandma will be happy with us.
@rashadtanjim3 жыл бұрын
Wow. It's a great lesson! Thanks, brother.
@ProgrammingHero3 жыл бұрын
Thanks!
@DhlaminiCreations3 жыл бұрын
This is my new favourite channel
@ProgrammingHero3 жыл бұрын
thank you so much for your supports you guys rock.
@teunstegeman82123 жыл бұрын
Yay the best programmer in the world is back!!!!!!
@ProgrammingHero3 жыл бұрын
you are the best!!!
@ProgrammingHero3 жыл бұрын
come join our discord server, link given in the description!
@teunstegeman82123 жыл бұрын
@@ProgrammingHero Nice!
@mankeshmeena91063 жыл бұрын
Amazing ! !!!! Video 🔥🔥🔥 I love Hackers 💕
@nezarshamea69913 жыл бұрын
This is insane. Keep the great work ♥️♥️♥️🤘🏻👍🏻
@ProgrammingHero3 жыл бұрын
thanks man!!
@nezarshamea69913 жыл бұрын
What about you create google maps and thanks 🙏
@nezarshamea69913 жыл бұрын
And please teach us qt designer
@DailyBread_HQ3 жыл бұрын
As always very brilliant
@ProgrammingHero3 жыл бұрын
you are!!
@Serean_Miles3 жыл бұрын
I don't code any more but came back in your channel as I was missing your sweet voice sir🤗🤗
@ProgrammingHero3 жыл бұрын
That's so sweet of you! Take love!
@satyam54653 жыл бұрын
From you I learn python deeply thank 😊
@ProgrammingHero3 жыл бұрын
thanks man!
@hmrocky453 жыл бұрын
Glad to C U again!!! And after all the video is awesome
@ProgrammingHero3 жыл бұрын
Glad to hear that!
@erawanthewise82273 жыл бұрын
This is amazing, a fun way to learn Python!
@ProgrammingHero3 жыл бұрын
Thank you so much for your support really glad that you think like that.
@-legendarygamer-3 жыл бұрын
You are really hero of programming love you
@ProgrammingHero3 жыл бұрын
Love you more!!
@techgaming85173 жыл бұрын
Your videos are so awsome that my AI teacher ask me to teach him how to make audio book in python
@nithinmathewjoji74713 жыл бұрын
thanks dude because of u i started loving python and the grand maaa of urs
@ProgrammingHero3 жыл бұрын
Happy to hear that!
@nithinmathewjoji74713 жыл бұрын
Sir it would be helpful if u could tell me how to download those cascade files I searched a lot and cannot find any legit sources
@dennisamtit3 жыл бұрын
Thank u bro for bring this project I was getting little difficult to understand python but with project I can understand and I can learn alot thank u so much andJesus bless grow more ❤️
@ProgrammingHero3 жыл бұрын
Happy to help
@_digi_arts35333 жыл бұрын
This guy is a hero afterall
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@opgamer-uq9vm3 жыл бұрын
Love from nepal your new subscriber🙏❤
@ProgrammingHero3 жыл бұрын
thank you so much. Take care
@abidapon79773 жыл бұрын
Love you boss...I'm a student of batch 4🥰
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@thisandthat60703 жыл бұрын
Just love your videos❤❤, please bring more projects
@ProgrammingHero3 жыл бұрын
Thank you so much for the love, you guys are swesome.
@manansinfotech24143 жыл бұрын
OP Bro You have full support from me!!!!!!!!
@ProgrammingHero3 жыл бұрын
Thanks 🔥
@YashGupta-yj9nm3 жыл бұрын
u R god level youtuber ur videos are amazing love from india
@ProgrammingHero3 жыл бұрын
Wow, thanks
@YashGupta-yj9nm3 жыл бұрын
@@ProgrammingHero Can u pls make a java scrip tutorial
@V_Eedits3 жыл бұрын
I'm so excited see your next video bro 😎
@ProgrammingHero3 жыл бұрын
Coming soon
@medrizzstudy3 жыл бұрын
That was very informatic and educational! thanks sir
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@Rc-bp6ih3 жыл бұрын
Hello sir I watched our video and it is really helpful
@SAIKIRAN-SKY3 жыл бұрын
Good job friend all the best 👍
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@kalpanashende80553 жыл бұрын
You are awesome sir please start a python complete course on KZbin ☺️☺️
@shreshthsharma55353 жыл бұрын
Awesome content dude
@peaceforever36613 жыл бұрын
Programming Hero is LOVE ❤️❤️❤️❤️
@ProgrammingHero3 жыл бұрын
Thanks :)
@anonymously_elite3 жыл бұрын
Thanks a lot you are amazing 😉.... Pleases make a video on how to make python code to exe... please, hope you make it... 🙏
@ProgrammingHero3 жыл бұрын
Thanks for your suggestions :)
@strongcitytv66863 жыл бұрын
Where are you bro Am waiting for next video 😩
@ProgrammingHero3 жыл бұрын
Will upload soon
@meranameshubham3 жыл бұрын
Sir i have written the program of tesla car but how do i set that program in my car
@yadavsfilm5303 жыл бұрын
Plz make a video on search engine (Biggest fan)
@ProgrammingHero3 жыл бұрын
Ok. 🥰
@yadavsfilm5303 жыл бұрын
@@ProgrammingHero thanks sir 😊
@one-shotff31833 жыл бұрын
Where does our legend go😴😴 We want back our legend 💕💕💕
@ProgrammingHero3 жыл бұрын
Legend is taking time to make a legendary comeback.
@one-shotff31833 жыл бұрын
@@ProgrammingHero Yeeeeee Bro You wins my heart 💕💕💕
@Kensingtonhawk3 жыл бұрын
Pls make a bug bounty course as well. I have ur app and im loving the ethical hacking, python and web development course.
@velocipede58773 жыл бұрын
You are amazing man! Love from pakistan.
@ProgrammingHero3 жыл бұрын
Hi there
@jasrajacharya70613 жыл бұрын
Sir your video is superb please make a video how to make calculator
@ProgrammingHero3 жыл бұрын
Thank you so much for the love. We will surely try to make a video on that.
@i_am__naveen_kumar3 жыл бұрын
Do a video, how to hit first like and first comment after uploading a video, that I have subscribed on the KZbin channel. Simply to be the first commenter and first liker. Using python.
@silumilustatus3 жыл бұрын
Sir when i copy the pip file the msg is occur " 'pip' is not recognized as an internal or external command, operable program or batch file. "
@ProgrammingHero3 жыл бұрын
You can join our discord channel for any kind of code related help the link is in the description box. Thanks
@kaviyakumaresan22843 жыл бұрын
Really amazing sir ,plz do virtual classroom project sir 🤩
@ProgrammingHero3 жыл бұрын
sure we will try to make a video on that ,thank you so much for the suggestions.
@nagateja63483 жыл бұрын
you deserve at least 500K subs bro
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@thenewworld59643 жыл бұрын
keep up ur great work,good luck, when u will do a video with this title: Dont search for a girl friend build ur own | making an AI Doll using python
@ProgrammingHero3 жыл бұрын
Thanks for the tip
@arponmondal16803 жыл бұрын
Vai ajke programming hero fb page er top fan badge paici❤️
@ProgrammingHero3 жыл бұрын
Alhamdulillah really happy for you , keep learning and help others to learn. Thank you so much for your efforts.
@parnilvyawahare98083 жыл бұрын
please make a video on : create our own online lecture bot and helper. which would save our time table of online lecture ,remember which lecture to join when give you reminders and such interesting features etc. and also has a feature of voice control and in case teacher ask you a question and you don't know the answer it will help you doing it . please make it
@ProgrammingHero3 жыл бұрын
noted dear!!
@owenstudios41073 жыл бұрын
I subscribed cause you’re awesome
@rimonhossain40253 жыл бұрын
Blockchain নিয়ে vedio চাই💞
@prabinsubedi57423 жыл бұрын
I will watch all your videos now.
@khushibalhara54673 жыл бұрын
u are genius 👍🙌
@bassplayer8073 жыл бұрын
After I finish his 4 week long roadmap on Python, do you think I will be ready to start doing Nanodegrees on UDACITY in the school of artificial intelligence?
@ProgrammingHero3 жыл бұрын
You guys are awesome.
@hunainzubair43713 жыл бұрын
Can you also make learning Blockchain fun like your other tutorials ??😂 I know you can make any tutorial fun. Plz make a tutorial on Blockchain 😇
@matthewksl68283 жыл бұрын
Sir I can't download those 4 files except camera_click.wav
@ProgrammingHero3 жыл бұрын
not a problem jusyt join our discord channel fro any kind of code help. link is given in the description box.
@shaikjilani82423 жыл бұрын
Your Knowledge is awesome 😂
@ProgrammingHero3 жыл бұрын
Glad you think so!
@prashantpaudel6483 жыл бұрын
The Genius Sir.💎❣️
@ProgrammingHero3 жыл бұрын
Thanks :)
@ARAVINTH-ly9jf3 жыл бұрын
Post video often we are eagerly wi8ing for it
@p_pro23013 жыл бұрын
Sir I love your videos But Iam having a question that weather buying pycharm professional nesessary for a beginner Please reply
@aadimoorkoth56573 жыл бұрын
No it is not necessary
@Kaiserclipzz3 жыл бұрын
You should Really start making programming hero merchandise
@aditya_asundi3 жыл бұрын
Yeah
@zenkaiproductions38043 жыл бұрын
Could you teach us how to make more games with pygame,I still dont quite get it?
@shilpask96012 жыл бұрын
stunning explanation..!
@killersmile9093 жыл бұрын
A GOOD PROGRAMMERS NEED TO LEARN THESE THING. Programming language Frame work. Control structure Algorithm and flowchart Database Management System Data Structure Little bit of machine learning Hardware and networking Some software like adobe Photoshop,lightroom .. Git and github... Html ,css and websites And then u r eligible for junior level software engineer
@ProgrammingHero3 жыл бұрын
Thank you so much for sharing this valuable knowledges. Other persons will be really helpful.
@Babu-oe6sp3 жыл бұрын
Fantastic sir Iam a huge fan of u
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@minusharma17383 жыл бұрын
Lol I follow your GitHub and get what you are making 😂 few days ago
@binashah50443 жыл бұрын
Next video make a bot who joins your classroom and end automatically please 🥺🥺
@shadyalajaty64583 жыл бұрын
I would really like to see you building a virtual reality in python.
@sarath91293 жыл бұрын
Crazy explanation bro
@ProgrammingHero3 жыл бұрын
YAY!!!
@reviewfanta2 жыл бұрын
I love jhonkar brother... ❣️❣️❣️
@samyaksancheti18793 жыл бұрын
Why aren't you uploading video's?🤔
@gafurdharwar3 жыл бұрын
Sir, I thank you very much for explaining us all of your brilliant ideas using your programming skill. I would like to ask you do you have any program to improve our eye sights. Now a days a new technology called the Smart Glasses or Smart contact lenses having feature of the AR technology and it has many other features. Can it be possible to develop a programme to improve our visions.
@jitheshkurian41613 жыл бұрын
I love your all projects
@ProgrammingHero3 жыл бұрын
Thanks man! join our discord server, and lets stay connected. Link given in the description!
@_KS_993 жыл бұрын
i need more tutorial good job broh
@ProgrammingHero3 жыл бұрын
Thanks :)
@ishitadhamne97923 жыл бұрын
Please! make a video on drawing various famous cartoons (Popeye, Mr Bean etc) using python
@ProgrammingHero3 жыл бұрын
Noted dear!!!
@superkhan85083 жыл бұрын
KEEP IT UP BRO👍
@ProgrammingHero3 жыл бұрын
Thank you so much 😀
@noob50323 жыл бұрын
Please make videos on opencv and mediapipe for detection of objects,hands,or face etc
@annatalkshow3 жыл бұрын
I clicked the 1k like button now grand ma will send me gifts 😁
@ProgrammingHero3 жыл бұрын
yeah, to claim your gift, join our discord server!! Link given in the description
@kavithar15183 жыл бұрын
Sir you have created a ide but it is not taking inputs do you have any solution
@techwithrg453 жыл бұрын
Sir pls make snake 🐍 game using python pygame Pls upload new videos