RUVIDEO
Поделитесь видео 🙏

Python Tutorial for Beginners 2020 - Conditionals смотреть онлайн

Hey guys, this is the eighth video for my Python's tutorial course for beginners. We will be covering all the basics about Python including installing and setting up the development environment, variables, data structures, iterations, conditionals, operators, error handlings, functions, classes and many more. The aim for this tutorial is to provide with a solid foundation layer for Python and programming in general so that we can proceed to more advanced level Python tutorials and also look into different application areas of using Python such as web development and data science.

In this video, we are going to talk about conditional statements in Python. The conditional statements are one of the key component in programming because it allows us to create and apply various different logic inside our programming and thus serving as a decision making operations. As we've learned in Operators video, Python's conditional statements utilizes the expression that returns a boolean value in order to create a conditional statement. And it utilizes three keywords: if, elif, and else. The if and elif keywords takes an expression while else keyword does not. And when the boolean expression return True, Python will execute the code block below the expression. In this video, we will learn all the basics about Python's conditional statements as well as the difference between using the combinations of if, elif, else vs if, if, if to understand the mutually exclusive concept of the if and elif. Also, toward the end of the video, we will write a simple calculator program using Python's conditionals to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.



=============================================================

Timestamps:

00:00 Introduction
00:25 Conditional Syntax
00:47 Conditional Example
05:47 Multiple if Statements Example
06:55 Calculator Example
09:52 Nested Conditionals
12:23 Calculator with Functions and Conditionals

=============================================================

Share video link: https://youtu.be/Ke9O3u6y-zw

=============================================================

GitHub link:

https://github.com/funandeasyprogramming/python_tutorial_for_beginners/blob/master/conditionals/conditionals.py

=============================================================

Instagram: https://www.instagram.com/do_programming/
Facebook: https://www.facebook.com/danny.oh.96742

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Python Tutorial for Beginners 2020 - Conditionals» бесплатно и без регистрации, вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.