ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

709 results

Jakubication
Python Nested If Statements

In Python, nested if statements allow you to test multiple conditions instead of just the one from a regular if statement. This video ...

2:16
Python Nested If Statements

14 views

4 months ago

Dr Codie
Nested | If | Python | Practice | AP CSP | #Shorts

Nested if statement practice and challenge. We build up a nested if statement for the solution to a challenge. Try it for yourself - it is ...

0:58
Nested | If | Python | Practice | AP CSP | #Shorts

258 views

4 years ago

Bro Code
Python return statement 🔙

Python return statement tutorial explained #python #return #statement #return statement = Functions send Python values/objects ...

3:31
Python return statement 🔙

116,835 views

5 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

5 years ago

Smiansh
Flow Control In Python: From Basics to Nested Ifs in Three Minutes!

In this comprehensive tutorial, you will unlock the secrets of controlling program flow with Python conditions. Whether you're just ...

2:51
Flow Control In Python: From Basics to Nested Ifs in Three Minutes!

40 views

1 year ago

The Programmers Realm
Python Basics: CONDITIONAL STATEMENTS (if/else) in Under a Minute! 🎲

Discover how to use if, else, and elif statements to execute code based on different conditions, and learn about nesting if ...

0:28
Python Basics: CONDITIONAL STATEMENTS (if/else) in Under a Minute! 🎲

33,170 views

1 year ago

StudySession
If Statements in Python

If statements in Python are one of the most useful commands in Python for conditional testing. Also, using if-else statements or ...

2:51
If Statements in Python

495 views

5 years ago

Udacity
Nested If - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

3:21
Nested If - Intro to Java Programming

684 views

10 years ago

Fitzle LLC
Lesson 5.4: Nested If-statements

A video segment from the Coursera MOOC on introductory computer programming with MATLAB by Vanderbilt. Lead instructor: ...

2:13
Lesson 5.4: Nested If-statements

33,314 views

10 years ago

Dave Hollingworth
Improve your code using guard clauses: refactor nested conditionals #shorts

Excessively nesting conditionals leads to code that's hard to maintain. It's easy to spot as it forms an arrow shape, known as arrow ...

0:59
Improve your code using guard clauses: refactor nested conditionals #shorts

7,294 views

3 years ago

ASCII_tutor
3 Ways to check leap years in Python 🐍 #pythontutorial #beginners #shortcode

Here are 3 ways to check whether a given year is a leap year or not. 1) a solid solution with a nested if-statement 2) a neat, shorter ...

1:41
3 Ways to check leap years in Python 🐍 #pythontutorial #beginners #shortcode

59 views

11 months ago

Meri (Engel) Kasprak - programming videos
Nested ifs - getting started

Starting the Nested ifs assignment.

1:21
Nested ifs - getting started

49 views

7 years ago

Bro Code
Python tuples 📋

python tuples tutorials explained #python #tuples #tutorial.

3:09
Python tuples 📋

75,205 views

5 years ago

codeStuf
Nested If-Else in Python | Python tutorial | #python #shortseries #shorts

ytshorts.

0:17
Nested If-Else in Python | Python tutorial | #python #shortseries #shorts

424 views

11 months ago

diegoveloper
NO Uses IF anidados. HAZ esto!

En este video voy a mostrarles como el uso excesivo de IF anidados es una mala práctica y como podemos corregirlo usando ...

1:45
NO Uses IF anidados. HAZ esto!

156,752 views

3 years ago

Coding in Public
Is a condition true inside an array?

The .some() method will tell yoy! --------------------------------------- VSCode Theming - Font: Cascadia Code: ...

0:53
Is a condition true inside an array?

1,409 views

2 years ago

Code.org
CSA: Nested Loops

Start learning at code.org today! Stay in touch with us on social media: • Twitter: https://twitter.com/codeorg • Facebook: ...

2:37
CSA: Nested Loops

9,399 views

3 years ago

Jakubication
How To Loop Through A Dictionary In Python

One good way to loop through a dictionary in Python is using a for in loop, and looping through all the keys. #python ...

0:08
How To Loop Through A Dictionary In Python

3,422 views

2 years ago

Professor CDragon
12i. JavaScript Nested if statements

Now, let's take a look at using nested if statements inside this if-else block. For each condition, we have curly braces making it a ...

3:36
12i. JavaScript Nested if statements

72 views

4 years ago

Peasant Daniel
Python Debugging Hack: Master Nested Data with pprint! 🚀

Are you tired of chaotic outputs when printing complex nested data in Python? Say goodbye to the mess with Python's pprint ...

0:37
Python Debugging Hack: Master Nested Data with pprint! 🚀

402 views

1 year ago