Learn Python In Hindi In One Video - हिंदी में

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 633

  • @CodeWithHarry
    @CodeWithHarry  5 лет назад +169

    If you really want me to make "Learn Social Network Python Website in one video" or "Learn AI Using Python in one Video" , share this video everywhere (Fb, Whatsapp, twitter etc)!
    I will definitely make a video if I get 500+ shares on my playlist!
    It will only take few seconds to share, so go ahead and I promise to make these videos after 500+ shares!
    Thanks a lot in advance to all those who shared!
    Here is the link - ruclips.net/video/qHJjMvHLJdg/видео.html

    • @priyanshubhatt8557
      @priyanshubhatt8557 5 лет назад

      Sir 32 bit please

    • @urveshdave1861
      @urveshdave1861 5 лет назад

      buddy it was really good... please look for something into regression analysis and visualization... if possible!!!

    • @SatyaPrakash-qg8tg
      @SatyaPrakash-qg8tg 5 лет назад +3

      HEY THERE..
      I WANT TO HIRE YOU AS AN ENGINER

    • @NishantRaikwar
      @NishantRaikwar 5 лет назад +1

      Shared 😍❤️

    • @KnoxFTW
      @KnoxFTW 5 лет назад +1

      Please sir one video on strong Artificial Intelligence

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

    print("Enter Your Marks")
    Marks = int(input())
    if (Marks>90) :
    print("grade is A+")
    elif (Marks>80) :
    print("grade is B+")
    elif (Marks>70) :
    print("grade is C+")
    elif (Marks>60):
    print("You Will More Work")
    elif (Marks>50):
    print("Well tried")
    elif(Marks

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

      You made a mistake in the code bro

  • @CodeWithHarry
    @CodeWithHarry  6 лет назад +14

    Hello Guyz! I hope you like this video. Make sure to check me out on Instagram - instagram.com/haris_magical/
    You must checkout my facecam playlist too - ruclips.net/p/PLu0W_9lII9ajY2vEMIiSQBHqKB6IyX3pv

    • @SuryanshSingh-f8d
      @SuryanshSingh-f8d 6 лет назад

      CodeWithHarry kon chor dislike kiya h 😡😠....tmrai fan km h pr bhut barai ku ki tm bhut acha kaam kr rhai ho😊

    • @shahjehan482
      @shahjehan482 5 лет назад

      sir facebook contact de du please

  • @RitamSarkarOfficial
    @RitamSarkarOfficial 4 года назад +3

    print("Hello Harry")
    print("This program is use to find the grades of the marks")
    a = int(input("Enter your students marks --> "))
    if 100 >= a >= 91:
    g = 'A+'
    elif 90 >= a >= 81:
    g = 'A'
    elif 80 >= a >= 71:
    g = 'B+'
    elif 70 >= a >= 61:
    g = 'B'
    elif 60 >= a >= 51:
    g = 'C'
    elif 50 >= a >= 41:
    g = 'D'
    elif 40 >= a >= 31:
    g = 'E'
    elif 30 >= a >= 0:
    g = 'F'
    print("The Grade is",g)
    print("Thanks for using")
    # Hope you will like it

  • @kaustubhgupta12
    @kaustubhgupta12 6 лет назад +17

    Very crisp and precise video! Thanks man!

  • @tarangbisen8660
    @tarangbisen8660 5 лет назад

    def avrage(num1,num2):
    return (num1+num2) / 2
    n1=int(input("enter 1st number"))
    n2=int(input("enter 2nd number"))
    print(avrage(n1,n2))

  • @tarangbisen8660
    @tarangbisen8660 5 лет назад +1

    n=int(input("enter your marks"))
    if n>100:
    print("not valid your marks")
    elif n=90 :
    print("A")
    elif n>=80 :
    print("B")
    elif n>=60:
    print("C")
    elif n>=50:
    print("D")
    elif n>=40:
    print("E")
    else:
    print("F")

  • @rishavraj9372
    @rishavraj9372 5 лет назад +9

    Nailed it bro and one thing this video is underrated please share and like.Please give this guy at least a million views couldn't be any better.

  • @Gaurav_vashisth_01
    @Gaurav_vashisth_01 5 месяцев назад

    num=int(input("Enter the Number:-"))
    if num>90:
    print("A grade",number)
    elif num>80:
    print(" B grade",number)
    elif num>70:
    print("c grade",number)
    elif num>60:
    print("d grade",number)
    else:
    print("no grade")

  • @rmahmoud4771
    @rmahmoud4771 5 лет назад +1

    loc = "store"
    if loc == "auto shop":
    print("cars are cool")
    elif loc == "bank":
    print("money is cool")
    elif loc =="store":
    print("welocme to store")
    else:
    print("i do not know")

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

    Hey !
    I am 12-year old and wanted to learn machine learning. So I checked out your machine learning playlist. You suggested to come and watch this video so I did. It is amazing

  • @dilipsahu3814
    @dilipsahu3814 5 лет назад +40

    One of the best video for revision of python.

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

      Does this video cover all the concepts?

    • @dilipsahu3814
      @dilipsahu3814 4 года назад

      @@ishaanbhagria8619 not all, but yes mostly topic has covered.

    • @sahilpunia2122
      @sahilpunia2122 3 года назад +3

      @@ishaanbhagria8619 to cover all topics request you to watch playlist of Python in which 129 videos are present

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

    Just a correction at 56:16 salary ke setters me
    self.__salary = salary
    hona chahiye
    Love your work👍

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

    That's really awesome video for quick revision purposes if you're having your exam tomorrow or want to learn web dev, ds in python.

  • @prachipachupate8739
    @prachipachupate8739 8 месяцев назад

    num = int(input("Enter No. "))
    if num > 80:
    grade = "A"
    # print("A")
    elif num < 80 and num > 50:
    grade = "B"
    # print("B")
    elif num < 50 and num > 35:
    grade = "C"
    # print("C")
    else:
    grade = "Fail"
    # print("Fail")
    print("The grade is ", grade)

  • @rishabhprasad8333
    @rishabhprasad8333 2 года назад +75

    Bro u just revised the whole Python in one hour that I learned in 2 years of my school 😂🔥

  • @prachipachupate8739
    @prachipachupate8739 8 месяцев назад

    num = int(input("Enter No. "))
    if num > 80:
    print("A")
    elif num < 80 and num > 50:
    print("B")
    elif num < 50 and num > 35:
    print("C")
    else:
    print("Fail")

  • @NeerajGoswami17
    @NeerajGoswami17 5 лет назад

    #if else statements
    #prgm for converting marks into grade
    print("enter your marks=")
    number= int(input())
    print(number)
    if (number > 90) :
    grade ='A'
    elif (number >80):
    grade= 'B'
    elif (number >70):
    grade = 'C'
    elif (number >60):
    grade= 'D'
    elif (number >50):
    grade= 'E'
    elif (number >40):
    grade= 'F'
    else:
    grade= 'dont know'
    print("your grade is =" , grade)

  • @navnitsinha7259
    @navnitsinha7259 9 месяцев назад +1

    This has to be the best video I have come across. Thanks a lot for such Amazing content. After learning many other programming languages, i was thinking of learning Python, and here I am, already knowing the Most of Python one needs to know.

  • @harshits312
    @harshits312 3 года назад

    print('HI PLS ENTER YOUR MARK TO KNOW YOUR GRADE')
    number = int(input())
    if (number>90):
    print('A++')
    elif(number>80):
    print('a+')
    elif(number>50):
    print('B')
    elif(number>39):
    print('work hard d++')
    sir how is it

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

    # if else statement in python
    print("Please enter a and b: ")
    a = int(input()) # build in function for taking integer AS input
    b = int(input())
    if a > b:
    print("The a is greater than b.")
    elif b > a:
    print("The b is greater than a.")
    if a > b: print("If short hand rule.") # if short-hand rule
    print("A") if a > b else print("B") # Short-Hand if-else Rule
    print("A") if a > b else print("=") if a == b else print("B") # Short hand if-else rule

  • @jeethantauro5221
    @jeethantauro5221 3 года назад

    a = int(input("enter your marks: "))
    if a>=90:
    print("you got A+ grade.")
    elif a>=80:
    print("you got A grade.")
    elif a>=70:
    print("you got B grade.")
    elif a>=60:
    print("you got C grade.")
    elif a>=50:
    print("you got D grade.")
    elif a>=40:
    print("you got E grade.")
    else:
    print("You failed!")

  • @abdulbasitimtiaz
    @abdulbasitimtiaz 5 лет назад

    #If Else
    by Khawaja basit
    number=int(input("Enter a Obt Marks"))
    tot=int(input("Enter a Tot marks"))
    avg=number/tot*100
    if (avg>33):
    print("Pass")
    elif (avg

  • @ishanarora283
    @ishanarora283 3 года назад +4

    Thanks A Lot 🙏🏻 . People like you are rare these days , We have found a Gem 😌

  • @premsinghanant6139
    @premsinghanant6139 4 года назад +5

    I was in web development video tutorials of yours.. You said to check this for json and i came here... Wow you really explained everything in one video... Thank you so much😇😇😇

  • @venzicbarbosa1974
    @venzicbarbosa1974 6 месяцев назад

    #if else statements
    print("Enter Your Marks!")
    number = int(input())
    print(number)
    if (number>90):
    grade = 'A'
    elif (number>80):
    grade = 'B'
    elif (number>70):
    grade = 'C'
    elif (number>60):
    grade = 'D'
    elif (number>50):
    grade = 'E'
    elif (number>40):
    grade = 'F'
    else:
    grade = 'You Failed'
    print("The Grade is ",grade)

  • @sanabano7897
    @sanabano7897 5 лет назад +1

    Thankyou So much sir, aap ne ek hi video me bahut saari cheej bataa diya hai.

  • @anilambani6183
    @anilambani6183 5 лет назад +15

    Sir , i really liked this video
    Very clear and to the point
    Appreciate from bottom of my heart ❤️

  • @pankajgoikar1706
    @pankajgoikar1706 4 года назад +1

    You are great. You are building confidence in me to be a programmer. I'll be grad whole life. Thank you so much. God Bless You.

  • @sahilrazaa
    @sahilrazaa 3 года назад

    one of the best teacher in india for programming

  • @nischalnepal5683
    @nischalnepal5683 3 года назад +1

    Great video for revision of python. Thank u

  • @shaidsk2578
    @shaidsk2578 4 года назад +6

    It is one of the best video in my life about learn python, sir your teaching style are gorgeous😍🤭 I have a one more request for you sir make a video about HTML and CSS please 🙏🏻

  • @shivnarayanverma2987
    @shivnarayanverma2987 3 года назад

    Thanks a million time Harry sir
    Python language basic se sikhane ke liye Maine bahut sites try ki lekin appke teaching samajh me aaai thanks

  • @aniruddhapatidar6342
    @aniruddhapatidar6342 5 лет назад

    for i in range (0,100000):
    print ("enter your mark ")
    number = int (input ())
    if (number > 89 and number < 100):
    print ("grade=a")
    elif (number > 79 and number < 90):
    print ("grade=B")
    if (number > 69 and number < 79):
    print ("grade is c ")
    elif (number > 59 and number < 69):
    print ("grade is d")
    if (number > 49 and number < 59):
    print ("grade is e ")
    elif (number > 39 and number < 49):
    print ("grade is f ")

  • @codingpro4461
    @codingpro4461 4 года назад +1

    Sir please you make video of full python with objected oriented programming

  • @mayankgairola7871
    @mayankgairola7871 4 года назад +3

    print('enter the number')
    number = int(input())
    while(number

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

      When the loop runs for the first time, the program prints "the number is less than 99" and prompts the user to enter another number. Since the you enters 9 again, the loop runs for the second time, and this time, the program checks whether the entered number is equal to 9 using the if statement if number == 9:. Since the condition is true, the program executes the break statement, which terminates the loop immediately.
      Therefore, the program breaks out of the loop when the user enters 9 for the second time.

  • @36_parthshrimali84
    @36_parthshrimali84 2 года назад

    bestest video to learn python who knows javascript and java language

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

    You really fill sagar in gagar.............this one video contain whole gyaan of python..........Thanks for this Boss...

  • @boomboi6949
    @boomboi6949 3 года назад

    print("enter ur marks")
    number = int(input())
    if number > 90:
    grade = 'A'
    elif number > 80:
    grade = 'B'
    else:
    grade = 'FAIL'
    print("the grade is ", grade)
    print("by IIT")
    my code

  • @jacktech4055
    @jacktech4055 5 лет назад +1

    Great Video👍 Im Learning Javascript Now After I Want to Learn Python

  • @vanshsonker4410
    @vanshsonker4410 5 лет назад +1

    Bhai bahut acche se smjhate ho aap😍😍 thanku so much for this

  • @uniquevital.7852
    @uniquevital.7852 4 года назад

    Guys please support and share he is teaching well at free of cost hats off for u.... Thank u

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

    details=int(input("Enter the number of students : "))
    for i in range (details):
    Name=input("please enter your name : ")
    score=int(input("enter the score : "))
    print("Your score is : ",score)
    if score > 89 and score 70 and score 50 and score 33 and score

  • @NeerajGoswami17
    @NeerajGoswami17 5 лет назад +1

    Your this video helped me a lot in learning python from scratch.

  • @arpitagec9
    @arpitagec9 6 лет назад +7

    It's great! Too many concepts in crisp form😊👍

    • @CodeWithHarry
      @CodeWithHarry  6 лет назад +6

      Thanks for the appreciation. Please share with your friends too!

    • @arpitagec9
      @arpitagec9 6 лет назад +1

      @@CodeWithHarry surely will👍

    • @varunpironiya8981
      @varunpironiya8981 3 года назад

      We can make software with this language

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

      @@CodeWithHarry Ek bhi gf nahi mili ;-;

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

    Hey Harry Bhai!
    Thanks for making this Video. It really made my learning journey much easier. I was quite a bit confused about how to do a revise of all python concepts. But when i got to know about this 1 hr video, i made my plan to give it a try!! and it worked.
    Although i am not ready enough with OOPS concepts, yet it helped me to revise all other python concepts.
    So, that's it!! I shared my things with you. Once again thanks for making such a interesting video like this.
    Please continue to making videos like this. We all are with you for sure.
    May god bless you, me and all of us!!

  • @HarpreetSingh-zf4sy
    @HarpreetSingh-zf4sy 3 года назад +4

    Nice video for touching basics...would highly appreciate it if you can cover advanced topics also in a video with a similar time frame.

  • @rashmijoshi520
    @rashmijoshi520 4 года назад +1

    Plz tell us more about modules

  • @naveenbasyal001
    @naveenbasyal001 4 года назад

    FOR ME ,U ARE REAL REAL GURU IN MY LIFE

  • @TechnicalAnkesh
    @TechnicalAnkesh 4 года назад +1

    One of the best video for Python revision😍😍

  • @sonalsoni4681
    @sonalsoni4681 3 года назад

    Awesome Harry. Learning python only watching your videos.

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

    Thank you bhai for this video😄
    It's very helpful 👍

  • @watchclips1363
    @watchclips1363 4 года назад

    i completed watching your python tutorials for absolute beginers and watching this video to revise and it is best video thanks for this best video.

  • @विश्वसिंधु
    @विश्वसिंधु 4 года назад +2

    You Are Great Mr. Harry ❤️️

  • @high5537
    @high5537 7 месяцев назад

    Really really appreciate these RUclipsrs giving free lectures/courses on such valuable topics. I'll forever be thankful to you and other RUclipsrs who are helping me learn coding. When I become successful in the career I'm choosing. The credit will be going to all these RUclipsrs and my hardwork. Thanks once again

  • @pareto5890
    @pareto5890 3 года назад +1

    What an amazing video get a great overview of python and now I know i can surely learn this language.😘 Thanks HARRY bhai😉

  • @dpatel2747
    @dpatel2747 5 лет назад

    Python ke saath hum kya kya shike like SQL html css JavaScript pls suggest for back end bigdata ai. Because no one can learn everything like you in short time. Pls suggest minimum things to learn to find job easily after with time we learn other one by one. But make video what employer can demand from us with python developer.

  • @Abbz290
    @Abbz290 4 года назад

    Bhai love hogya, belongs from Geoscience profession and wanna switch to programming side,wanna be a developer, or bhai tuney zindagi asaan kardi,
    Love from PAK

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

    very nice and great video harry sir. You are awesome 😊😊

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

    Shout out for harry bhai. Day after tommorow is my exam and now i am here with no idea what a python is??? But after this, i am feeling some relax. 1 like toh banta h tumhare liye. And here i am ur new subscriber.....🎉💝

  • @shivanichaurasiya444
    @shivanichaurasiya444 3 года назад

    All the best & god bless u always sir☺

  • @debasissamantaray7010
    @debasissamantaray7010 3 года назад

    I learnt so many things from this video.....looks like all things at one shot....awesome video & appreciate your efforts....only thing i recommend, please try to change your beginning and ending music of videos

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

    Thanks Harry sir for Creating an amazing video like this. I'm 14 years old and want to learn python and your videos really helped me a lot

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

    Really great video....really helped me in brushing up the Python. Thanks

  • @codecomet1885
    @codecomet1885 3 года назад

    WOW ! I learned many things from this ... Really Superb ..

  • @kushagrashrivastava2846
    @kushagrashrivastava2846 5 лет назад +2

    Please make major project in python

  • @rockymakwana7374
    @rockymakwana7374 3 года назад

    Harry Bhai Aapse Request Hai Ki Aap Swift Programming Language Pr Tutorials Aur Learn In One Video Banao Please....

  • @saurabhkashyap7813
    @saurabhkashyap7813 3 года назад +1

    Understood basic python command in just an hour. 🔥🔥

  • @YashKp-ki3sn
    @YashKp-ki3sn 3 года назад +1

    Thank you so much.

  • @m.yousufjam5101
    @m.yousufjam5101 2 года назад

    Now from this video I'm learning a lot.

  • @bhumikapatel9676
    @bhumikapatel9676 4 года назад

    Best presentation and explanation in short time. Thank you Harrybhai

  • @m.yousufjam5101
    @m.yousufjam5101 2 года назад +1

    Sir you are Owsem....love the way of teaching.... everything is very clear...Love and respect from Pakistan..I watched your WordPress video and then I subscribed your channel and I learned a lot from your 3hrs video of WordPress website.

  • @sanketlandge4722
    @sanketlandge4722 3 года назад +14

    My team lead told me to revise python in one day, I directly came to this video. And guess what My all concepts of python have been brush up after seeing this video.
    Thank you Harry bhai 💜

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

      In programming good carrier and good paying salary is there or not?
      Please tell, waiting for your reply

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

      @@mahipalff3522 yes it is

  • @radhasuresh2338
    @radhasuresh2338 3 года назад +1

    Sir can u pl give a guest lecture or webinar for our students

  • @mayankgairola7871
    @mayankgairola7871 4 года назад

    def set_id(self, id):
    self.__id = id
    harry = employee()
    print(harry.set__id())
    not able to set the ID individually. any help
    output:
    AttributeError Traceback (most recent call last)
    in
    6
    7 harry = employee()
    ----> 8 print(harry.get__id(80))
    AttributeError: 'employee' object has no attribute 'get__id'
    (i am working on jupyter)

  • @ujjwalsharma4530
    @ujjwalsharma4530 5 лет назад +3

    Always love your teaching 🙏

  • @ahmed-bilal-tariq
    @ahmed-bilal-tariq 2 года назад

    KHUSH RHO BRO, LOVE IT

  • @imransharief2891
    @imransharief2891 6 лет назад +1

    bhai awesome video the way u have explained very calmly and clearly its just awesome basically i wont comment on any video but i became fan of urs plz upload some projects on python thank you

  • @mirzamohammadbaig2885
    @mirzamohammadbaig2885 3 года назад

    This is an amazing video. Really helped a lot. Thanks a lot harry bhhaai.

  • @omkarpasalkar9827
    @omkarpasalkar9827 4 года назад +1

    Great भावा ...
    Selenium webdrive ke bareme kuch banaO..

  • @sanketpurohit681
    @sanketpurohit681 3 года назад

    I REALLY HEALP A LOT FROM THIS VIDEO...THANKS HARRY BHAI

  • @wooleekashyap6535
    @wooleekashyap6535 4 года назад

    grate bhai thank you so much bhia aap hum logi ki bohot help karte h koi bhi free itne free course nhi banata jitne aapne banaye h sach me Harry dil se thank you ♥

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

    Excellent explanation Sir
    May Allah bless you more

  • @sanketshirke185
    @sanketshirke185 6 лет назад

    CodeWithHarry thanx a lot , apane easily samajaya ...me class me jane ke bad bhi itana easyly nahi samaj paya tha..ek aur suggetion tha..kya app ne jo example bataye he wo like simple application banate time sikhaye to aur bhi easy samjme ayega ki exactly usaka use kese kiya ja sakata he...kya app aisi vedio bana sakate he in one vedio....create managment softwear and usme all topic cover bhi ho sakata he..me kabhi se aisi vedio dhund raha hu ...i hope app agree ho jaye..pls pls..thanx a lot again... :-)

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

    Thank you harry bhai. I have completed the full video with practice. This video was very helpful.💜

  • @dogsgallery2199
    @dogsgallery2199 5 лет назад

    list1=[[7,8,9,78],11,[10,11,12],[4,5,6],[6,7,8]]
    for item in list1:
    for i in item:
    print(i)
    this code shows error
    Traceback (most recent call last):
    File "C:/Users/HP/PycharmProjects/codecafe/main12.py", line 3, in
    for i in item:
    TypeError: 'int' object is not iterable
    what is the reason behind it

  • @RohanDasRD
    @RohanDasRD 6 лет назад +1

    Bhai make A Video on What Are Modules in Python And How Would We Use Them!

    • @CodeWithHarry
      @CodeWithHarry  6 лет назад

      Maine isi video mei bataya hai modules ke baare mei but still will make a video soon!

    • @RohanDasRD
      @RohanDasRD 6 лет назад

      WoVideo Mujhe Thik Thak samajh Nahi aaya Pls make New Thoda sa Simplified way

  • @ravindramali9703
    @ravindramali9703 4 года назад

    thank you so much for this quick revision of python ....just change the setter code in your website of source code of salary setter method to self.__salary=salary. again thanks

  • @vivekpandey-kw9lq
    @vivekpandey-kw9lq 3 года назад

    bhot badiya video hai.....thank u so much harry bhai.

  • @prashant9117
    @prashant9117 11 месяцев назад

    Gzb Harry bhai I never understood construction before that but from this video helped me to understand

  • @muhammadaarizimam4890
    @muhammadaarizimam4890 3 года назад

    Bhai please ek complete course bano C# language pe or saathi saath bhai ek 3D game development ke auper bhi course banaio, lekin please usme Unity, Unreal jaise koi game engine software mat use krna but koi Ursina game engine jaisa engine use krna ya fir khud ka engine banana batana jisme hamara code hi hamara game ho.
    Or bhai please iss message pe ek reply kar dena taaki mere dil ko bhi ek tasalli mil jaye. Aur shukriya bhai hamen itna saare useful content dene ke liye. Aapke channel ke koi bhi video waste nhi h, main iska dawa krta hun.

  • @drkmgoswami3042
    @drkmgoswami3042 4 года назад +1

    Hi I am Abhay I am learning to make game with unity but I don't know how to code C# please make full course video
    Because no one can teach C# better than you
    please help Harry brother 🙏

  • @vikaskushwah165
    @vikaskushwah165 3 года назад

    You are teaching very easily thanks bro

  • @mukundbiradar6687
    @mukundbiradar6687 5 лет назад

    1> How many days need to learn the Python ? 2> apke videos (119) dekh kar practice kiya to kitna percentage humaara python complete hoga ?

    • @CodeWithHarry
      @CodeWithHarry  5 лет назад +1

      70% aur 30% aapki mehnat and practicing pe dependent hai... Wo aapko khud karna hai! All the best

    • @mukundbiradar6687
      @mukundbiradar6687 5 лет назад

      @@CodeWithHarry Thank you Harry bhai .. kabhi aana phir se china main (I m working in beijing)

  • @shubairabbas5480
    @shubairabbas5480 5 лет назад +1

    Bhai please make 1 video on sql to cover sql main topics in 1 video

  • @drawingforkidsbymoumitadas2456
    @drawingforkidsbymoumitadas2456 3 года назад

    It's well explained video..I am started to learn from ur video on oops .Thanks a lot .

  • @avinashwagh1058
    @avinashwagh1058 3 года назад

    great work !! helpfull and short time full overview with relative knowledge of each topic .

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

    Thanks for this I enjoyed it and learned quickly...
    Also Please make a video on OOPS conecpt

  • @gaibugadwale
    @gaibugadwale 5 лет назад

    good one, i am beginner in python. got some understanding now

  • @vishalrajkumarkamble763
    @vishalrajkumarkamble763 4 года назад

    It's Very helpful video for beginners thank you so much