Learn Python (Numbers and Maths)-تلعم بايثون (الارقام)
First Video https://youtu.be/sS9d2QHfVJg
Second Video https://youtu.be/65t4EChnyn8
Watch here how to download PyCharm https://youtu.be/BhTooG6pZPU
Learn Python in this video you will know how to use numbers and do maths like calculate like 1 +1 = 2 like this operation
just watch this video till end
and don't forget to (subscribe) and (like)
في الفيديو يوجد شرح وتعليم البيثون خاصية الارقام والعمليات الحسابية في البايثون
وكيفية استخدامها
شاهد الفيديو حتي الاخر
(ولاتنسي (الاشتراك) في القناة و(لايك
TIPS
1. Above each line, use the # to write a comment to yourself explaining what the line does.
2. Remember in Exercise 0 when you started Python? Start Python this way again and, using
the above characters and what you know, use Python as a calculator.
3. Find something you need to calculate and write a new .py fi le that does it.
4. Notice the math seems “wrong”? There are no fractions, only whole numbers. Find out
why by researching what a “fl oating point” number is.
5. Rewrite ex3.py to use fl oating point numbers so it’s more accurate (hint: 20.0 is fl oating
point).
Common Questions
Why is the % character a “modulus” and not a “percent”?
Mostly that’s just how the designers chose to use that symbol. In normal writing, you are correct
to read it as a “percent.” In programming, this calculation is typically done with simple division
and the / operator. The % modulus is a different operation that just happens to use the % symbol.
How does % work?
Another way to say it is “X divided by Y with J remaining.” For example, “100 divided by 16 with
4 remaining.” The result of % is the J part, or the remaining part.
What is the order of operations?
In the United States we use an acronym called PEMDAS, which stands for Parentheses Exponents
Multiplication Division Addition Subtraction. That’s the order Python follows as well.
Why does / (divide) round down?
It’s not really rounding down; it’s just dropping the fractional part after
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Learn Python (Numbers and Maths)-تلعم بايثون (الارقام)», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.