ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,985 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

416 views

1 year 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

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

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

80 views

1 year ago

Ace
What if ASTRO FLEET "ATTACKED" Titan TV Man in Skibidi toilet 77 (part 1)?

titan tv man faces juggernaut as Astro toilets and Skibidi toilets come in combat. SKIBIDI DOP DOP DOP YES YES ...

4:21
What if ASTRO FLEET "ATTACKED" Titan TV Man in Skibidi toilet 77 (part 1)?

3,986,189 views

10 months 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

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,947 views

8 years ago

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

Otherwise I will go shopping, but only if I get the money back, which is condition two. In Python, you can do not only these if and ...

15:35
Python for Beginners - Week 1 Unit 6 - Using multiple if statements

302 views

2 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

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

5 years ago

Shanmuga R
Python for Beginners - Nested If

Python beginner course without using any IDE. This chapter explores nested conditional statements. #pythonbeginner ...

6:50
Python for Beginners - Nested If

32 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

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

UBC_CPSC_103 _screencasts
Module 1: if statements

The first thing that Python does when evaluating an if statement is check if there is an else clause. If there is, Python replaces the ...

5:13
Module 1: if statements

5,044 views

7 years ago

weecology
Introduction To `if` Statements In R

This video is an introduction to "if" statements in R. And "if" statements allow us to only execute a particular block of code if a ...

7:18
Introduction To `if` Statements In R

8,730 views

5 years ago

J David Eisenberg
Chapter 7: Nested if statements

Python lets you put if statements inside of if statements. We'll examine some examples of that in this video.

6:14
Chapter 7: Nested if statements

144 views

7 years ago

J David Eisenberg
Chapter 5: Using Braces with if/else Statements

When should you use braces around the body of an if/else? (Spoiler alert: always.)

4:54
Chapter 5: Using Braces with if/else Statements

538 views

4 years ago

J David Eisenberg
Chapter 5: Using braces in if statements

In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...

6:30
Chapter 5: Using braces in if statements

144 views

5 years ago

J David Eisenberg
Chapter 5: if-else-if chains

You can write a chain of nested if/else statements in a compact fashion by amending the “braces always“ rule.

4:12
Chapter 5: if-else-if chains

140 views

5 years ago