Python Tutorial to learn Python programming with examples
Complete Python Tutorial for Beginners Playlist :
Python Tutorial in Hindi :
Github :-
In this video we will see:
– Mathematical function
– In built function
– Calling Function
– Import in Python
– Floor function
– Ceil function
– Pow function
– Printing pi value
– Finding square root by sqrt function
– Changing name of inbuilt function
– Importing only some part from Math
Editing Monitors :
Check out our website:
Follow Telusko on Twitter:
Follow on Facebook:
Telusko :
Navin Reddy :
Follow Navin Reddy on Instagram:
Subscribe to our other channel:
Navin Reddy :
Telusko Hindi :
Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
Nguồn: https://chaoticpharmacology.com/
Xem thêm bài viết khác: https://chaoticpharmacology.com/cong-nghe/
Xem thêm Bài Viết:
- Samsung Galaxy Trend Plus S7580 hard reset
- FPT Shop – Khui hộp Samsung Galaxy Tab 3 V – Tablet tầm trung cho người Việt
- [Review dạo] Đánh giá chi tiết Samsung Galaxy S5 LTE A G906
- HARD RESET S2 HD , E120L , E120K MỞ KHÓA MÀN HÌNH S2HD , HIEU MOBILE
- Tư vấn điện thoại Galaxy Note 5 bây giờ chỉ còn 2 đến 3 triệu liệu có đáng mua không?
e is Euler number not epsilon……….
Well print(math.floor/ceil()) works good but when 2.00000000000000000000000000000000001 is type with ceil it still shows 2. And same with a 2.999999999999999999999999999999999
Navin can you please how to work with biopython i am unable to run biopython in python how to do that
ans of quiz :
28
381
753
72
1…28
2…381
3…753
4…72
Tq 🤗
After watching your videos my mind or my programmed conscience has done a decision of my self whenever I get your teaching helpful in future I 'll certainly donate a good guru dakshina to your channel as i considering you as modern rishi, muni or guru whatever . Hats off to you man.
Watching your video in 2020 , gaining some skills , your are aswm man , the way you clearing each concept,+ short clips and at end of video some work ♥️. Great work sir
floor gang!
What if i wanna use sqrt and floor together??? How to do it???
You are the best teacher
help ('math') is not working 🙁
Yeahh it works !! 😄😄 Loving this python tutorial amazing ❤️
Python God……… 🙏🙏
You are best teacher & I think actor also 😅
it's amazing, thanks
Your videos are too fine to understand and well short-time videos is never too easy to explain but you proved it.
Thanks
im on the 16 th video but still donot know how to print scan a number in python. it should be taught first.
I just saw it till 0:20 and then only i hit the subscribe button
In math function
How to limit the value
Ex
The value of pi is 3.14
But for to limit to 3
What about math. isfinite
sir how to write log , sin land some functions
7>>2 = 28
126|265 = 383
652^123 = 753
(288<<2)>>(26//6) = 72
Hi sir,
I have compared answer of m.sin(45)*2=1.701 python,
But in my scientific calculator
Sin(45)*2=1.414.
Can you u explain it sir.
Regards
You speak way to fast for teaching.
Sir after using from maths import sqrt ,floor I was able to use ceil function tooo how it is ?????
Just one thing to say…….you are amazing teacher.
Quiz answers which I got :
1.28
2.381
3.561
4.72
Import math as m
Giving,
math.pow(2,3)
I am facing the issue of
NameError: name 'math' is not defined..
Help me out 😔!!!
what about trigonometry functions i got with …""print(math.asin( )) "" what shd i have to mention can any one plz tell me…with examples
well its nor epsilon but 'e' Eulers number, being a math video. You cant get this wrong.
hi hello navin
may i ask u for books that i can read from it ..because i searh and i can't find good books
please
you can put some links for books u recommend and thank u
Very good tutorial Navin. In my IDLE, pow function works without importing math module.
why do you say, welcome back ALIENS instead of the fact no alien is here
One of the best series i ever found on YouTube of python…thank you so much sir 😊
1. 28
2. 379
3. 745
4. 72
1st – 28
2nd – 381
3rd – 753
4th – 72
i love the way he said wht u waiting for hahahh
i am not an alien
print(who Isthe best teacher in the world)
=navin sir
You're awesome man
Thank you Sir.
1. 7 << 2 = bin(7) = 0b111 + 00 = 0b11100 = 28
2. 125 | 265(bitwise or) = 381
3. 652 ^ 125(bitwise xor) = 753
4. (288 << 2) >> (26 // 6) =
bin(288) << 2 = 0b100100000 + 00 >> 4
ie. lose 4 bits from the end .
0b1001000 = 72 .
loving your way of teaching sir , thank you for these priceless tutorials.
Awesome sir
I love the this video
Cos functions are not working with math command
Thanks for great video. Quick question on this one ? after importing math module how come pow(4,5) works but sqrt still need math.sqrt(25) and not just sqrt(25)??
1.28
2.381
3.753
4.72
Hw questions
Print(25 & ~30) = ??