#15 Python Tutorial for Beginners | Import Math Functions in Python

preview_player
Показать описание
Check out our courses:

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO20 (20% Discount)

Udemy Courses:

For More Queries WhatsApp or Call on : +919008963671

In this lecture we are discussing about math function:
-- math module in Python provides a wide range of mathematical functions.
-- math module is a built-in module in Python.
-- math module is used to perform mathematical operations.
-- math module is used to perform mathematical operations like square root, power, floor, ceil, etc.

-- for using math module we have to import it first
# import math
or
-- we can use alias name like m=math then we can use m.
or
-- we can import only required function like from math import sqrt,pow
sqrt(25)
pow(2,3)

Here are some of the most commonly used ones methods of math module:

Here are some of the most commonly used ones attributes(constant) of math module:

math.e: Returns the value of e.

using help function we can get all the information about math module
help(math)

Editing Monitors :

More Learning :

Donation:
PayPal Id : navinreddy20
Рекомендации по теме
Комментарии
Автор

I came looking for copper and I found gold. Keep up the good work 👍

leonhardeuler
Автор

From where did you come? You are the best teacher for Python on Youtube. We are so lucky to have you. Your teaching is simply awesome I love it and I am learning a lot from you. The way your helping us one day someone will also help you. Huge respect for you. Thank You.

flamboyantperson
Автор

1:06 sir: we are living in a world where u need to ask for things
Me: *subscribed immediately*😂

dipali_d
Автор

What i like most is short video, to the point, clear concept ... user not get bored.

SunilSingh
Автор

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 = + 00 >> 4
ie. lose 4 bits from the end .
0b1001000 = 72 .
loving your way of teaching sir, thank you for these priceless tutorials.

vishalghuman
Автор

Sir, because of you I've passed in my exam! Thank you so much.

rajeevranjan
Автор

I had gone through a lot of playlist for learning python but you are an exceptional teacher.The editing in your videos make you stand apart from others as well.Your teaching as well as video making skills together make your playlist a great content.
Thank you for helping us.

kishanrai
Автор

The time when he started adding memes in the middle

It's awesome

sakshigopalsaha
Автор

Trivial yet important topics covered with so much ease and that too in such a short Amazing!!!🙌🙌 You deserve a standing ovation Keep educating the ALIENS!!!😁🤞🙌😃

ankitabhatt
Автор

I feel like sitting continuously for hours and can easily finish this complete tutorial. Will never get bored.

Thanks for all your efforts 😊

mohammedazmathulla
Автор

short, simple and straight to the point.. your teaching skills are just wow

nakul
Автор

Thank You So much Naveen. I have been through a lot of other vid tutorials on Python, but your's is the best. Its straight to the point, short and simple. Thank You So much man.

abhisekrout
Автор

You have got some god gift sir, your lectures are jaw dropping easy and to the point hoping to get some great learning i hope there will be some project like scenarios videos and you will be the best tutor on youtube.

ArunMiskin
Автор

I used to hate python, but not anymore Thanks to you sir, really enjoying your video. I wish we had lecturer like you in my college days

neeman
Автор

Brother you are not only a nice teacher you are nice man in real life I assume. Your face and expression says your are born for help people. From bangladesh

alexikamran
Автор

i had learned c and c++ but after watching this video i get to know the working of bitwise.
well explained
sir keep uploading videos about new oppertunities that are coming out for CSE students

nikhileshverma
Автор

1. 28
2. 381
3. 753
4. 72
Done by hand.
Thanks for nice tutorial ;-)

VojtaMaur
Автор

One of the best series i ever found on YouTube of python...thank you so much sir 😊

sakshisahu
Автор

As a beginner, it was really helpful. Thanks, Telusko.

wikhan
Автор

Just one thing to are amazing teacher.

Aman-vuss