Python in 8 Minutes (in Hindi) 🐍

Поделиться
HTML-код
  • Опубликовано: 1 июл 2024
  • Python in 8 minutes in Hindi: In this video, we will talk about Python and the history of Python. Python is a dynamically typed object oriented programming language. Its was created and maintained for a very long time by Guido Van Rossum
    TimeStamps ⌚
    Introduction: 00:00 - 02:36
    Comments In Python : 02:36 - 02:58
    Print Function: 02:58 - 03:15
    Arithmatic Operators: 03:15 - 03:22
    Variables & DataTypes: 03:22 - 03:46
    List: 03:46 - 03:53
    Tuple : 03:53 - 04:24
    Dictionary: 04:24 - 05:04
    Sets: 05:04 - 05:29
    Sets Vs List: 05:29 - 05:38
    None Value: 05:38 - 05:47
    Boolean: 05:47 - 05:58
    Conditional Statements: 05:58 - 06:21
    Functions: 06:21 - 06:35
    Modules: 06:35 - 07:26
    Oops In Python: 07:26 - 08:21
    Outro : 08:21 - 08:28
    All the source code and other material will be uploaded on codewithharry.com as and when available!
    ►Checkout my English channel here: / @programmingwithharry
    ►Instagram: codewithharry
    python, C, C++, Java, JavaScript and Other Cheetsheets [++]:
    Playlist: • Coding CheatSheets 🧾 b...
    ►Learn in One Video[++]:
    Python[15 Hr] - • Python Tutorial For Be...
    Python Advance[3.5 Hr] - • Python Programming Cou...
    Python[1 Hr] - • Learn Python In Hindi ...
    Python[2 Hr] - • Python Tutorial In Hin...
    Python[15 Min] - • 15 Minute Python Tutor...
    JavaScript[1 Hr] - • JavaScript Tutorial
    C[1.3 Hr]- • C Programming Tutorial...
    php[1 Hr] - • Learn Php In One Video...
    php[2.3 Hr] - • Php Tutorial for Begin...
    php[Project]- • Login And Registration...
    HTML[30 Min] - • HTML 5 Tutorial For Be...
    CSS[8.5 Hr] - • CSS Tutorial In Hindi ...
    CSS[1.4 Hr] - • CSS 3 Tutorial For Beg...
    Wordpress[3.2 Hr] - • How To Make a WordPres...
    Angular[2 Hr] - • Angular Tutorial in Hindi
    Java[2.3 Hr] - • Java tutorial in hindi 🔥
    MongoDB[2 Hr] - • MongoDb Tutorial For B...
    Numpy[1 Hr] - • Numpy Tutorial in Hindi
    Android Dev[12 Hr]- • Android Development Tu...
    Linux[1 Hr] - • Linux Tutorial For Beg...
    JQuery[1.1 Hr] - • jQuery Tutorial For Be...
    Git and GitHub[1.1 Hr] - • Git & GitHub Tutorial ...
    ►Complete course [playlist]:
    React - • React Js Tutorials in ...
    Python- • Python Tutorials For A...
    OOP Python- • Object Oriented Progra...
    Java - • Java Tutorials For Beg...
    JavaScript- • JavaScript Tutorials I...
    PHP- • PHP Tutorials in Hindi
    C- • C Language Tutorials I...
    C++- • C++ Tutorials In Hindi
    Git & GitHub- • Git and GitHub Tutoria...
    Android Dev- • Android Development Tu...
    Python GUI- • Python GUI: Tkinter Tu...
    Web Development- • Web Development Tutori...
    Python Django - • Python Django Tutorial...
    Projects Using HTML, CSS & Javascript- • Projects Using HTML, C...
    Data Structure and Algo - • Data Structures and Al...
    Follow Me On Social Media
    ►Website (created using Django Rest & Angular) - www.codewithharry.com
    ►Facebook - / codewithharry
    ►Instagram - / codewithharry
    Twitter - / haris_is_here
    Comment "#HarryBhai" if you read this 😉😉

