ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

176,696 results

TeachingCS
Python For Beginners - Nested IF Statements Explained

00:00 - Start 01:18 - Using upper or lower to catch different cases of letters 02:41 - Asking a question within another question.

7:02
Python For Beginners - Nested IF Statements Explained

3,254 views

3 years ago

Caleb Curry
Beginner Python Tutorial 74 - Nested if

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

4:20
Beginner Python Tutorial 74 - Nested if

26,440 views

5 years ago

Telusko
#21 Nested if in Python

In this video, we'll learn about Nested ⁠ if ⁠ statements in Python, which allow you to check multiple conditions one inside another ...

2:08
#21 Nested if in Python

2,512 views

2 months ago

Bro Code
If statements in Python are easy (if, elif, else) 🤔

python #coding #programming Python if elif else control flow 00:00:00 if statements 00:01:27 else statements 00:02:19 elif ...

8:21
If statements in Python are easy (if, elif, else) 🤔

304,524 views

3 years ago

Jenny's Lectures CS IT
Nested If Else & elif Statements in Python | Python Tutorials for Beginners #lec26

Best Python Tutorials for Beginners: https://www.youtube.com/playlist?list=PLdo5W4Nhv31bZSiqiOL5ta39vSnBxpOPT Notes of ...

22:51
Nested If Else & elif Statements in Python | Python Tutorials for Beginners #lec26

164,037 views

2 years ago

Caleb Curry
Python Tutorial 24 - Nested if Statement

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

6:18
Python Tutorial 24 - Nested if Statement

42,869 views

11 years ago

Indently
Nesting “If Else” Can Seriously Damage Your Code Quality, Do THIS Instead In Python

It's very easy to fall into this trap with Python. You have a lot of conditions that depend on other conditions, and they all need to be ...

8:25
Nesting “If Else” Can Seriously Damage Your Code Quality, Do THIS Instead In Python

145,172 views

2 years ago

JackedProgrammer
Python Programming for Beginners Tutorial 5 : Nested Ifs

Learn nested decision flows in python programming. In this video I go over how to nest If statements inside each other to give ...

9:49
Python Programming for Beginners Tutorial 5 : Nested Ifs

2,290 views

4 years ago

ZeroBug
Nested If Statements in Python Explained in 30 Seconds

Nested If Statements in Python Explained in 30 Seconds — In this short beginner tutorial, we break down how nested if statements ...

0:26
Nested If Statements in Python Explained in 30 Seconds

4,291 views

5 months ago

Flutter Mapp
Nesting "If Statements" Is Bad. Do This Instead.

This was how to replace your big nesting if else statements in your code with the Guard clauses technique. COURSES Flutter ...

1:00
Nesting "If Statements" Is Bad. Do This Instead.

6,242,528 views

3 years ago

Bro Code
Nested loops in Python are easy ➿

Python #course #tutorial # nested loop = A loop within another loop (outer, inner) # outer loop: # inner loop: rows = int(input("Enter ...

5:35
Nested loops in Python are easy ➿

492,662 views

3 years ago

I Am A Hacker
Nesting "If Statements" Is Bad. Do This Instead #python #coding #programming #tricks

Let's learn today how we can refactor some code in Python so we have a function in which we are calculating the overall grades of ...

0:58
Nesting "If Statements" Is Bad. Do This Instead #python #coding #programming #tricks

1,152 views

2 years ago

Bro Code
Nested if statements are easy! 🎟️

coding #programming #cprogramming float price = 10.00; bool isStudent = true; // 10% discount bool isSenior = true; // 20% ...

8:02
Nested if statements are easy! 🎟️

10,948 views

9 months ago

Computer Science Lessons
Python Programming 7. Nested If Statements

This is the seventh in a course of computer science video lessons introducing programming with Python. It covers the If statement ...

10:31
Python Programming 7. Nested If Statements

4,631 views

4 years ago

Code In a Jiffy
Avoid using nested if statements #python #programming #softwareengineer

Guard Clauses are a technique for simplifying complex conditional logic by checking for invalid or unexpected input at the ...

0:46
Avoid using nested if statements #python #programming #softwareengineer

14,557 views

2 years ago

Sahil & Sarra
🚫 Don’t nest "If-else Statements"

You are using If-Else statements wrong! . For more content like this, subscribe to our channel: ...

0:42
🚫 Don’t nest "If-else Statements"

76,943 views

2 years ago

Jakubication
How Do Nested If Statements Work In Python

This video answers how do nested if statements work in Python. They basically work to allow you to test overlapping conditions.

0:43
How Do Nested If Statements Work In Python

1,025 views

3 months ago

Neso Academy
The if Statement in Python

Python Programming: The if Statement in Python Topics discussed: 1. Introduction to if Statement. 2. The Statement outside the if ...

18:25
The if Statement in Python

32,965 views

2 years ago

WsCube Tech! ENGLISH
Nested If Statement in Python | Python Programming - Python Full Course For Beginners

Nested If Statement in Python | Python Programming - Python Full Course For Beginners In this video, we'll be exploring the ...

5:55
Nested If Statement in Python | Python Programming - Python Full Course For Beginners

974 views

2 years ago

Better Stack
Stop Nesting If Statements

I never do this when writing code if you have lots of nested if statements like this you can massively reduce them by using ...

0:34
Stop Nesting If Statements

13,296 views

1 year ago