Python Tutorial In Hindi 🔥

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

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

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

    I will be dropping a python course in English on my channel ProgrammingWithHarry. Subscribe and stay tuned to get a notification - ruclips.net/channel/UC7btqG2Ww0_2LwuQxpvo2HQ
    Guys make sure to take the source code from the description. If you haven't already accessed my Complete Python Course (freely available as RUclips playlist), here is the link:
    ruclips.net/p/PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME
    I have covered each and every topic in depth in these 100+ videos. Hope you will like it.
    For more courses check out playlist section of this channel. All the best!

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

      Bro tell deep about Machine learning And Data science

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

      Thank you sir aapke video bahot kam ahe hai 🙏🙏

    • @AbdulSalam-bp6xc
      @AbdulSalam-bp6xc 5 лет назад +1

      Thanks sir

    • @AbdulSalam-bp6xc
      @AbdulSalam-bp6xc 5 лет назад +2

      I am from Pakistan.... And i am also following your django Course

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

      Param from Jammu..... bhaiya ik video pyaudio installation pe bnaoo plllzzzz...project rukaa hua h meraaaa..plllzz

  • @konicaluthra2319
    @konicaluthra2319 4 года назад +142

    Watched for 45 minutes and already liked it a lot and the way you are explaining is very relaxing and entertaining . Thanks for your time .

  • @CareerConnect-y1b
    @CareerConnect-y1b 4 года назад +219

    These words "starting se lekar end tk shikhaunga .. guaranteed!!"
    Make my confidence 😁😁

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

      Yar ek video ma ap kesy full.language sikh sakty hi

    • @CareerConnect-y1b
      @CareerConnect-y1b 4 года назад

      @@hasni0079 aap video dekhiye khud smj jaayenge

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

      @@hasni0079 puri playlist padi hai 120 videos ki code with harry channel par. Inka hi hai. Jaake dekh lo pura python a to z aa jayega. Bhaut se projects, quiz and problem with answer bhi hai . voh dekh liya toh sab aa jayega. Ye video toh sirf revision ke liye hai like 3 - 4 months baad coding kar rhe ho toh ye video dekhkar sab vapis yaad aa jata hai . haa vaise playlist badi hai complete karne mai 3 - 4 months lag sakte hai . meri second programming language thi toh mereko 2 months lge the.

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

      @@himanshuatri8198 bro mainy javascript ko chaye full videos plz help

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

      @@hasni0079 bro javascript ke liye bhi code with harry channel par jao aur playlist section mai jao 60 ya 70 video ki playlist banayi hai jismai full java sikhaya hai. One video ka bhi video hai. Aur sirf java hi nbi python, c and web development, Android development sab ke liye alag alag playlist hai. Jo chaho sikh sakte ho. Ekdum acche se explain kiya hai har topic . bas dyaan se dekho aur time do . jald baazi mat karna.

  • @harshitsingh4512
    @harshitsingh4512 3 года назад +33

    00:43:18
    '' String->Float->Int Typcasting '''
    a="31"
    print(a," is ",type(a))
    ## Converting into Float
    b=float(a)
    print(b," is ",type(b))
    ## Converting into Int
    c=int(b)
    print(c," is ",type(c))
    '''
    OUTPUT
    31 is
    31.0 is
    31 is
    '''

  • @karangupta1825
    @karangupta1825 4 года назад +219

    Attention at online classes:0.001%
    Attention at CodeWithHarry:99.999%
    You made my lockdown man
    Thanks

  • @mugiwaraerwin3586
    @mugiwaraerwin3586 4 года назад +3750

    Anyone else who is watching this video not for exams but for love for coding❤❤❤❤❤❤❤❤

    • @kabitadas9696
      @kabitadas9696 4 года назад +86

      Me. I m from commerce field but want to learn computer language

    • @RRKKSS24
      @RRKKSS24 4 года назад +16

      I

    • @ayeshamustafa6632
      @ayeshamustafa6632 4 года назад +27

      yeah i am zoologist but want to learn it

    • @sanjaythorat1466
      @sanjaythorat1466 4 года назад +9

      Yep

    • @princevallabh885
      @princevallabh885 4 года назад +13

      Me.just wanted to learn that python Lang...I heard it is the father of all languages....

  • @mrinalkantimishra6205
    @mrinalkantimishra6205 4 года назад +63

    python="45"
    python=int(python)
    python=float(python)
    Therefore, through this, we can convert a string variable to an integer and a float variable respectively.
    Answer to the question asked at 44:00

  • @Royal_Queen-ASK
    @Royal_Queen-ASK Год назад +7

    44:07
    # 1. Typecasting Question and Answer
    # Create a three variables, int str float, int to float and str conversion, str to float and int conversion, int to str and float conversion
    a = 45
    a = int(a)
    a = float(a)
    print(type(a))
    b = "340"
    b = float(b)
    b = int(b)
    print(type(b))
    c = 78.0
    c = str(c)
    c = float(c)
    print(type(c))
    # 2. Typecasting Question and Answer
    # Create a String to int and float conversion.
    d = "48"
    d = int(a)
    d = float(a)

  • @usamaharoon6543
    @usamaharoon6543 4 года назад +16

    e=("56")
    e=int(56)
    print(e+36)
    92
    e=(8)
    e=float(8)
    print(e/2.0)
    4.0

  • @risshimalhotra24
    @risshimalhotra24 4 года назад +451

    Dislikers are that Whitehatjr wale..."Chintu"😂🤣

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

      😂😂😂😂😂

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

      🤣🤣🤣😂🤣🤣🤣🤣🤣😂😂😂😂😂😂😂😄😄😄😭😭😭🤠

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

      but now their whitehatjr app is gone

    • @dormant8443
      @dormant8443 3 года назад +5

      Ok, I am also "white hat jr wala" but not disliker.

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

      🤣🤣🤣🤣🤣🤣

  • @muqeetmohammad709
    @muqeetmohammad709 3 года назад +169

    what I haven't learned in my 4 years Bachelor's you taught me in just 90 mins..❤ Thank You ❤

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

      @@shruts_thegirl if you think you can learn quickly and dont need to go in detail to much this video is best but if you think you need deep explanation go to this channel playlist and there is a python for abssoulute beginner watch that thats also best.

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

      python sikha rahein hai , police maregi jungali janwar hai. aur python gussa ho gaya jaan ke laale pad jayenge.

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

      alhamdulillah

    • @riteshkatare1433
      @riteshkatare1433 Год назад +15

      @@naifuzzamanchisty5385 jay siya ram

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

      Allahamdullila bro

  • @surajsahoo145
    @surajsahoo145 2 года назад +27

    Correction at 1:07:00, pop() can also remove elements at any position of a list by using it's index and can return the value but del doesn't return.

  • @rockertechs1117
    @rockertechs1117 4 года назад +21

    Answer of typecasting
    1. a = 42
    a = float(a)
    a = str(42)
    2. b = "22"
    b = int(b)
    b = float(b)

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

    Ur way of teaching is fabulous. I'm Literally became ur fan.
    Here is ur quiz result:-
    Exponential Operator:
    It's used to raise power to the right
    Example:-
    print(4**2)
    Result- 16
    -----------------------------------------------------
    Floor Division Operator (//):
    It's a normal division method except that it returns either less than or equal to the normal division result by rounding it off.
    Example:-
    print(36//5)
    normal result- 7.2
    python floor division Operator result- 7
    ------------------------------------------------------
    Modulo Operator (%):
    It's used to get the remainder of a division problem.
    Example:-
    print(5%2)
    Result- 1

  • @amanmomin3565
    @amanmomin3565 4 года назад +12

    Nmae = "Aman"
    Age = "20"
    Percentage = "80"
    (Type casting/ Type converstion )
    Age = int(20)
    Print(type(Age))
    Percentage = float(80+7)
    Print(type(percentage))

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

      @@ng_allrounder I will support you but now after few days when I will start brushing my Java

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

      Name = "Aman"
      Age = "20"
      percentage = "80"
      #(Type casting/ Type converstion )
      Age = int(20)
      print(type(Age))
      percentage = float(80+7)
      print(percentage)
      # in original form if you run this then this will definitely work copy and paste this source code
      ctrl+c and ctrl+v

  • @shashwatt08
    @shashwatt08 3 года назад +29

    thank you very much sirji
    a = "thanks a lot"
    b = "harry sir"
    print(a + b)

    • @mr.person7538
      @mr.person7538 3 года назад

      Can i learn from mobile

    • @mr.person7538
      @mr.person7538 3 года назад

      Is laptop is must

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

      a='Thanks a lot'
      b='Harry sir'
      print=f'{a} {b.upper()} for making this video'

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

      @@mr.person7538 you can do it on mobile

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

      a="thanks a lot"
      b = " harry sir"
      # printing a+b
      print(a+b)
      code after ran
      thanks a lot harry sir
      [Done] exited with code=0 in 0.211 seconds

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

    a = "6"
    a = int(a)
    a = float(6)
    -> Here i convert string into integer and then float.

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

    Thanks Harry Bhai. Your RUclips channel is best for anyone to learn coding. I had learn Python, C, C++, Java from your channel. And looking forward to learn many more things.
    Thank you once again for all this excellent free courses.

  • @mdshariqq1976
    @mdshariqq1976 4 года назад +11

    High quality channel for learning programing. 9.9 out of 10 stars bhai, thanks ⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐

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

    Answer to the question at 44:00
    # variables
    a=1
    b="2"
    c=3.3
    #type casting (int to float & string)
    ta = float(a)
    tta = str(a)
    print(ta)
    print(tta)
    #type casting (string to int & float)
    tb = int(b)
    ttb = float(b)
    print(tb)
    print(ttb)
    #type casting (float to int & string)
    tc = int(c)
    ttc = str(c)
    print(tc)
    print(ttc)
    #•••••••••••Thank you so much Harry Bhai••••••

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

      Iam folowing you from 2020❤ Please Riplay Harry vai😢😢

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

    Just learning coding / programming / IT for fun. Code with Harry is the best RUclips channel for freshers and experienced professionals. This teacher is BEST and have passion for teaching , without expecting from learners. Rarest human being, I only can say. God bless him.

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

    a = 45
    b = "Program"
    c = 36.23
    convert 45 integer to string and float
    a = str(a)
    print(a)
    a = float(a)
    print(a)
    Output =
    45
    45.0

  • @anamikamallick2219
    @anamikamallick2219 4 года назад +26

    Anamika Roy
    Gurgaon
    Wanna confess this is the first tym i did watch the complete coding video with practice . I must say you are intellectualy amazing. Looking forward to watch the complete python course soon. Great work Sir!

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

    a = 22 # a is an integer variable
    b = "33" # b is a string variable
    c = 44.0 # c is a float variable
    a = str(a)
    print(a)
    a = float(a)
    print(a)
    b = float(b)
    print(b)
    b = int(b)
    print(b)
    c = int(c)
    print(c)
    c = str(c)
    print(c)
    OUTPUT:-
    22
    22.0
    33.0
    33
    44
    44

  • @ravindradube5909
    @ravindradube5909 4 года назад +7

    I love coding just because of your teaching scheme only..Amazing explanation sir...Thank you😍

  • @mokshop1354
    @mokshop1354 4 года назад +25

    Thank you Very Much Sir. I am 12 years old and i had understand the Python Topic very Well Sir

    • @sweety2088
      @sweety2088 4 года назад +11

      bhai abb se itna matt padh..tujhe dekh ke tension ho rhi hai

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

      @@sweety2088 Bhai free time me kar bhi kya sakte hai

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

      Moksh Rana sahi hai Tu bhai ...keep it up.

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

      Merko v sikhna hai...Bhai mein noob hu...🤣

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

      Same bro, I am also 12 and I am an ethical hacker and C# Developer and Now, I am learning python to easily make bots and apps with it to get a job in future easily

  • @Flutterdev6391
    @Flutterdev6391 3 года назад +17

    If u want to rewise then please watch in 2x speed
    Thanks Harry Bhai ❤️

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

    a = 2
    b = "123"
    c = 12.90
    abc = int(c)
    print(abc)
    abc = float(a)
    print(abc)
    abc = int(b)
    print(abc)

  • @HafizurRahman-zn7sx
    @HafizurRahman-zn7sx 5 лет назад +20

    a ="33"
    b = int (a)
    c = float(a)
    Output:
    print(a) #33 as a string
    print (b) #33 as a integer
    print (c) # 33.0 asa float

  • @samarthsingh2208
    @samarthsingh2208 4 года назад +557

    who else is watching this during lockdown to learn python

  • @shahidhussain4730
    @shahidhussain4730 5 лет назад +35

    a="150"
    a=float(a)
    print(a)
    a=int(a)
    print(a)
    b=34
    b=float(b)
    print(b)
    print("Thank you so much")

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

    # int
    a = 24
    # string
    b = "24"
    # CHALLENGE
    a = float(a)
    a = str(a)
    print(a)
    b = float(b)
    b = int(b)
    print(b)
    amazing tutorial 😊

  • @PrinceKumar-ux3qm
    @PrinceKumar-ux3qm 5 лет назад +4

    Best Computer Science channel in youtube👌👌👌

  • @anshumanjha1085
    @anshumanjha1085 3 года назад +51

    i love his dialogue " starting se leke end tak sikhayunga guaranteed"

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

    a= "4"
    a= int(a)
    a= float(a)
    print(type(a))

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

      a will become a float i guess because its over written

  • @suncitysharma8724
    @suncitysharma8724 4 года назад +23

    After creating three variables a,b and c-
    a = 15
    b = 50.98
    c = "Mahika"
    Typs casting cannot be done on string to int or float. Rest the other data types can be converted to respective data types by type casting
    Regards
    Thank you

  • @animeshsingh9763
    @animeshsingh9763 4 года назад +18

    You're like a Blessing To Us Coders ❤

  • @durgakumari709
    @durgakumari709 5 лет назад +4

    a="25"
    a=int(a)
    b=float(a)
    print(a)
    print(b)

  • @Animevideo12-2
    @Animevideo12-2 Год назад

    Mr.loon
    62
    62.0

  • @balaramacharya4255
    @balaramacharya4255 4 года назад +8

    Typecasting
    e="35" string
    e=int (e)
    e=float(e)

  • @rajdeepkanjilal722
    @rajdeepkanjilal722 4 года назад +7

    a="394"
    b=int(a)
    c=float(a)
    print("The integer value is",type(b),b, "The floating value is",type(c),c)...
    Thanku so much bhaiya ❤️...for all of ur efforts for us......😃❤️

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

    I am also a teacher but you are amazing. You have great teaching skills👍👍👍👌👌👌👌👍👍👍👍

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

    conversion of int float and string👍
    a=199
    b="6969"
    c=42.42
    print(type(a))
    print(type(b))
    print(type(c))
    a= str(a)
    print (a)
    print(type(a))
    a= float(a)
    print(a)
    print(type(a))
    c= int(c)
    print(c)
    print(type(c))
    c= str(c)
    print(c)
    print(type(c))
    b= int(b)
    print(b)
    print(type(b))
    b= float(b)
    print(b)
    print(type(b))

  • @kaustubhbajpai12
    @kaustubhbajpai12 5 лет назад +337

    #GreatVideoBhai
    print("Helped a lot..")
    Watching this a day before exam 😂
    Liked...

  • @theindiannetwork
    @theindiannetwork 4 года назад +83

    Love you harry Awesome teaching

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

    These are all lists and their work :
    Method Description
    append() Adds an element at the end of the list
    clear() Removes all the elements from the list
    copy() Returns a copy of the list
    count() Returns the number of elements with the specified value
    extend() Add the elements of a list (or any iterable), to the end of the current list
    index() Returns the index of the first element with the specified value
    insert() Adds an element at the specified position
    pop() Removes the element at the specified position
    remove() Removes the first item with the specified value
    reverse() Reverses the order of the list
    sort() Sorts the list

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

    a = 27
    b = 78.34
    c = "56"
    a = float(a) # 27.0
    a = str(a) # 27
    b = int(b) # 78
    b = str(b) # 78.34
    c = int(c) # 56
    c = float(c) #56.0
    print(a) # 27, type = str
    print(b) # 78.34, type = str
    print(c) # 56.0, type = float

  • @ankushislive7276
    @ankushislive7276 4 года назад +7

    1.a=44
    a=str(a)
    a=float(a)
    2.b="28"
    b=int(b)
    b=float(b)
    3.c=30.7
    c=int(c)
    c=str(c)

  • @dracula9153
    @dracula9153 3 года назад +18

    I love the technique he teaches with practical ❤️

  • @soumikroy6683
    @soumikroy6683 4 года назад +19

    U literally converted coding into human interactable communication in Hindi and then taught us how to talk to our pc using our code
    Wooow awesome man

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

    integar=34
    integar=float(integar)
    print(integar)
    print(type(integar))
    integar=str(integar)
    print(integar)
    print(type(integar))
    output:
    34.0
    34.0

  • @manishbmx8854
    @manishbmx8854 4 года назад +12

    Who is beginner n learing python first?

  • @Simran-bs3zg
    @Simran-bs3zg 3 года назад +6

    🥺🥺🥺🥺🙏🏻 thank you sooooo much sirr finally I got the right teacher and amazing understanding video ❤️

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

    The way you teach is just amazing!! You can grab anyone's attention and nobody will ever be bored with your teaching. I have gone through many python tutorial but your tutorial is great.keep growing

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

    harry bhai you are really op yaar.........other websites me python sikhane ke liye paise maang rahe hai aur thik se explain bhi nahi kar rahe hai par aap bhina paise liye hi itna accha explain kar rahe ho.... tq bhai......

  • @antrikshparashar2114
    @antrikshparashar2114 4 года назад +13

    i love coding and this guy is expert in teaching coding

  • @SULTAN-gj5dg
    @SULTAN-gj5dg 3 года назад +4

    Love from Pakistan bro really really loves your way of teaching ♥️♥️♥️♥️
    Very very helpful for me and others who are interested in python ♥️♥️

  • @aakash9025
    @aakash9025 5 лет назад +6

    String = '12345'
    String = int(String)
    String = float(String)

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

    a= 5 #int
    b= "32" #string
    c= 5.0 #float
    a= str(a)
    print(a)
    a= float(a)
    print(a)
    b=int(b)
    print(b)
    b=float(b)
    print(b)
    c=int(c)
    print(c)
    c=str(c)
    print(c)
    o/p
    5
    5.0
    32
    32.0
    5
    5
    >

  • @gabbarbhaiop
    @gabbarbhaiop 4 года назад +7

    my code
    mystr = '100'
    mystr = int(mystr)
    print('integer', mystr)
    same goes for float, str, list etc.

  • @kalyanibarapatre4950
    @kalyanibarapatre4950 4 года назад +94

    Kon h wo🤷‍♀️🤷‍♀️🤷‍♀️ kaha se ate h wo jisne is video ko dislike kia🤷‍🤔🤔🤔🤔🤔🤔🤔🤔🤯🤯🤯🤯🤯🤯i mean just look at d quality of teaching itna to tum waha b nhi sikh skte jaha hazaro rs kharcha krke classes lagate ho😭
    U r damn good sir aapki teaching is just wow👌👌👌😍😍😍😍😍shabd nhi mere paaas tarif k....

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

      True

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

      kuyu ki isne tho bas commads bataye hai syntax ni
      kis chez ko kaha lagana hai vo tho nahi bataya
      aur title me python full course hahah
      muje chutiya bana diya

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

      Kaha se aate hai ye log

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

      true bro

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

      true bro

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

    I made my first snake game on my life, just for harry...
    Love from Assam

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

    def sum(a,b,e):
    print("this sum is ")
    C=a+b+e
    return C
    d=sum(34,45,43)
    print(d)

  • @harshitgupta7505
    @harshitgupta7505 3 года назад +5

    Unbelievable teaching 💗❤️❤️
    I love coding 🤩

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

      Bro did you learn anything

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

    Thank you so much Harry. You are simply awesome.. "Bro" wala feeling aata hai.. when I watch your videos. Thanks a lot. Good wishes from the heart! :)

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

    Ex 1.
    a="12"
    a=int(a)
    print(a)
    a=float(a)
    print(a+2.4)
    Output:
    12
    14.4

  • @Royal_Queen-ASK
    @Royal_Queen-ASK Год назад +1

    # Quiz: Use for loop to itrate dictionary, set and tuples
    1:30:07
    # Your Quiz Answer
    dict1 = { "Name": "Aishwarya", "Age": 13, "First Name": "Rashi" }
    for item in dict1:
    print(item)

  • @sonammishra2964
    @sonammishra2964 5 лет назад +27

    Your teaching explanation alwasy amazing yar
    I love your teaching methods
    U r really greate man

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

      nice

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

      ᑕᕼᗩᒪ ᒍᑌTᕼI

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

      @@AdityaChoudhary2108 🤭🤭

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

      Watch and learn some mini projects using python fully working executable by which you can directly install it
      Click in this @ ForCodeCoder

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

      agar ise good way of teaching kehte h to baki sabhi teachers ko tu himalya per chle jana chahi ye

  • @madhurashegokar3864
    @madhurashegokar3864 4 года назад +8

    HARRY
    you are genius
    my age is 10 and you have made me a coder
    i can code c , c++, python , java script and many more from you
    i wish i could become a software devoloper
    thanks .
    your student ameya

  • @ravian8711
    @ravian8711 4 года назад +4

    You have done a very well job . You have compact the whole course to understand the language only .
    Thanks Harry

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

    sir , the question you given at 59:40 of the operators, here's the answer
    a = 3
    # b = 2
    # print(a ** b)
    # print(a // b)
    # print(a % b)

  • @mdaamirsiddiqui6059
    @mdaamirsiddiqui6059 4 года назад +17

    e = "41"
    e = int(41)
    print(e)
    e = float(41)
    print(e)

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

    a="10"
    a=int (a)
    Print(a)
    a=float(a)
    Print(a)❤

  • @programmingwithjavascript3579
    @programmingwithjavascript3579 3 года назад +24

    My teacher also suggest your RUclips channel 😂💞💞😂💞

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

    aapka bahut bahut dhanyawad...bahut time kei jagah paid course par barbaad kiya lekin finally ab sahi platform mila..paid course se jayda valuable course hai..thanks a lot sir

  • @engineerbhai7642
    @engineerbhai7642 5 лет назад +139

    Please start machine learning. You are best coder in you tube.

  • @mahirmsb25
    @mahirmsb25 4 года назад +4

    E="25"
    E=float(25)
    Print(e+5)
    E="25"
    E=int(25)
    Print(e+5)

  • @shreyash8747
    @shreyash8747 4 года назад +7

    Sir thanks you for this detailed introduction to Python and as you told me I have commented important points before every code

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

    a = "32"
    a = int(a)
    print(a+2)
    a = float(a)
    print(a+2.2)

  • @anuzravat
    @anuzravat 4 года назад +10

    I WAS EXPECTING TOO MUCH.. BUT STILL 1HR 45 MINS ME ISSE JYADA PYTHON NI HO SKTA.. AND IN BETWEEN VSCODE TRICKS AND 1-2 CHROME TRICKS.. NICE.. IT WAS A REVISION FOR ME
    BUT STILL NICE VIDEO
    #KEEPITUP

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

    Any one else this one of the best code teacher in world

  • @saifalishaukataliansari7811
    @saifalishaukataliansari7811 5 лет назад +4

    Saif ali from Gujarat
    Aap ke python ke playlist starting kiya hai, aap ka samjane ka bhot jordarr tarika hai
    Thanks for python playlist for free

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

    e = 33
    e = int(e)
    e = float(e)
    print(type(e))
    print(e+2)

  • @074_raunaksingh4
    @074_raunaksingh4 4 года назад +21

    im trying to learn something new during lockdown
    : )

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

      bahut accha kam kar rahe ho... sirf sikho mat sikh ke apply bhi karo

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

      Me too.

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

      ruclips.net/channel/UC7eQmk5Baef8i80HwnmFoPQ

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

      Same bro

    • @Babytravel-t7o
      @Babytravel-t7o 4 года назад

      Want to work on live data science project that too free of any cost, so here is the chance join ruclips.net/video/xyq-zYr1cnI/видео.html and enjoy the free live session this 17 May 2020 Sunday 11:00 AM IST.

  • @soumikroy6683
    @soumikroy6683 4 года назад +11

    Hands down
    This is the best python class I have ever attended.

  • @shrirangkapse2903
    @shrirangkapse2903 4 года назад +4

    amazing! i am in 8th std but still able to do coding and learn python!

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

    '''
    OUTPUT
    31 is
    31.0 is
    31 is

  • @RakeshKumar-jj5ru
    @RakeshKumar-jj5ru 4 года назад +8

    Just wanted to learn basic syntax of python in less time and it does the job so great. HARRY Bhaiya thank u for different variation of courses ❤️

  • @stevenstrange5502
    @stevenstrange5502 3 года назад +7

    Sir, one video on SQL please. For beginners. A Huge respect to you.

  • @fayezahmad112
    @fayezahmad112 4 года назад +4

    1.print("Thank you")
    2.if(age==2+)
    3.print("have a great day")

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

    s = "56.7"
    i = 43
    i=float(i)
    print(i)
    i=str(i)
    print(i)
    s = "56.7"
    s=float(s)
    print(s)
    s=int(s)
    print(s)
    f = 34.0
    f=int(f)
    print(f)
    f=str(f)
    print(f)

  • @muhammadahmar1864
    @muhammadahmar1864 4 года назад +11

    herry sir ap level k teacher ho and carry on your participation in programming courses!!!!

    • @SUMITKUMAR-rx9vx
      @SUMITKUMAR-rx9vx 4 года назад

      Sumit kumar (rajkiya engineering College Azamgarh)

    • @AfrozKhan-mo8il
      @AfrozKhan-mo8il 4 года назад

      Bro After 12 Can I Pursue Python Language Learning Skill By any Coaching Centre, and can I get job without Any college Degree Please Reply
      Thank You

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

      @@AfrozKhan-mo8il If you are an Indian, then, most companies will expect you to have an Engineering/ MCA degree.

  • @pushkardey
    @pushkardey 4 года назад +31

    "is Satyay ko koi badal nahi sakta " 😂😂😂 str LEN aur str INDEX ka fark samjhane sabse best way...

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

      In case, anyone wants to learn python by making games, have a look here.
      ruclips.net/video/6bU7B9aWY8E/видео.html

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

      FULL PYTHON COURSE with 24X7 Doubt Assistence
      ruclips.net/video/0TFFTzHXk8c/видео.html

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

      Bhai 12th ki liye thik rehga

  • @hackercracker5496
    @hackercracker5496 4 года назад +7

    As i am feeling like that I am in the couchin instutation . Thank you sir🙂🙂🙂❤❤❤❤❤😘😘😘😘

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

    def sum(a,b):
    return (a*b)
    d=sum(3,4)
    print (d)

  • @MrSalah3
    @MrSalah3 5 лет назад +7

    May Allah give you potential to achieve your goal. Ameen. I have downloaded a lot of videos from your channel. Keep it up bro. Thanks.

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

    s = "5"
    s = int(s)
    print(s+2)
    Output : 7
    s = float(s)
    print(s+2)
    Output : 7.0
    s = str(s)
    print(s+2)
    Output: error 😁

  • @ancient9182
    @ancient9182 4 года назад +9

    5:01 If you are having an error, try writing py instead of python.. Hope it works!!

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

    print(a)
    print(type(a))
    b=10
    print(float(a))
    print(str(a))
    c=10.10
    print(int(a))
    print(str(a))
    d="10"
    print(float(a))
    print(int(a))

  • @abdulsaleem1137
    @abdulsaleem1137 4 года назад +20

    I really want to become a coder.