Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
4,049 results
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
411 views
1 year ago
Bienvenidos a mi canal! En este video, vamos a sumergirnos en la sentencia if en Python, una de las herramientas más ...
15 views
10 months ago
Welcome to Dihaz Echo! I'm Wazir Dihaz, and in this video, we're diving deep into Conditional Statements in Python – a ...
14 views
9 months ago
In this Python tutorial for beginners, we dive into conditional statements (if, elif, else) to show you how to make decisions in your ...
56 views
8 months ago
Learn about conditional statements.
345 views
6 years ago
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
109 views
4 years ago
Python Basics in Tamil, this video covers about if else statement, loops and getting input from user also installing libraries Let's ...
186 views
5 years ago
IF البيانات الناس يتخذون القرارات كل يوم. على سبيل المثال قبل أن تذهب إلى الخارج لديك جملة "اذا" تقول اذا كانت السماء تمطر، إذن أنا ...
89,080 views
10 years ago
In comparison to that, if we compare 0 to True, these things are not equal. What you see here is what's called truthiness in Python.
280 views
2 years ago
Demonstrates iterating through a string using a for statement in Python. Inside the for loop, if/else statements are used to ...
67 views
Topics covered: - Conditions - Syntax - else clause 2018 © University of Alberta This work is licensed under a Creative Commons ...
3,899 views
8 years ago
This video is part of "Introduction to Programming with Python" series on the following website: ...
21 views
Session 07: Control FLOW in Python: If-else, if-elif-else, ternary operator Welcome to the 7th session of our GCSE Computer ...
2,410 views
You use an if statement to make decisions about whether to take an action or not. You use an if/else statement to decide whether ...
133 views
Programs can do different things depending on whether a condition is true or false by using the if and else statements.
167 views
Python Beginner Tutorial encourages you to learn by doing. Follow along this Python course to get started. This is Part 5 of the ...
3 years ago
Learn the Factory Pattern in Python! Master the Factory Method design pattern with a real-world database example. This tutorial ...
223 views
Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.
4 views
You can put an if inside an if block, or an if inside an else block. This video explains how it works.
267 views
A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...
123 views