Math in Python is easy + exercises 📐

Поділитися
Вставка
  • Опубліковано 12 чер 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

КОМЕНТАРІ • 91

  • @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.')

  • @Alltopicreader
    @Alltopicreader Рік тому +52

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

  • @annoyingprecision2487
    @annoyingprecision2487 11 місяців тому +5

    Absolutely delightful video. Thanks a lot for sharing.

  • @fantomas44736
    @fantomas44736 Рік тому +1

    very nice lesson.

  • @luiseduardo8806
    @luiseduardo8806 Рік тому +42

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

  • @61TS018
    @61TS018 Рік тому +2

    Very goood

  • @user-qh1rf6tm5u
    @user-qh1rf6tm5u 4 місяці тому +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.

  • @joncaldwell4753
    @joncaldwell4753 11 днів тому

    Good job, thank you

  • @mehdismaeili3743
    @mehdismaeili3743 Місяць тому

    Excellent .

  • @niceballz243
    @niceballz243 Рік тому +8

    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")

    • @janusztarnowski115
      @janusztarnowski115 Рік тому

      I owe everything I learned in programming to BroCode, so I encourage everyone to use this channel. If you want to know what progress I've made since then, check here ua-cam.com/video/xQJxIXOVleE/v-deo.html

  • @qartveli.generali
    @qartveli.generali Рік тому +5

    bro is best in youtube i can say

  • @jamilhfl
    @jamilhfl 11 місяців тому

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

  • @wmstram1
    @wmstram1 Рік тому

    Watched it. Liked it.

  • @youtube_new_update_sucks
    @youtube_new_update_sucks Рік тому +36

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

    • @dhruvsharma3522
      @dhruvsharma3522 10 місяців тому +1

      100 friends means friends = 100

    • @Akash-wi4yz
      @Akash-wi4yz 8 місяців тому +1

      the start was dark💀

    • @gancuber4204
      @gancuber4204 5 місяців тому +1

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

  • @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

  • @PavanUthsara
    @PavanUthsara Рік тому

    Superb

  • @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 6 місяців тому +1

    thanks bro!

  • @shaswatachowdhury9032
    @shaswatachowdhury9032 4 місяці тому

    Thank you! :)

  • @GTV_367
    @GTV_367 10 місяців тому +3

    We have half of friend😂 good informative vid too

  • @The_spaceguy
    @The_spaceguy 2 місяці тому

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

  • @Curious_Clover
    @Curious_Clover 2 місяці тому

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

  • @Dunith_Munasinghe
    @Dunith_Munasinghe Рік тому

    Thank you ❤️😊

  • @Abzarad
    @Abzarad Місяць тому

    thanks Bro

  • @bekturasanbekov1979
    @bekturasanbekov1979 11 місяців тому

    thx 4 vid bro !

  • @user-ace96plays
    @user-ace96plays 7 місяців тому +3

    NICELY DONE BRO...❤5/106

  • @rexoverwatch
    @rexoverwatch 4 місяці тому

    nice bro

  • @user-rv8jk9dh1i
    @user-rv8jk9dh1i Рік тому +2

    BRO you better then my teacher math😅❤

  • @amiramhamado
    @amiramhamado 11 місяців тому

    عظيم

  • @dilshoddilmurodov6548
    @dilshoddilmurodov6548 Рік тому

    best

  • @gamePlays9699
    @gamePlays9699 Рік тому

    COOL!

  • @warp5532
    @warp5532 Рік тому +2

    0:30 got me good, damn.

  • @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

  • @AdobadoFantastico
    @AdobadoFantastico Рік тому

    These are always so low key funny.

  • @PriyankSaini-ib4nq
    @PriyankSaini-ib4nq Рік тому +1

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

  • @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. 5 місяців тому +2

      Stop copy pasting

    • @VZWK
      @VZWK 5 місяців тому

      Robotic ass mf 🤖🤖🤖🤖🤖

  • @penguinxed
    @penguinxed Рік тому

    love you bro

  • @Lameless
    @Lameless Рік тому +1

    Thumbnail is so true

  • @attilalukacs2916
    @attilalukacs2916 5 місяців тому

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

  • @akashdakrinayak3146
    @akashdakrinayak3146 Місяць тому +1

    Bro how to use trigonometrical equation in python

  • @aungshinthant5858
    @aungshinthant5858 Рік тому +1

    Bro or Sir please upload REACTJS full course

  • @user-ux1hz9je9g
    @user-ux1hz9je9g 5 місяців тому +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 5 місяців тому

      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

  • @zahraalemi1872
    @zahraalemi1872 5 місяців тому

    🧡🧡🧡

  • @Wisdom_77751
    @Wisdom_77751 Місяць тому

    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}")

  • @abdulhannan-18
    @abdulhannan-18 7 місяців тому

    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

  • @tehblocky8067
    @tehblocky8067 Рік тому

    699k subs, nice

  • @abdulhannan-18
    @abdulhannan-18 7 місяців тому

    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

  • @naphtalifurst4045
    @naphtalifurst4045 Рік тому

    hi can you explain pid?

  • @quentin_pilote7063
    @quentin_pilote7063 6 місяців тому +1

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

  • @MicahUhl
    @MicahUhl Рік тому +1

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

  • @abdulhannan-18
    @abdulhannan-18 7 місяців тому

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

  • @prag_un
    @prag_un Рік тому +1

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

  • @rossjohnson9984
    @rossjohnson9984 6 місяців тому

    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 13 днів тому

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

  • @purpletom_yt3138
    @purpletom_yt3138 11 місяців тому +1

    W thumbnail

  • @omorplush
    @omorplush Рік тому

    you didnt have to roast me like that

  • @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.

  • @gancuber4204
    @gancuber4204 5 місяців тому +2

    I have -2 friends yes

  • @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 4 місяці тому +1

    10:29

  • @user-zr9cb9nc9k
    @user-zr9cb9nc9k Рік тому

    what about floor division??

  • @Zorahime29
    @Zorahime29 8 місяців тому

    2:38 continue
    Edit:done!

  • @SmurQx-jr6uk
    @SmurQx-jr6uk Рік тому

    im crying while watching

  • @Anonymationsthecoolanimator

    Bro the thumbnail💀

  • @user-tv7sf6yj1h
    @user-tv7sf6yj1h 8 місяців тому

    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 13 днів тому

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

  • @Dan-xl6ip
    @Dan-xl6ip 22 дні тому

    +999999999 aura

  • @Curious_Clover
    @Curious_Clover 2 місяці тому

    1:29 out of context 💀