ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,049 results

Dan Kornas
Python Programming Fundamentals | Python Conditionals

Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...

11:53
Python Programming Fundamentals | Python Conditionals

411 views

1 year ago

PythonDeep
"Todo lo que Necesitas Saber sobre if en Python 🐍💡 #CódigoFácil"

Bienvenidos a mi canal! En este video, vamos a sumergirnos en la sentencia if en Python, una de las herramientas más ...

25:11
"Todo lo que Necesitas Saber sobre if en Python 🐍💡 #CódigoFácil"

15 views

10 months ago

Dihazi Echo
"Python If, Elif, Else – Explained Simply!" "Python Conditional Logic Made Easy"

Welcome to Dihaz Echo! I'm Wazir Dihaz, and in this video, we're diving deep into Conditional Statements in Python – a ...

1:24
"Python If, Elif, Else – Explained Simply!" "Python Conditional Logic Made Easy"

14 views

9 months ago

Ajayraj Nadar
Python If, Elif, Else Tutorial for Beginners: Conditional Statements Explained + Challenges

In this Python tutorial for beginners, we dive into conditional statements (if, elif, else) to show you how to make decisions in your ...

7:47
Python If, Elif, Else Tutorial for Beginners: Conditional Statements Explained + Challenges

56 views

8 months ago

J David Eisenberg
Chapter 3: if and if/else statements

Learn about conditional statements.

5:37
Chapter 3: if and if/else statements

345 views

6 years ago

J David Eisenberg
Chapter 5: Nested if statements

Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.

3:10
Chapter 5: Nested if statements

109 views

4 years ago

AeStudios
Python Basics Part 1| IF ELSE, LOOPS| USER INPUT | LIBRARIES | #aestudios

Python Basics in Tamil, this video covers about if else statement, loops and getting input from user also installing libraries Let's ...

5:13
Python Basics Part 1| IF ELSE, LOOPS| USER INPUT | LIBRARIES | #aestudios

186 views

5 years ago

Code.org
Bill Gates explains IF & IF/ELSE statements

IF البيانات الناس يتخذون القرارات كل يوم. على سبيل المثال قبل أن تذهب إلى الخارج لديك جملة "اذا" تقول اذا كانت السماء تمطر، إذن أنا ...

0:45
Bill Gates explains IF & IF/ELSE statements

89,080 views

10 years ago

Christian Drumm
Python for Beginners - Week 1 Unit 5 - Using if statements

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.

24:36
Python for Beginners - Week 1 Unit 5 - Using if statements

280 views

2 years ago

David Largent
Using if/else statements while iterating through a string using Python

Demonstrates iterating through a string using a for statement in Python. Inside the for loop, if/else statements are used to ...

8:52
Using if/else statements while iterating through a string using Python

67 views

1 year ago

CMPUT 175
03 if statements—CMPUT 175

Topics covered: - Conditions - Syntax - else clause 2018 © University of Alberta This work is licensed under a Creative Commons ...

8:16
03 if statements—CMPUT 175

3,899 views

8 years ago

Course Repository
Real work IF statements

This video is part of "Introduction to Programming with Python" series on the following website: ...

36:21
Real work IF statements

21 views

10 years ago

YuriODev
Session 07: CONTROL FLOW IN PYTHON | If-else, if-elif-else, ternary operator

Session 07: Control FLOW in Python: If-else, if-elif-else, ternary operator Welcome to the 7th session of our GCSE Computer ...

41:01
Session 07: CONTROL FLOW IN PYTHON | If-else, if-elif-else, ternary operator

2,410 views

1 year ago

J David Eisenberg
Chapter 5: if statements

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 ...

6:18
Chapter 5: if statements

133 views

4 years ago

J David Eisenberg
Chapter 4: if and else

Programs can do different things depending on whether a condition is true or false by using the if and else statements.

5:41
Chapter 4: if and else

167 views

2 years ago

Shanmuga R
Python for Beginners - Learn Python Now Without IDE - 5(Conditional Statements - If else)

Python Beginner Tutorial encourages you to learn by doing. Follow along this Python course to get started. This is Part 5 of the ...

10:16
Python for Beginners - Learn Python Now Without IDE - 5(Conditional Statements - If else)

67 views

3 years ago

Programming threads
Stop Using If/Else! Learn Factory Pattern Python

Learn the Factory Pattern in Python! Master the Factory Method design pattern with a real-world database example. This tutorial ...

6:54
Stop Using If/Else! Learn Factory Pattern Python

223 views

1 year ago

Craig Piercy
Python keyword video reference: IF

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:24
Python keyword video reference: IF

4 views

1 year ago

J David Eisenberg
Chapter 5: Nested if statements

You can put an if inside an if block, or an if inside an else block. This video explains how it works.

4:55
Chapter 5: Nested if statements

267 views

4 years ago

Playful Python
A clean way to compare multiple values

A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...

1:28
A clean way to compare multiple values

123 views

3 years ago