Тёмный

Math in Python is easy + exercises 📐 

Bro Code
Подписаться 1,9 млн
Просмотров 88 тыс.
50% 1

#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

Опубликовано:

 

26 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 91   
@annoyingprecision2487
@annoyingprecision2487 Год назад
Absolutely delightful video. Thanks a lot for sharing.
@Alltopicreader
@Alltopicreader Год назад
How relatable do you want the thumbnail to be? Bro Code: Yes
@luiseduardo8806
@luiseduardo8806 Год назад
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 Год назад
He's talking about you
@abirtg
@abirtg Год назад
@@TheBennestBen deadass
@cringenightmareintown4030
@cringenightmareintown4030 Год назад
@@TheBennestBen bozo
@itachu.
@itachu. 6 месяцев назад
​@@TheBennestBennah bro I support you for that one
@The_spaceguy
@The_spaceguy 2 месяца назад
@@TheBennestBen looolll
@fantomas44736
@fantomas44736 Год назад
very nice lesson.
@61TS018
@61TS018 Год назад
Very goood
@user-qh1rf6tm5u
@user-qh1rf6tm5u 5 месяцев назад
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 Год назад
bro is best in youtube i can say
@mehdismaeili3743
@mehdismaeili3743 Месяц назад
Excellent .
@wmstram1
@wmstram1 Год назад
Watched it. Liked it.
@niceballz243
@niceballz243 Год назад
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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-xQJxIXOVleE.html
@youtube_new_update_sucks
@youtube_new_update_sucks Год назад
If 'Friends = 0;' So '100 friends' means '0 * 100 = 0'. So it's still 0 then.
@dhruvsharma3522
@dhruvsharma3522 11 месяцев назад
100 friends means friends = 100
@Akash-wi4yz
@Akash-wi4yz 8 месяцев назад
the start was dark💀
@gancuber4204
@gancuber4204 6 месяцев назад
@@Akash-wi4yz friends = -2 tho 💀💀💀💀💀💀💀💀🗿🗿🗿🗿🗿🗿🗿🗿
@Rekon-se6wv
@Rekon-se6wv Год назад
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.')
@user-hr5nw3ip2b
@user-hr5nw3ip2b 24 дня назад
😂
@lucky_overdrive4426
@lucky_overdrive4426 Год назад
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
@joncaldwell4753
@joncaldwell4753 25 дней назад
Good job, thank you
@PavanUthsara
@PavanUthsara Год назад
Superb
@jamilhfl
@jamilhfl 11 месяцев назад
Love ❤ you for the exercise and explaining way. For you 🌷⚘🌹💯
@GTV_367
@GTV_367 10 месяцев назад
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
@shaswatachowdhury9032
@shaswatachowdhury9032 4 месяца назад
Thank you! :)
@DailyDoseofSpace.
@DailyDoseofSpace. Год назад
Ended up in the loophole making myself create a sine and cosine rule calculator lol it was fun
@user-fc8vj5dy9g
@user-fc8vj5dy9g 7 месяцев назад
thanks bro!
@gamePlays9699
@gamePlays9699 Год назад
COOL!
@Abzarad
@Abzarad Месяц назад
thanks Bro
@Dunith_Munasinghe
@Dunith_Munasinghe Год назад
Thank you ❤️😊
@bekturasanbekov1979
@bekturasanbekov1979 Год назад
thx 4 vid bro !
@user-rv8jk9dh1i
@user-rv8jk9dh1i Год назад
BRO you better then my teacher math😅❤
@rexoverwatch
@rexoverwatch 5 месяцев назад
nice bro
@Curious_Clover
@Curious_Clover 2 месяца назад
3:37 Is an amazing way to explain remainders. Understood it right away.
@user-ace96plays
@user-ace96plays 7 месяцев назад
NICELY DONE BRO...❤5/106
@dilshoddilmurodov6548
@dilshoddilmurodov6548 Год назад
best
@warp5532
@warp5532 Год назад
0:30 got me good, damn.
@AdobadoFantastico
@AdobadoFantastico Год назад
These are always so low key funny.
@techbio6974
@techbio6974 Год назад
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
@penguinxed
@penguinxed Год назад
love you bro
@Lameless
@Lameless Год назад
Thumbnail is so true
@amiramhamado
@amiramhamado 11 месяцев назад
عظيم
@attilalukacs2916
@attilalukacs2916 5 месяцев назад
Bro: "Currently you have 0 friends" That hit way too hard
@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
@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}")
@PriyankSaini-ib4nq
@PriyankSaini-ib4nq Год назад
11:08 we can write the power as raidius**2 ? i tried it worked .
@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
@aungshinthant5858
@aungshinthant5858 Год назад
Bro or Sir please upload REACTJS full course
@MohyDev
@MohyDev Год назад
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. 6 месяцев назад
Stop copy pasting
@VZWK
@VZWK 5 месяцев назад
Robotic ass mf 🤖🤖🤖🤖🤖
@quentin_pilote7063
@quentin_pilote7063 7 месяцев назад
tip = if you dont want to type the modul all the time you can import all its content by "from math import *"
@abdulhannan-18
@abdulhannan-18 7 месяцев назад
x = 3.12246 y = 4 print(round(x, 4)) 3.1225
@zahraalemi1872
@zahraalemi1872 5 месяцев назад
🧡🧡🧡
@tehblocky8067
@tehblocky8067 Год назад
699k subs, nice
@akashdakrinayak3146
@akashdakrinayak3146 Месяц назад
Bro how to use trigonometrical equation in python
@naphtalifurst4045
@naphtalifurst4045 Год назад
hi can you explain pid?
@MicahUhl
@MicahUhl Год назад
no code this time???! can you paste it pls?
@user-ux1hz9je9g
@user-ux1hz9je9g 6 месяцев назад
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
@kacper1836
@kacper1836 Год назад
better look 😎 print(f"The area of the circle is: {round(area, 2)} cm\u00b2")
@omorplush
@omorplush Год назад
you didnt have to roast me like that
@prag_un
@prag_un Год назад
at 5:51 we can write it as pow(y, 3) right?
@stergiospapach.1469
@stergiospapach.1469 8 месяцев назад
Yes
@KoenPol123
@KoenPol123 Год назад
You already made a full python course. Why do you make this tutorial? Btw Keep up the good work!!
@soyozzz
@soyozzz Год назад
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 Год назад
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.
@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 27 дней назад
sorry if this is a dumb question but what is "side a"?
@gancuber4204
@gancuber4204 6 месяцев назад
I have -2 friends yes
@purpletom_yt3138
@purpletom_yt3138 11 месяцев назад
W thumbnail
@user-zr9cb9nc9k
@user-zr9cb9nc9k Год назад
what about floor division??
@ericcartman2119
@ericcartman2119 11 месяцев назад
what about ghost division??
@FuelledByKanin
@FuelledByKanin Год назад
are fundraiser videos not recommended? I don't see your videos from my subscriptions.
@melissast9237
@melissast9237 4 месяца назад
10:29
@Zorahime29
@Zorahime29 9 месяцев назад
2:38 continue Edit:done!
@SmurQx-jr6uk
@SmurQx-jr6uk Год назад
im crying while watching
@Anonymationsthecoolanimator
Bro the thumbnail💀
@user-tv7sf6yj1h
@user-tv7sf6yj1h 9 месяцев назад
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 27 дней назад
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 2 месяца назад
1:29 out of context 💀
@Curious_Clover
@Curious_Clover 2 месяца назад
And then it's followed up by 1:39.
@Curious_Clover
@Curious_Clover 2 месяца назад
2:20 😭
@Dan-xl6ip
@Dan-xl6ip Месяц назад
+999999999 aura
Далее
5 Good Python Habits
17:35
Просмотров 395 тыс.
If statements in Python are easy (if, elif, else) 🤔
8:21
5 Useful Dunder Methods In Python
16:10
Просмотров 53 тыс.
User input in Python is easy + exercises ⌨️
13:04
How To Create Decorator Functions In Python
4:59
Просмотров 3,1 тыс.
These coding projects give you an unfair advantage
8:13
Python Decorators in 15 Minutes
15:14
Просмотров 427 тыс.
SymPy is REVOLUTIONARY For Mathematical Tasks
25:15
Просмотров 67 тыс.
Functions in Python are easy 📞
10:38
Просмотров 403 тыс.
Python 101: Learn the 5 Must-Know Concepts
20:00
Просмотров 1,1 млн