Learn 7 Different Languages in One Day || Learn Language Translation API || Python Projects

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

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

  • @ProgrammingHero
    @ProgrammingHero  3 ปีที่แล้ว +32

    How many of checked out "Mexico Weather Reporter" after this watching this video
    I mean this one: th-cam.com/video/ePG6zUYvUZg/w-d-xo.html

    • @kamal_ares2687
      @kamal_ares2687 3 ปีที่แล้ว

      updated

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

      Cool Video!

    • @mintplay3295
      @mintplay3295 3 ปีที่แล้ว

      😂😂 Me

    • @time-is-dead
      @time-is-dead 3 ปีที่แล้ว +1

      Mere😀😀😀😀😀😀😀😀😀😀

    • @time-is-dead
      @time-is-dead 3 ปีที่แล้ว

      @Saumya Raj bro spend 1crore and ask your favourite anime character voice artist to make his voice module

  • @raosahebwaghmare8055
    @raosahebwaghmare8055 3 ปีที่แล้ว +19

    This is how proper as well as perfect programmer looks like !
    See his love for programming
    Watch his expressions when he types code and feel the output.
    I have always told my child to see his videos.

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว +6

      After spending hours in the dark ( I mean dark mode of the IDE)
      those results are the lights of of hope for a struggling learner
      And he can't hide his rejoice to enjoy the output
      Grandma thanks to Raosaheb for noticing the excitements

    • @grogomeister
      @grogomeister 2 ปีที่แล้ว

      I agree, the way he informs the audience keeps me engaged and able to follow along. These are always the best type of teachers

  • @rifatrahman5940
    @rifatrahman5940 3 ปีที่แล้ว +39

    In 2050
    How I learn the whole IT section in just one day.

  • @surjookantogoswami
    @surjookantogoswami 3 ปีที่แล้ว +87

    I think programming hero is single For this reason he always talks about gf. HAHAHAHA

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว +35

      You are the curse of Grandma
      Shame on you!!!

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

      he is married moron

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

      @@abhijitjagdishprakash4104 Name is arnab so u geddit right?

    • @surjookantogoswami
      @surjookantogoswami 3 ปีที่แล้ว +4

      @@ProgrammingHero Sorry brother😔😔. I told for fun. Please 🥺🙏 don't take it seriously 🥺. Sorry sorry

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

      I think he is married and has almost 200K kids. (His grandma is happy.)

  • @someshmishra6636
    @someshmishra6636 3 ปีที่แล้ว +13

    I was looking for a way to convert a youtube video that was in another language into English and damn, you made the video that I was looking for. You made Python So interesting and fun. Thankyou Sir.

  • @chaitanyaarora2926
    @chaitanyaarora2926 3 ปีที่แล้ว +3

    you can install pyAudio by simply writing in the terminal: pip install pipwin
    (let pipwin install)
    then write pipwin install pyAudio and done!!
    works for me every time

  • @henil0604
    @henil0604 3 ปีที่แล้ว +10

    Your Channel Growing So Fast. Awesome! Love You From India

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว +5

      Thank you Malaviya
      We are growing with you

    • @shivakumar-cm4uo
      @shivakumar-cm4uo 3 ปีที่แล้ว

      @@ProgrammingHero Error while downloading Pyaudio not able to join in Discord

    • @vennelakuruva2391
      @vennelakuruva2391 3 ปีที่แล้ว

      @@shivakumar-cm4uo Then try this one:
      pip install pipwin
      pipwin install PyAudio

  • @coolsav0074
    @coolsav0074 3 ปีที่แล้ว +15

    I love the way he connects everything with romance and grandma

  • @MmM-iu1sz
    @MmM-iu1sz 3 ปีที่แล้ว +6

    Grandma have tricked very nicely. Everyone thought they are going to learn programming languages in 10 mins.

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

    If you have any problem regarding PyAudio then simply do this:
    pip install pipwin
    pip install PyAudio
    Try this one and Programming hero u made me to code easier and I made some wonders that I didn't even imagined☺☺Thanks for your great contributions like Alexa, audio book,etc... Hats off man

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

    I am keep finding my self smiling all the videos of yours and feeling in so serious condition of learning from your fantastic coding experiences. I also admire of your positive energy, I am really learning ! , I really thank you for your time, efforts and wishing you great success, I am sharing as much as possible to support. looking forward for more videos, as always.

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

    bro, I love your french pronunciation, I guess that's it's my grandma who taught you
    your projects are awesome I'm learning a lot, keep it up... all grandmas in the world are supporting you

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

    Sir there is an error coming out of this code:: NameError: name 'text' is not defined
    Code:
    import googletrans
    import speech_recognition as sr
    import gtts
    import playsound
    recognizer = sr.Recognizer()
    translator = googletrans.Translator()
    input_lang = 'en'
    output_lang = 'es'
    try:
    with sr.Microphone() as source:
    print('Speak Now')
    voice = recognizer.listen(source)
    text = recognizer.recognize_google(voice, language=input_lang)
    print(text)
    except:
    pass
    translated = translator.translate(text, dest=output_lang)
    print(translated.text)
    converted_audio = gtts.gTTS(translated.text, lang=output_lang)
    converted_audio.save('Output.mp3')
    playsound.playsound('Output.mp3')
    # print(googletrans.LANGUAGES)
    Sir, Please solve it as soon as possible 🙏🙏🥺please

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

    Exception has occurred: AttributeError
    'NoneType' object has no attribute 'group'
    Showing this error on line 19 --> translated = translator.translate(text, dest=output_lang)

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

    Adbhut 🔥 chamatkari🔥

  • @ricksegalCanada
    @ricksegalCanada 3 ปีที่แล้ว

    If there is a better code instructor out there, I haven't found them. You and Derek Banas are the supreme instructors of the internet. Well done, truly.

    • @dieudonnetambah4559
      @dieudonnetambah4559 2 ปีที่แล้ว

      John 3:16 KJV
      For God so loved the world, that he gave his only begotten Son [Jesus Christ], that whosoever believeth in him should not perish, but have everlasting life.

  • @programmerkarim5248
    @programmerkarim5248 3 ปีที่แล้ว +10

    Now I'll tension-free world tour. YAY! 💥

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

      You will have so many friends !!! around you

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

    Awesome sir,
    There is question sir,
    Insted of change language every time we can give user to select any one by using user input method.
    Can we add user input to select whichever language to translation sir.
    This is possible ?
    Thank you.

    • @gokulduraigd8850
      @gokulduraigd8850 3 ปีที่แล้ว

      Yes u can add it. by giving the input of language in voice and map it to list and get the shortest form

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

      @@gokulduraigd8850 Thank you so much sir😊

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

      Yes, absolutely

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

    0:22 His all projects are Super Smart, Super Crazy and Super Fun.

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

    OMG your videos are awesome i was loosing my intrest in programming but after this video i am again motivated to sit for long hours and code thankyou.

  • @p.mousumipriyadarshini8677
    @p.mousumipriyadarshini8677 3 ปีที่แล้ว +2

    23:56 i was waiting for this part 🥰🥰
    and the best part was: 21:42 i laughed for an hour after watching your dance😂
    btw the video was really very helpful👍THANK YOU SIR 😃

  • @worldproducer567
    @worldproducer567 3 ปีที่แล้ว +3

    My teacher phoned me now and told that he would recommend this video to our whole class. Your videos are very educational. Thanks sir!! Please reply

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      WOW. This makes Grandma happy !!!
      Thanks to your teacher and his/her lovely student

    • @worldproducer567
      @worldproducer567 3 ปีที่แล้ว

      Thanks for the reply sir

    • @shivaa3ps177
      @shivaa3ps177 3 ปีที่แล้ว

      Content only for 18+

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

    No words to describe your work. I wonder if it is possible to connect it to other programming languages as part of creating a user interface or web application?

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

    jhankar sir you are the happiest and smartest programmer
    may god bless you
    Love from India....

  • @coolsai
    @coolsai 3 ปีที่แล้ว +4

    i think after some years matrix movie become true ...
    and you are the creator of matrix world using python 🤘✨😅

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

      I wish

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

      @@ProgrammingHero i will help you in that🙏✌️🤘

  • @ahnaaf
    @ahnaaf 3 ปีที่แล้ว

    Its amazing Bhai.
    WE WANT MORE AMAZING PROJECTS LIKE THIS

  • @joeljudy9929
    @joeljudy9929 3 ปีที่แล้ว

    hi bro i am excited to watch your videos, please advice me how to turn this fun like an app do you have any idea. (android app)

  • @Schizoid-hy5lf
    @Schizoid-hy5lf 3 ปีที่แล้ว +3

    Hey programming hero! In your "build Alexa" video, i followed it and succeeded but, there was an 'exit code 1' and an error if i don't ask Alexa anything for a few seconds. Would love some help my friend. ❤

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      yeah sure , why not

    • @Schizoid-hy5lf
      @Schizoid-hy5lf 3 ปีที่แล้ว

      @@ProgrammingHero Thank you! A short video about fixing the error would help many people as well, because a lot of people have encountered the same issue. ❤😊

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

    Sir i wanted to learn how to program in python and with your videos it is very easy as well as helpful also can you tell us how to work with pygames and guis because that would be making apps
    thankyou so so much and i appreciate the fact that someone is teaching how to code and at the same time romantic!!

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      You are most welcome, You guys are rock.

  • @athiyatabassum1813
    @athiyatabassum1813 3 ปีที่แล้ว

    Super super sir Damn sure this channel will get 10 million subscribers in few days, Super sir🎉🎉🎉

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

    totally amazing.....I m really impressed by the content of this channel

  • @rajashreechaudhari3571
    @rajashreechaudhari3571 3 ปีที่แล้ว +32

    We thought programming language😅

  • @technologykiduniya7225
    @technologykiduniya7225 3 ปีที่แล้ว +3

    I am using Python 3.8 version and while downloading pyAudio an error is coming
    Plz tell the solution

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

    Aychah Taile E Kahini
    Lova ur vids bro

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

      Love you from Grandma. ❤️

    • @shafayet_hossain
      @shafayet_hossain 3 ปีที่แล้ว

      @@ProgrammingHero Grandfather is Coming, be sure to Make cookies :P

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

    thanks a ton..this will be helpful in 3rd lang exams lol

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

    programming hero is the only youtuber which reply instantly i likes this thing of programming hero

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Almost instantly...
      Thanks Kathuria for your love and care

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

    Very Helpful .py script👍and Fun watching your video bro.... 👏

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

      Glad you liked it

    • @thethinker6837
      @thethinker6837 3 ปีที่แล้ว

      @@ProgrammingHero pip install pipwin && pipwin install pyaudio

  • @kartikeyamaney4871
    @kartikeyamaney4871 3 ปีที่แล้ว

    bro😎😎 you are great I have one suggestion for you, you should make a 3d game game with python. This was a great tutorial

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

    Thx programming hero sorry for being late you made my day 👍🏻👍🏻👍🏻

  • @bafna.dilip-
    @bafna.dilip- 2 ปีที่แล้ว

    sir . loved this . very usefull stuff.
    sir is it possible to translate launguage LIVE. as she speaks and the out put is translated

  • @DineshVaidyaOfficial
    @DineshVaidyaOfficial 3 ปีที่แล้ว

    Wow. Really Really Awesome Video. Thanks A Lot...

  • @AmitPasi-iz7wo
    @AmitPasi-iz7wo 3 ปีที่แล้ว +1

    Sir, Thank you, but I have Quarry, How to give our Voice in the Speech recognizer?

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Join our discord server and ask your questions there. We have a great community support of almost 3000 members. Here is the link: discord.gg/KUaSf6Z2

  • @shubhampandya6450
    @shubhampandya6450 3 ปีที่แล้ว

    Sir your work is awesome... Please upload more videos to share your knowledge we wanr to learn more....

  • @akshatgupta1671
    @akshatgupta1671 3 ปีที่แล้ว

    I am so blessed to find this channel with such amazing and funny teacher who also provides so much information through instagram also... Love you Sir

  • @chandupaart2005
    @chandupaart2005 3 ปีที่แล้ว

    Thank you for tutorials you are the best wish you good luck and develop day by day...
    From SRI LANKA

  • @siddhantsalunkhe8827
    @siddhantsalunkhe8827 3 ปีที่แล้ว

    here is another solution for pip install Pyaudio error in mac
    Step.1.open terminal
    Step.2.xcode-select --install
    Step.3.brew remove portaudio
    Step.4.brew install portaudio
    Step.5.pip3 install pyaudio

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Join our discord server and ask your questions there. We have a great community support of almost 3000 members. Here is the link: discord.gg/KUaSf6Z2

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

    I'm watching your Every video || Your video is Most Entertaining 👌

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

    Wow it's amazing 😍❤️

  • @omverma3707
    @omverma3707 3 ปีที่แล้ว

    I literally like the way you speak it makes your videos more easy to understand, your videos are the best python projects.

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

      Happy to hear that!

    • @omverma3707
      @omverma3707 3 ปีที่แล้ว

      @@ProgrammingHero that's my immense pleasure sir, thank for making my python journey more romantic 😁😁, and also a special thanks to grandma 🙏

  • @creativepalak3781
    @creativepalak3781 3 ปีที่แล้ว

    Wow😟
    It's working 🥳🥳🥳
    *Thanku* 🥳🥳🥳🥳🥳

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

    I love ur work, can't u do a beginner's tutorial on how to make a map and add features thanks

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      sure , but actually i like to make fun stuffs a lot, i have plan for a course , hopefully you dont have to wait for a long. Thank you so much,

    • @briannjumeneh9207
      @briannjumeneh9207 3 ปีที่แล้ว

      @@ProgrammingHero woow I can't wait to start Sir

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

    please make a video on how to make your own operating system using python. I think so most of you want this thing to be done

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

    Programming hero:Always romantic ❤️😂

  • @bandanaranidas6802
    @bandanaranidas6802 3 ปีที่แล้ว

    Your videos are super cool and awesome as like your books.

  • @creativehub2023
    @creativehub2023 3 ปีที่แล้ว

    This dude is always ROMANTIC i think because he does not have a friend or just for being romantic him self and my error is gone gonna gone gone

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Join our discord channel and ask your questions there. Link given in the description.
      We have a community of 3300 programmers, learners and developers.

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

    After I learn how to program ....
    I became a Google search expert.....

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Join our discord server and ask your questions there. We have a great community support of almost 3000 members. Here is the link: discord.gg/KUaSf6Z2

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

    translated = translator.translate(text, dest=output_lang)
    print(translated.text)
    NameError: name 'text' is not defined. Did you mean: 'next'?
    line no 19
    am facing this problem help

  • @Cream-Clips
    @Cream-Clips 3 ปีที่แล้ว +1

    sir, please make a complete python course i need to learn with you with ful fun🥰

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      We already have one in our Programming Hero App available on Android n iOS

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

    Nice job just opinion what if u changed this program from black concel to GUI app

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Join our discord server and ask your questions there. We have a great community support of almost 3000 members. Here is the link: discord.gg/KUaSf6Z2

  • @arponmondal1680
    @arponmondal1680 3 ปีที่แล้ว

    Vai, ajker project ta onek valo cilo.

  • @Mr.Unknown_1010
    @Mr.Unknown_1010 3 ปีที่แล้ว

    স্যার, বলার মতো না..! সেই লেভেলের হয়ছে ❤❤❤

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

    Didn't know that you have an English channel Jhankar bro.Anyways, nice😊

  • @Harsh_Singh1111
    @Harsh_Singh1111 3 ปีที่แล้ว +3

    Don't married to your partner, make your own by three lines of python😂😂 simple

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

    Programming hero is my favourite youtube channel.

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

    Sir how can we put multiple languages as input for speech recogniser

  • @shahriarsumodro1371
    @shahriarsumodro1371 3 ปีที่แล้ว

    Awesome like always you do sir...🙂...love you...

  • @awesomecubechannel4882
    @awesomecubechannel4882 3 ปีที่แล้ว

    Cool, you are the best 👌🏻

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

    Bro and you know what you are super super talented

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

    Nice work man 👍

  • @amito16
    @amito16 3 ปีที่แล้ว

    Awesome video. Can we print the result in a text file rather than print it on console?

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Join our discord server and ask your questions there. We have a great community support of almost 3000 members. Here is the link: discord.gg/KUaSf6Z2

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

    Lots of Love from 🇮🇳

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Lots of love from everywhere, especially Grandma's heart. ❤️

  • @rangabharath4253
    @rangabharath4253 3 ปีที่แล้ว

    awesome as always :-)

  • @swapnilmitra7751
    @swapnilmitra7751 3 ปีที่แล้ว

    Jhankar bhai love from Kolkata

  • @raifurrahim6250
    @raifurrahim6250 3 ปีที่แล้ว

    Super cool , Thanks a lot Sir :)

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

    I like how he says terminal :)
    pls say it 2 times the next video :)

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

    translated = translator.translate(text, dest=my_lang)
    NameError: name 'text' is not defined
    can you tell me, why i am getting this ?

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Pls try again from the scratch!

    • @saivamshi1768
      @saivamshi1768 3 ปีที่แล้ว

      @@ProgrammingHero pyaudio is not getting install

    • @saivamshi1768
      @saivamshi1768 3 ปีที่แล้ว

      Do I need visual studio to run this program?

    • @pawesauga440
      @pawesauga440 3 ปีที่แล้ว

      I had the same error because of:
      text = recognizer.recognize_google(voice, language=input_lang)
      print(text)
      I did not gave language=

    • @saivamshi1768
      @saivamshi1768 3 ปีที่แล้ว

      @@pawesauga440 are you getting now?

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

    East and west programming hero is best

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      Join our discord server and ask your questions there. We have a great community support of almost 3000 members. Here is the link: discord.gg/KUaSf6Z2

  • @apncsshorts2337
    @apncsshorts2337 3 ปีที่แล้ว

    Bro plz make a vdo on how to create our own media player...doesn't matter how long will it take but you make..... I can trust you without any reaon😎😎❤️😌😌😌

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

    Programming Hero is the best person I have ever seen till now

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

      Gracias
      [ Thank you in spanish]

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

      @@ProgrammingHero 😄 have you used your program to translate

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

      @@ProgrammingHero OMG. Thank You Sir

  • @josephm.afonne7749
    @josephm.afonne7749 3 ปีที่แล้ว +1

    If u love programming hero like

  • @konishiwasanni6364
    @konishiwasanni6364 2 ปีที่แล้ว

    Wow you're the best teacher

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

    Love your teaching style ❤️❤️

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

      Glad you enjoy it!

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

      @@ProgrammingHero thanku sir 🙏🙏

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

      @@ProgrammingHero I am from India

  • @InnovationInPES
    @InnovationInPES 3 ปีที่แล้ว

    Jhankar Sir💓

  • @GigglesGrowls
    @GigglesGrowls 3 ปีที่แล้ว

    You are real coder for me.

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

    Sir, I can't able to install googletrans.
    Can you solve my problem please 🙏🙏?

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      join our discord server, we will help you there. Link given in the description!

  • @mareboinaravi5272
    @mareboinaravi5272 3 ปีที่แล้ว

    Now Grandma will understand me at least for some time. Love from Hyderabad.

  • @MandeepKaur-ph2jx
    @MandeepKaur-ph2jx 3 ปีที่แล้ว +1

    Please make a video on image detection such as Google len . It's very urgent for me

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

      Thanks for your suggestion!

    • @MandeepKaur-ph2jx
      @MandeepKaur-ph2jx 3 ปีที่แล้ว

      @@ProgrammingHero welcome ... and this will add in e-commerce online shopping web site. Please make this project in python using django , machine learning. It's urgent for me .

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

    Why don't you make a tutorial on making virtual reality in python

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

    Indian programming Hero : Supported 👍👍👍

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

      Its a company of Bangladesh.

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

      @@ProgrammingHero I want to meet you sir! because we have to talk on a project.

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

      @@ProgrammingHero 👍👍👍

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

      @@ProgrammingHero I'm using your application. ( Learning by games )

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

      @@ProgrammingHero
      App = 🌟🌟🌟🌟

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

    Sir please make a video on personal assistant using python

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      sure , noted , we will try to make one in future . Thank you

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

    You are a legend man 😂

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

    I want help pls make a video on sending automatic replies in whats app that means sending replies according to what she /he says.... Will you 🙏

  • @vipupas
    @vipupas 3 ปีที่แล้ว

    You make programming fun that the best part of video

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

    Can you add some new features to alexa? It would be great!

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

    It's taking problem to install pyaudio
    Sir

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

      join our discord server, we will help you there. Link given in the description!

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

      @@ProgrammingHero
      Now I got it
      Thank you sir
      Actually the problem was 2 months ago 😅
      Google grandama helped me

  • @technicalgaurav6122
    @technicalgaurav6122 3 ปีที่แล้ว

    Great . I really appreciate your work.

  • @dr.anathnathghosh9270
    @dr.anathnathghosh9270 3 ปีที่แล้ว

    Sir your videos are fantastic and awesome. I am requesting you to pls make a video on how to convert a python file to an mobile app. Thanks for making such good python videos.👍👍👍

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

      you can make exe file to run the programme anytime you want , you just need to install the pyinstaller, then make your python script executivable. Thank you for the feed back.

    • @dr.anathnathghosh9270
      @dr.anathnathghosh9270 3 ปีที่แล้ว

      @@ProgrammingHero Thanks Sir.

  • @aerospacebriefcase2290
    @aerospacebriefcase2290 3 ปีที่แล้ว +6

    Him using pycharm.
    The python community who use vs code: You know the rules and so do i

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

      some day Grandma will switch to VS (B-A**)

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

      @@ProgrammingHero Your earlier tutorials were in VS code. So why are you using PyCharm now?

  • @gowthamc1576
    @gowthamc1576 3 ปีที่แล้ว

    Ur just amazing man❤️❤️

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

    How can we convert this whole code to create an app??please tell me about creating app

    • @ProgrammingHero
      @ProgrammingHero  3 ปีที่แล้ว

      We'll try our best to make a tutorial on this!