Math in Python is easy + exercises 📐

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ค. 2024
  • #Python #math #module
    Python arithmetic operators and math module tutorial example explained
    00:00:00 arithmetic operators
    00:04:23 built-in functions
    00:06:43 math module
    00:08:44 exercise #1 circumference of a circle
    00:10:30 exercise #2 area of a circle
    00:12:00 exercise #3 hypotenuse calculator

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

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

    Absolutely delightful video. Thanks a lot for sharing.

  • @Alltopicreader
    @Alltopicreader ปีที่แล้ว +54

    How relatable do you want the thumbnail to be?
    Bro Code: Yes

  • @luiseduardo8806
    @luiseduardo8806 ปีที่แล้ว +45

    How can you say that you have no friends by now you have gattered at least more than half a million of them

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

      He's talking about you

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

      @@TheBennestBen deadass

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

      @@TheBennestBen bozo

    • @itachu.
      @itachu. 7 หลายเดือนก่อน

      ​@@TheBennestBennah bro I support you for that one

    • @The_spaceguy
      @The_spaceguy 3 หลายเดือนก่อน

      @@TheBennestBen looolll

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

    very nice lesson.

  • @user-qh1rf6tm5u
    @user-qh1rf6tm5u 6 หลายเดือนก่อน +2

    Wonderful to learn python from your videos. You teach so well in an easy way. Sir can you please give some exercises as a daily lesson for beginners.

  • @qartveli.generali
    @qartveli.generali ปีที่แล้ว +6

    bro is best in youtube i can say

  • @mehdismaeili3743
    @mehdismaeili3743 2 หลายเดือนก่อน

    Excellent .

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

    Very goood

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

    Thanks bro code I know very little about python and I have a project where I need to make a pizza ordering thing from scratch and this really helped so again thank you

  • @Curious_Clover
    @Curious_Clover 3 หลายเดือนก่อน +1

    3:37 Is an amazing way to explain remainders. Understood it right away.

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

    Good job, thank you

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

    Love ❤ you for the exercise and explaining way.
    For you 🌷⚘🌹💯

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

    Watched it. Liked it.

  • @GTV_367
    @GTV_367 11 หลายเดือนก่อน +3

    We have half of friend😂 good informative vid too

  • @niceballz243
    @niceballz243 ปีที่แล้ว +9

    Adding stupid features to this simple exercises makes them really fun tho.
    import math
    Title = "Pizza circumference and area calculator"
    print(Title.title())
    diameter = input("Please enter diameter of your pizza: ")
    flavour = input("Enter your pizza's flavour: ")
    if flavour == "Hawaii" or "Pineapple":
    print("How the fuck can you eat that?")
    if bool(diameter.isdigit()) == False:
    print("This is not a diameter of your pizza >:(")
    if bool(diameter.isdigit()) == True:
    diameter = int(diameter)
    r = diameter/ 2
    C = 2 * math.pi * r
    A = math.pi * pow(r,2)
    C = round(C, 1)
    A = round(A, 1)
    print(f"The circumference of your {flavour} pizza equals: {C} cm.")
    print(f"The area of your {flavour} pizza equals {A} cm^2.")
    Third Program
    import math
    Title = "Weird triangle thingy calculator"
    print(Title.upper())
    side_a = input("Enter first side of a triangle: ")
    side_b = input("Enter second side of a triangle: ")
    if bool(side_a.isdigit()) == False or bool(side_b.isdigit()) == False:
    print("Cant make math out of that.")
    print("Both sides have to be numbers")
    elif bool(side_a.isdigit()) == True and bool(side_b.isdigit()) == True:
    side_c = math.sqrt(pow(int(side_a), 2) + pow(int(side_b), 2))
    print(f"The third side of this triangle equals {round(side_c, 2)} cm")

    • @AestheticBlue13
      @AestheticBlue13 13 วันที่ผ่านมา

      I like trying ppl's codes :)))

  • @youtube_new_update_sucks
    @youtube_new_update_sucks ปีที่แล้ว +37

    If 'Friends = 0;'
    So '100 friends' means '0 * 100 = 0'.
    So it's still 0 then.

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

      100 friends means friends = 100

    • @Akash-wi4yz
      @Akash-wi4yz 9 หลายเดือนก่อน +1

      the start was dark💀

    • @gancuber4204
      @gancuber4204 7 หลายเดือนก่อน +1

      @@Akash-wi4yz friends = -2 tho 💀💀💀💀💀💀💀💀🗿🗿🗿🗿🗿🗿🗿🗿

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

    thx 4 vid bro !

  • @shaswatachowdhury9032
    @shaswatachowdhury9032 5 หลายเดือนก่อน

    Thank you! :)

  • @The_spaceguy
    @The_spaceguy 3 หลายเดือนก่อน

    Bro said it was going to be confusing, but made it the easiest thing I’ve ever seen

  • @DailyDoseofSpace.
    @DailyDoseofSpace. ปีที่แล้ว +1

    Ended up in the loophole making myself create a sine and cosine rule calculator lol it was fun

  • @user-fc8vj5dy9g
    @user-fc8vj5dy9g 8 หลายเดือนก่อน +1

    thanks bro!

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

    Superb

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

    Thank you ❤️😊

  • @user-rv8jk9dh1i
    @user-rv8jk9dh1i ปีที่แล้ว +2

    BRO you better then my teacher math😅❤

  • @user-ace96plays
    @user-ace96plays 8 หลายเดือนก่อน +3

    NICELY DONE BRO...❤5/106

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

    hellow bro code we need a video like how they connect front end website to back end using python give a full clarification as well as make a video that would really help for us

  • @Rekon-se6wv
    @Rekon-se6wv ปีที่แล้ว +27

    if friends == 0:
    if weed == 0:
    print('the hell is unavoidable, gg wp')
    else:
    print('You escaped the hellhole for a while, but it wont last for long')
    else:
    print('You are dreaming, wake up. This is not happening.')

  • @rexoverwatch
    @rexoverwatch 6 หลายเดือนก่อน

    nice bro

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

    COOL!

  • @PriyankSaini-ib4nq
    @PriyankSaini-ib4nq ปีที่แล้ว +1

    11:08 we can write the power as raidius**2 ? i tried it worked .

  • @Abzarad
    @Abzarad 2 หลายเดือนก่อน

    thanks Bro

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

    0:30 got me good, damn.

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

    These are always so low key funny.

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

    love you bro

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

    عظيم

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

    best

  • @akashdakrinayak3146
    @akashdakrinayak3146 2 หลายเดือนก่อน +1

    Bro how to use trigonometrical equation in python

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

    no code this time???! can you paste it pls?

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

    Bro or Sir please upload REACTJS full course

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

    hi can you explain pid?

  • @attilalukacs2916
    @attilalukacs2916 6 หลายเดือนก่อน

    Bro: "Currently you have 0 friends"
    That hit way too hard

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

    Thumbnail is so true

  • @MohyDev
    @MohyDev ปีที่แล้ว +14

    I have always believed that education is the ultimate code to crack. Thanks to Bro Code, I have been able to unlock some of the most complex programming languages and computer science concepts with ease. Your videos have been instrumental in helping me level up my skills. So, from the bottom of my heart (and stack), thank you for being the best educational channel out there. Keep up the good work, Bro Code! Your dedication to educating the masses about programming languages and computer science has been truly inspiring. I would love to connect with you and learn more about your journey and how you became one of the best educational channels out there. again, thank you for being a constant source of knowledge and inspiration for us all. You're the real MVP, Most Valuable Programmer

    • @Jam.is.nice.
      @Jam.is.nice. 7 หลายเดือนก่อน +2

      Stop copy pasting

    • @VZWK
      @VZWK 6 หลายเดือนก่อน

      Robotic ass mf 🤖🤖🤖🤖🤖

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

    699k subs, nice

  • @gancuber4204
    @gancuber4204 7 หลายเดือนก่อน +2

    I have -2 friends yes

  • @zahraalemi1872
    @zahraalemi1872 6 หลายเดือนก่อน

    🧡🧡🧡

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

    at 5:51 we can write it as pow(y, 3)
    right?

  • @user-ux1hz9je9g
    @user-ux1hz9je9g 6 หลายเดือนก่อน +1

    so when doing the exercises I stopped and just did the whole code ahead and then if I had issues I would unpause and watch if I couldnt trouble shoot.
    on 3rd exercise I got the same output but my code for finding c was different.
    A = 3
    B = 4
    c = math.sqrt(a**2 + b**2)
    OUTPUT: C = 5
    Is there a situation where using math.sqrt (pow() + pow()) is better or is it just good practice?

    • @Fynn_Crypto
      @Fynn_Crypto 6 หลายเดือนก่อน

      I coded ahed too and I used (pow() + pow()) just for practice and remembering the function.
      I think its just good for practice if you want to remember differnt math functions

  • @abdulhannan-18
    @abdulhannan-18 8 หลายเดือนก่อน

    Ceil (up by 1) vs floor (down by 1):
    x = 3.72246
    y = 4
    z = 5
    print(x.__floor__())
    3
    x = 3.12246
    y = 4
    z = 5
    print(x.__ceil__())
    4

  • @abdulhannan-18
    @abdulhannan-18 8 หลายเดือนก่อน

    x = 3.12246
    y = 4
    print(round(x, 4))
    3.1225

  • @オモリ
    @オモリ ปีที่แล้ว

    you didnt have to roast me like that

  • @abdulhannan-18
    @abdulhannan-18 8 หลายเดือนก่อน

    import math
    a = float(input("Enter a:"))
    b = float(input("Enter b:"))
    c = math.sqrt(pow(a, 2) + pow(b, 2))
    print(f"c is: {c}")
    Enter a:3
    Enter b:4
    c is: 5.0

  • @quentin_pilote7063
    @quentin_pilote7063 8 หลายเดือนก่อน +1

    tip = if you dont want to type the modul all the time you can import all its content by "from math import *"

  • @rossjohnson9984
    @rossjohnson9984 7 หลายเดือนก่อน

    import math
    a = float(input("Enter value for side A: "))
    b = float(input("Enter value for side B: "))
    c = math.sqrt((a**2) + (b**2))
    print(f"The hypotenuse, or C, is equal to: {round(c, 2)}cm")
    This is how I did this one before watching it through, it still works but it seems like extra steps?

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

      sorry if this is a dumb question but what is "side a"?

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

    You already made a full python course. Why do you make this tutorial? Btw Keep up the good work!!

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

      He is updating the playlist with new good videos about the same, check "Python tutorial for beginners" playlist.

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

      @@soyozzz ok

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

      I haven't completed that course yet so I'm not sure if there's exercises at the end of it. This tutorial has exercises which are helpful too.

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

    W thumbnail

  • @user-zr9cb9nc9k
    @user-zr9cb9nc9k ปีที่แล้ว

    what about floor division??

  • @Wisdom_77751
    @Wisdom_77751 2 หลายเดือนก่อน

    import math
    Base=float(input("Enter the measurement of base:"))
    Perpendicular=float(input("Enter the measurement of perpendicular:"))
    hypotenuse = math.sqrt( pow(Base,2)+pow(Perpendicular,2))
    print(f"The hypotenuse of the triangle is: {hypotenuse}")

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

    better look 😎
    print(f"The area of the circle is: {round(area, 2)} cm\u00b2")

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

    are fundraiser videos not recommended? I don't see your videos from my subscriptions.

  • @melissast9237
    @melissast9237 5 หลายเดือนก่อน +1

    10:29

  • @Jack231
    @Jack231 26 วันที่ผ่านมา

    3:09

  • @Zorahime29
    @Zorahime29 9 หลายเดือนก่อน

    2:38 continue
    Edit:done!

  • @SmurQx-jr6uk
    @SmurQx-jr6uk ปีที่แล้ว

    im crying while watching

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

    Bro the thumbnail💀

  • @user-tv7sf6yj1h
    @user-tv7sf6yj1h 10 หลายเดือนก่อน

    Your channel is interesting but too fast so it's difficult to catch up to what you are teaching. i wish it was taught a little simpler and slower

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

      late response but you can always play the video in ,75% speed or just pause the video to soak in what you just learned

  • @Curious_Clover
    @Curious_Clover 3 หลายเดือนก่อน

    1:29 out of context 💀

    • @Curious_Clover
      @Curious_Clover 3 หลายเดือนก่อน

      And then it's followed up by 1:39.

    • @Curious_Clover
      @Curious_Clover 3 หลายเดือนก่อน

      2:20 😭

  • @Dan-xl6ip
    @Dan-xl6ip 2 หลายเดือนก่อน

    +999999999 aura