Python 3 Tutorial for Beginners #3 - Numbers

preview_player
Показать описание
Hey all, in this Python 3 tutorial, I want to introduce you to your first Python data types - ints and floats. Ints (integers) are whole numbers and floats (or floating point numbers) have decimals.

----- COURSE LINKS:

---------------------------------------------------------------------------------------------
Other tutorials:

----- NODE.JS TUTORIALS

============== The Net Ninja =====================

================== Social Links ==================

Рекомендации по теме
Комментарии
Автор

just returned one of the highest rated udemy courses on python because you're so much easier to understand and actually explain.

dfgndfghdfghdfgh
Автор

good job, keep em coming Shaun, this is one of the most powerful languages to Learn.

justchris
Автор

One of the my friends recommended I should watch your videos to understand Python better.
And he is right I really appreciate your videos!

yigitcan
Автор

I'm taking a python course in college right now... currently getting more out of this series than I am out of the course material.
Pro tip: If you are dealing with the textbook "[edit]Python[/edit] for Everyone, " maybe consider this course as a compendium to your requisite assignments. That's what I'm doing, and it's lovely.

TheRealFaceyNeck
Автор

should note that division and multiplication, as well as addition and subtraction both have the same precedence, and therefore are calculated from left to right

qglbjxb
Автор

man you teach more then all apps and for free thank you so much man :).

bilinmeyenoyuncu
Автор

You are good at explaining things to understand

MistyKellogg
Автор

Thank you for this tutorials, I learned the basics of Python long ago but forgot all of it, I'm looking forward to re-learn and go much further.
I have noticed that with the double division operator you can get the whole part of the division, which is handy, like 15 // 4 = 3.
Also, I tried out age //= 2 and I wasn't really expecting to get the integer, but it returned integer, so that's worth noting too, I think.
Keep going with these awesome tutorials, they are my first recommendation to people who want to learn coding.
Greetings from the fellow astrophysicist! ;)

Gruximillian
Автор

I didn't learn BIDMAS in school. I think it might have been useful although I don't remember having trouble with OOO. Clever mnemonic.

slapthatplank
Автор

It baffles me why you don;t have a million+ subscribers. Your videos are the perfect learning pace. watching these makes me think of the matrix when Neo is learning martial arts...very high degree of facilitated uptake. What can your subscribers do to help you increase your viewership?

roya
Автор

Any way, shape or form😂.
Shaun❤️😂. Nice course btw

Odidi_Beeix
Автор

I have the notification bell on!!! Awesome. I love your tutorials.

luisbrito
Автор

BIDMAS, it took me a second to realize, but in the US we call it PEMDAS. It's always cool to see how things are remembered in slightly different ways.

codyolivotto
Автор

Might I add that using the // is rounding down? For example: 5 / 2 = 2.5 (float), but 5 // 2 = 2 (int, by rounding down or flooring). I believe this was a change from Python 2.7 to Python 3.x

seth
Автор

Hi teacher !
can you make a Django Tutorial for web :)

zakariachahboun
Автор

Multiplication and division are done from left to right, as are + and -.

ncmathsadist
Автор

nice one shaun, now you just need to figure out if tehre is a creator or was this world just a coincedince and what is the right path to follow for you to find peace

quillosane
Автор

anyone could explain whats a BIDMAS ! X'D i studied with a frensh language

khlifisafa
Автор

In America it's called PEMDAS haha

marcuscesar
Автор

great tutorial but wtf happened to ur mic lol

quantum