Комментарии • 1,1 тыс.

  • @Aditya_Vyas
    @Aditya_Vyas 2 года назад +419

    It is the True Brief of Python as I am learning python so half of the video was like a quickest revision for me. Thanks Harry Bhai ❤️

  • @ironflecs
    @ironflecs 2 года назад +141

    I love this new Format of Videos ! Short, to the point, and provides a great introduction to the language.

    • @aanchaljha2425
      @aanchaljha2425 2 года назад

      Hello sir, could you help me with my code it is not working i have been trying to solve my problem for one week!
      from ast import Try
      from cmath import e
      import datetime
      from email.mime import audio
      from platform import python_branch
      import webbrowser
      import pyttsx3
      import speech_recognition as sr
      import wikipedia
      engine = pyttsx3.init('sapi5')
      voices = engine.getProperty('voices')
      engine.setProperty('voices',voices[1].id)
      def speak(audio):
      engine.say(audio)
      engine.runAndWait()
      def wishMe():
      hour = int(datetime.datetime.now().hour)
      if hour>=0 and hour=12 and hour

  • @oneplus9447
    @oneplus9447 2 года назад +44

    I think Harry bhai uploaded this video to create curiousity in his viewer about learning python because he explained very quickly in the video so that some people have the curiousity to go deep in python learning.
    It's like motivation Thank you Harry bhai❣️

  • @KaranGupta89206
    @KaranGupta89206 2 года назад +55

    Literally this is the best short ,crisp and concise tutorial . Its just amazing to hear this . This is the most productive 8 minutes for me(in context of revision) . HATS OFF TO HARRY BHAI !!!!!!

    • @Hanuman98337
      @Hanuman98337 Год назад

      Learn Python free CLICK ON = ruclips.net/video/4Gcvm3zS__8/видео.html

  • @esoteric_man
    @esoteric_man 2 года назад +18

    You can simply see the difference between those who just want to earn money by making mess up and here is this guy...who is giving his 100% efforts by delivering the content in a smooth way😸😋. Appreciate his work.💕👏👏

  • @karangandhi2997
    @karangandhi2997 2 года назад +64

    Literally he taught basics of Python in 8mins Greatttt

    • @aanchaljha2425
      @aanchaljha2425 2 года назад

      Hello sir, could you help me with my code it is not working i have been trying to solve my problem for one week!
      from ast import Try
      from cmath import e
      import datetime
      from email.mime import audio
      from platform import python_branch
      import webbrowser
      import pyttsx3
      import speech_recognition as sr
      import wikipedia
      engine = pyttsx3.init('sapi5')
      voices = engine.getProperty('voices')
      engine.setProperty('voices',voices[1].id)
      def speak(audio):
      engine.say(audio)
      engine.runAndWait()
      def wishMe():
      hour = int(datetime.datetime.now().hour)
      if hour>=0 and hour=12 and hour

    • @silentspy-rw1yb
      @silentspy-rw1yb 5 месяцев назад

      @@aanchaljha2425 ‏‏‎

  • @zainbaloch4850
    @zainbaloch4850 2 года назад +39

    I had quitted python 5 months ago, But in this video revised all of my concepts. Thank God, I had to work with a python project in school, Saved me from watching 4hrs long course for python.

    • @aanchaljha2425
      @aanchaljha2425 2 года назад +3

      Hello sir, could you help me with my code it is not working i have been trying to solve my problem for one week!
      from ast import Try
      from cmath import e
      import datetime
      from email.mime import audio
      from platform import python_branch
      import webbrowser
      import pyttsx3
      import speech_recognition as sr
      import wikipedia
      engine = pyttsx3.init('sapi5')
      voices = engine.getProperty('voices')
      engine.setProperty('voices',voices[1].id)
      def speak(audio):
      engine.say(audio)
      engine.runAndWait()
      def wishMe():
      hour = int(datetime.datetime.now().hour)
      if hour>=0 and hour=12 and hour

  • @user23xx76
    @user23xx76 2 года назад +53

    this is not a study material for people who aren't decently comfortable with python. But this is excellent revision material for those who are

  • @sunilkumbhar7042
    @sunilkumbhar7042 2 года назад +335

    आप उत्तर प्रदेश में चुनाव भी लड़िये.....छात्रों के आशीर्वाद से जीत जायेंगे।

    • @CraftyPie0
      @CraftyPie0 2 года назад +26

      Jiska Kaam Usko Saaje

    • @mrt8703
      @mrt8703 2 года назад +24

      @@CraftyPie0 Duja kare to Ghnta baje😂🤣

    • @mraviff1155
      @mraviff1155 Год назад +12

      koi in mahasay ko batay ki vote 18 sal ke upar ke log hi de sakte ha

    • @versestown777
      @versestown777 Год назад +4

      They get emotional damage 😂

    • @fgsahil
      @fgsahil Год назад +1

      😂😂😂

  • @vinaypratap620
    @vinaypratap620 2 года назад +101

    8 mint python 😆 only Harry can do this ♥️♥️♥️

  • @devsahu6876
    @devsahu6876 Год назад +3

    this is what i want , really helpful for those who are using python after long time

  • @Ghost990
    @Ghost990 2 года назад +9

    Very good method to remind the basics in a short period of time ❤️

  • @abdulmoezz2745
    @abdulmoezz2745 2 года назад +13

    VERY OUTSTANDING VIDEO EXCELLENT JOB HARRY BRO I WAS LEARNING PYTHON FROM YOUR PYTHON TUTORIALS PLAYLIST AND THIS BRIEF VIDEO REALLY HELPED ME ALOT AS I GOT OUTLINE ABOUT WHAT I AM GONNA LEARN HARRY BRO THIS VIDEO IS FAR BETTER THAN THAT OF 1 HOUR PYTHON VIDEO YOU MADE THAT 1 HOUR VIDEO WAS ALSO USEFUL BUT THIS VIDEO SAVES ALOT ALOT OF TIME AND OFFCOURSE CLEARS AND GIVES A CLASSIC OUTLINE FOR PYTHON BIGGINERS I AM VERY THANKFUL TO YOU BRO ❤❤❤

  • @TECHWORLD-hz3wx
    @TECHWORLD-hz3wx 2 года назад +2

    Harry bhaime apko topo ki salami deta mena app jasa teacher nahi dekh jo hume free padane ke sath etni help karta h
    Me apki Full python playlist 60% complete kar le h
    U are Best Teacher in this tech world and Coding World

  • @sakshamwane667
    @sakshamwane667 2 года назад +2

    Wonderfully created video, I was looking for such video to just revise the concepts and brush up my skills. Thank you 🙏

  • @whatyouwant4636
    @whatyouwant4636 8 месяцев назад +1

    Is video ka thumbnail ko dekh ke laga nahi tha ki isme itna sab kuch hoga thanks bro to makes this type of video...

  • @paragkhandelwal5859
    @paragkhandelwal5859 2 года назад +36

    Hii,
    Can you make tutorial on python modules, like pygame full tutorial,
    Turtle module tutorial, numpy pandas tutorial.
    Like this, it will be more helpful.
    Btw love your video it helps a lot ✌

  • @Learner0009
    @Learner0009 2 года назад +16

    Your all course videos are awesome but those which includes practice sets are my most favorite. Please make javascript in one video which includes practice sets. Thanks

    • @Hanuman98337
      @Hanuman98337 Год назад

      Learn Python free CLICK ON = ruclips.net/video/4Gcvm3zS__8/видео.html

  • @parvezkhan-tv8ze
    @parvezkhan-tv8ze 2 года назад +2

    Harish bhai We really love you never go away... We are here on RUclips just because of you...

  • @boringgames3542
    @boringgames3542 2 года назад +9

    My first coding language is also Python due to which i got introduced to programming for the the first time.

  • @bholekefan5506
    @bholekefan5506 2 года назад +13

    I'm biggest fan of your sir
    My skill is growing because of your's videos
    Thank u sir.....🌼💮🌺

    • @Hanuman98337
      @Hanuman98337 Год назад

      Learn Python free CLICK ON = ruclips.net/video/4Gcvm3zS__8/видео.html

  • @priyankachikhale8982
    @priyankachikhale8982 2 года назад +5

    Thanks for making this video, i learn python concept around 10min so i have a request make a video on java as like this.

  • @ShivaKumar-gt9je
    @ShivaKumar-gt9je Год назад +2

    Thank You Harry Bhai! this video is a quick recap and really helpful for interview preperations.

  • @rahultechnical5264
    @rahultechnical5264 2 года назад

    Osm carry bhai aag lga di RUclips per aaj tk mene itna clear study nhi dekha dil jit liya

  • @UmairKhan-lk8dz
    @UmairKhan-lk8dz 2 года назад +10

    Thanks Harry bhai. I am learn c++ language from your playlist and I got placed in TCS as system Engineer.
    You and your channel is most beneficial for us thanks bro

  • @ijazkhanniazi800
    @ijazkhanniazi800 2 года назад +8

    You almost covered everything that we learned in 6 month at university

  • @yashsharma8483
    @yashsharma8483 2 года назад

    video me 1-1 second ko fully utilize krke ekdum perfect brief summary video banayi hai Harry Bhai ne !!!! Thanks Again for this video !! ❤️❤️

  • @chhavidhiman7699
    @chhavidhiman7699 2 года назад

    This is the best brief video of Python I have ever seen ❤️

  • @shubhammali706
    @shubhammali706 2 года назад +3

    Great! This was a quick revision of Python Thanks a Lot : )

    • @Hanuman98337
      @Hanuman98337 Год назад

      Learn Python free CLICK ON = ruclips.net/video/4Gcvm3zS__8/видео.html

  • @arshadahmed126
    @arshadahmed126 2 года назад +5

    Really A very useful video from CodeWithHarry It's always important to revise this quick video helps me to revise for Python thanks😍

    • @aanchaljha2425
      @aanchaljha2425 2 года назад +1

      Hello sir, could you help me with my code it is not working i have been trying to solve my problem for one week!
      from ast import Try
      from cmath import e
      import datetime
      from email.mime import audio
      from platform import python_branch
      import webbrowser
      import pyttsx3
      import speech_recognition as sr
      import wikipedia
      engine = pyttsx3.init('sapi5')
      voices = engine.getProperty('voices')
      engine.setProperty('voices',voices[1].id)
      def speak(audio):
      engine.say(audio)
      engine.runAndWait()
      def wishMe():
      hour = int(datetime.datetime.now().hour)
      if hour>=0 and hour=12 and hour

  • @parimalvishvambhar6149
    @parimalvishvambhar6149 2 года назад +2

    Great Knowledge with Less Time ❤

  • @dhirajpandey6018
    @dhirajpandey6018 2 года назад

    Wah Harry bhai , presentation se lekar content se lekar flow tak sab perfect 👌

  • @galactus3136
    @galactus3136 2 года назад +8

    That's Awesome 🔥🔥. Length is short but it covers alot of information....

  • @sonuirp4738
    @sonuirp4738 2 года назад

    Maine sabhi channel try ki but PRPER NOUN IS PROPER AAP JAISA KISE PAAS KNOWLEDGE NHI HAI AAP PURE RUclipsR SE UNIQUE HAI

  • @aman5534
    @aman5534 2 года назад

    These short video in computer language help me a lot to understand the language before starting my first lesson on that language .
    Thank you bhaiya 🥰
    U help me a lot to start my programming studies

  • @anuragpandey9323
    @anuragpandey9323 2 года назад +12

    sir I am student of class 12 and your python lecture help me a lot and I am very thankful to you and there is one request with you that can you please teach MYSQL and DBMS, it will be great help
    Thank you so much Sir 🙂🙂

    • @devanshgaur5368
      @devanshgaur5368 2 года назад

      I am in 9th and learned python from your video harry bhai

    • @madanprajapati9495
      @madanprajapati9495 2 года назад

      @@devanshgaur5368 I am also

    • @a.iblockchain8308
      @a.iblockchain8308 Год назад

      @@devanshgaur5368 I'm in 2nd and learned python through harry video

  • @MuhammadAli-vw1gq
    @MuhammadAli-vw1gq 2 года назад +9

    Respected Sir, I have started to learn python just two weeks ago. How much time is required to master it, if I spend two hours daily on it?
    Moreover, your channel is helping out very much. ..
    I like your teaching style..
    Many many best wishes..

  • @sankhajitroy9061
    @sankhajitroy9061 2 года назад

    Much needed crash course video of python....thanks bhaiya ❤️

  • @ashwinranjith3838
    @ashwinranjith3838 Месяц назад +1

    I really appreciate the efforts you take . Really understand about the python

  • @CodeWithNikhil999
    @CodeWithNikhil999 2 года назад +3

    This is so helpful ❤❤

  • @zombiekiller7101
    @zombiekiller7101 2 года назад +9

    Me watching this on 2x 😎
    Learning python in 4 minutes🤣

    • @KoushikDas2005
      @KoushikDas2005 2 года назад +3

      @@manashpratim777 we can only revise....not learn... it's just brief....I have completed upto tuples and that much I got it revised here in 4 mins. .....full python course playlist also I have done from Harry's videos.

    • @zombiekiller7101
      @zombiekiller7101 2 года назад +3

      I already know python I was just joking :) and he only told basic python inthis video

  • @fighter8931
    @fighter8931 2 года назад

    keya video he bhai. dil jit liya he sabka . dhanniabad

  • @muhammadnaveed7953
    @muhammadnaveed7953 2 года назад

    Excellent , brilliant , awesome
    Harry Bhai...
    Thank you.

  • @AmanKumar-sr4bp
    @AmanKumar-sr4bp 2 года назад +4

    First ❤️❤️ Harry bhai

  • @Darlinggaming69
    @Darlinggaming69 4 месяца назад +12

    Kal mera computer ka final exam hai 😅

    • @Ranked_Gamer
      @Ranked_Gamer 2 месяца назад +3

      Tu galat jagah aa gaya

  • @arjunkadam8214
    @arjunkadam8214 2 года назад

    all tutorials ka OM bhat swaha this is best for revision and starting consept also

  • @haricharangv
    @haricharangv Год назад +1

    this video is useful for a quick revamp of python its mostly useful for a technical interviews

  • @DSTechy
    @DSTechy 2 года назад +5

    Harry sir I have a doubt, when I open html page through vs code and through folder, there is a difference in font size. Is there any solution for this problem?

    • @nexon1251
      @nexon1251 2 года назад

      First try to refresh delete catche
      Press ctrl+r after opening webpage

    • @DSTechy
      @DSTechy 2 года назад

      @@nexon1251 Thank you for the reply I will check it out.

    • @DSTechy
      @DSTechy 2 года назад

      @@nexon1251 I have a doubt, how to refresh delete cache. If possible please tell me the solution

  • @nilesh3646
    @nilesh3646 2 года назад +4

    Learn Python in 4 mins
    Playback speed 2X

  • @subhramukherjee4424
    @subhramukherjee4424 4 месяца назад

    Your video helped me a lot.... seriously the things which my teacher couldn't explain in an entire year you did that in just 8 mins... thank you so much ❤

  • @sameed69
    @sameed69 2 года назад

    Hats off to you larke and hats off to your energy and momentum

  • @firebird6969
    @firebird6969 2 года назад +1

    Chhota pack bada dhamaka
    Thanks harry bhai
    Love you

  • @abhishannu8802
    @abhishannu8802 Год назад +2

    Super class, very useful buddy.....🌸🌸🌸🌸

  • @raj_amancha
    @raj_amancha 2 года назад +1

    Awesome video. Content to acha tha hi animation bhi bhot badhiya tha Harry bhai 😀

  • @nothingtrue.0
    @nothingtrue.0 8 месяцев назад

    yar harry qasam sae meza agya 8min main complete review jo main nae seekha hae lekin ap nae to new new tag istamal keyae jiska mujhae abhi apki video sae pta chla ☺☺Allah apko mazeed tarqi dae.

  • @netmarketing3920
    @netmarketing3920 2 года назад

    Harry me apki python playlist se programming start ki, and bahot hi sahi padhaya hai apne.

  • @manavverSaif1990
    @manavverSaif1990 2 года назад

    nice and quick revision of python , well done bro!

  • @parthshendure3742
    @parthshendure3742 Год назад

    thanks harry bhai for given quick review of all the basic concepts😄

  • @monikasharma-ov2dt
    @monikasharma-ov2dt 2 года назад

    This new type of video learning is so engaging ❣❣😍 8 min kab khatam hue pata hi nahi laga

  • @anmolpandey2522
    @anmolpandey2522 2 года назад

    Badiya revision krwaya Harry bhai ne!!

  • @THECYMAN000
    @THECYMAN000 Год назад +1

    Thank u sir for making video like this we want
    Person like u to change the time thanks sir ☺

  • @sohanpailan4066
    @sohanpailan4066 2 года назад

    World class video editing.Salute boss harry ji

  • @ashishvinod2193
    @ashishvinod2193 2 года назад

    Bhai Great Video 🔥🔥🔥 Aapki wajah se python me meri skill upgrade huvi hai 🔥👍❤️❤️

  • @shripad2885
    @shripad2885 2 года назад

    bro next video k liye wait kar raha hoon bohot sari chize cover kiya aapne sirf ithu si der mein. 👏👏👏

  • @anonyadas6067
    @anonyadas6067 Год назад

    Thnku for this video ...itna Kum time per bohot kuch samajh mein aya geya

  • @r.itesh09
    @r.itesh09 2 года назад

    Whaa Harry Bhai revision krke maja aa gaya ..... Thanks and I appreciate your hard work for making this beautiful content ❤️

  • @_MadeWithAI
    @_MadeWithAI 2 года назад +1

    I learned python from ur video... Thank you harry sir❤❤

  • @crypto8793
    @crypto8793 2 года назад +2

    Truely... Any language just need these 8 min. I literally learnt python in 9 min when i first saw it.

  • @shahbazbutt1631
    @shahbazbutt1631 2 года назад

    Yes harry bhai to the point Maza AA gaya

  • @anupamjoshi7231
    @anupamjoshi7231 2 года назад

    Bhai aap pure knowledge dete ho yeh knowledge jo log paise lete he lakh lakh rupee voh sab aap free me dete ho hume 🙏🙏 bahot bahot shukriya

  • @koushikiscoder4499
    @koushikiscoder4499 2 года назад

    Great video dada.. This video is a starter like buffet dinner......

  • @jaykumargupta3647
    @jaykumargupta3647 2 года назад

    This tutorial is amazing Harry bhai..,🔥🔥🔥Make another 8 minutes video for advance Python......

  • @oppoplayer7203
    @oppoplayer7203 2 года назад +6

    Bhayia my name is Radhey Mohan Mishra from class 6 and I am learning html css and js from you only now learning c++ from you ,you are my role model and real guru dev want to contact you ❤️❤️❤️ Please reply

  • @ritamgiri5872
    @ritamgiri5872 2 года назад

    I am learning python....this video was actually a good and quick revision..

  • @nishantgupta896
    @nishantgupta896 2 года назад

    Harry bhai ka tarika bahut mazedaar hai Jindabad Harry bhai

  • @sazum88
    @sazum88 2 года назад

    Great idea, just want all the web technologies flavor with this type of tutorial.

  • @vaishalidave6149
    @vaishalidave6149 2 года назад

    Your video is very knowledgeable and your editing is beyond next level

  • @sandeshpatil8532
    @sandeshpatil8532 2 года назад +1

    Awesome explain thanks 🙏🙏👍👍

  • @phoenixhacker1291
    @phoenixhacker1291 2 года назад

    Cool ,good for quick revision
    Harry bhai

  • @sandeepsharma2875
    @sandeepsharma2875 2 года назад +1

    Amazing short video
    💯 Worth spending 8:29 min in your video 👌

  • @aasifkhan1545
    @aasifkhan1545 2 года назад

    Harry bhai, this video a life saving Thank you

  • @shrutisharma8750
    @shrutisharma8750 2 года назад +1

    thank you for quick revision 😌😌

  • @itsabeedunique7291
    @itsabeedunique7291 2 года назад

    Unbelievable talent sir aapki...💐

  • @Guddu_Navagire
    @Guddu_Navagire 3 месяца назад

    Impressive😍😍😍😍 thanku just brushed up my mind

  • @mohammedazharuddin2928
    @mohammedazharuddin2928 2 года назад +1

    Thank you Harry bhai for tutorials 👏👏👏

  • @MakeGamesIndia
    @MakeGamesIndia 2 года назад

    Just awesome dear . You are always my favorite . Thankyou

  • @saurabhprajapati4502
    @saurabhprajapati4502 2 года назад +1

    your all videos are excellent and useful

  • @shreyaskulkarni526
    @shreyaskulkarni526 2 года назад +1

    Good video. I revised python in just few minutes.

  • @ManishMarik
    @ManishMarik 2 года назад

    Amazing quality improvement. "BRO"

  • @lawlit450
    @lawlit450 2 года назад +1

    Thanks a lot bro it revise me some concepts ❤

  • @ThaCoders
    @ThaCoders 2 года назад +1

    Thank you so much Sir for making this valuable video

  • @alokranjan5885
    @alokranjan5885 2 года назад

    Best... long waited for concise one...8 mins !! Just amazing

    • @Hanuman98337
      @Hanuman98337 Год назад

      Learn Python free CLICK ON = ruclips.net/video/4Gcvm3zS__8/видео.html

  • @urgentshowrav4891
    @urgentshowrav4891 2 года назад

    AWESOME VIDEO FOR BRIEF PYTHON LEARNING

  • @technocult008
    @technocult008 2 года назад

    wow, it is like hand notes. appreciated bro

  • @debrajpradhan5500
    @debrajpradhan5500 2 года назад

    Wah ....maan gye sir....8 min pe .aadhe se jyada samay ..main python sikha diya

  • @alamin00038
    @alamin00038 2 года назад +1

    very helpful video. thanks

  • @adityachandure
    @adityachandure 2 года назад +1

    This video is awesome and I am also following your python playlist

  • @darkvalorant6099
    @darkvalorant6099 2 года назад

    wow bro thanks for this quick python tutorial and facts !!

  • @ahmadwaheed8003
    @ahmadwaheed8003 2 года назад

    The best video of 2021.

  • @harikrishnanp2434
    @harikrishnanp2434 2 года назад

    Thanks Harry Bhai! Keep up the good work .