ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,885,067 results

Kevin Chromik
If-Else Hölle bei Anfängern #programmieren #programmierenlernen #python

Discord: https://discord.gg/S6Nghbup6p Twitch: https://twitch.com/kevinchromik Twitter: https://twitter.com/kevinchromik Instagram: ...

0:30
If-Else Hölle bei Anfängern #programmieren #programmierenlernen #python

7,353 views

2 years ago

b001
Add THIS To Your Python Scripts!  if __name__ == "__main__"

Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...

3:28
Add THIS To Your Python Scripts! if __name__ == "__main__"

202,735 views

3 years 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! 🎲

31,632 views

1 year ago

Indently
AVOID "if-else" Hell In Python With THIS Simple Trick

Avoid "if else" hell in #Python with this simple trick. #Shorts #Code.

0:57
AVOID "if-else" Hell In Python With THIS Simple Trick

261,486 views

3 years ago

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

Master app development https://fluttermapp.com/ Never nest your if statement if you have to many of them. With the Guard ...

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

6,219,950 views

3 years ago

Tech With Tim
What does if __name__ == '__main__' do in Python?

So look here I have this calculator. piy file now this is a file that I might directly run myself and if I want to do that I can press run ...

1:35
What does if __name__ == '__main__' do in Python?

18,899 views

10 months ago

codeclipper
Master Python If Statements  Check Age & Print Messages!

Master If statements in python!!!

1:25
Master Python If Statements Check Age & Print Messages!

20 views

6 months ago

Developer Shorts
The Easiest Way to Replace If-Else in Python! Developer Shorts #shorts #coding #programming #python

The Easiest Way to Replace If-Else in Python! This tutorial will help you understand how to write a cleaner version of your code by ...

0:53
The Easiest Way to Replace If-Else in Python! Developer Shorts #shorts #coding #programming #python

1,300 views

3 years ago

Codewider
Python programming ~ Conditions - If Else #pythonprogramming #python  #coding
0:28
Python programming ~ Conditions - If Else #pythonprogramming #python #coding

14,067 views

2 years ago

Weber Engineer
If and else condition in Python #python #programming

if and else condition in python Python if & else condition print if and else condition statement #python #shorts #coding.

0:18
If and else condition in Python #python #programming

1,506 views

1 year ago

Coding On Mobile
If else statement python | pydroid
0:31
If else statement python | pydroid

22,447 views

2 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,529 views

2 years ago

Python Coding Club
Python List Comprehension | Alternate to for loop..if..else in one line

list comprehension is shortest way to write for loop along with if..else condition. Easy to understand and save number of code lines ...

2:26
Python List Comprehension | Alternate to for loop..if..else in one line

1,233 views

4 years ago

CodeCraftedZone
Most Beginners Get This WRONG in Python If-Else! 😱

Learn Python If-Else conditions the easy way! In this short, I'll break down how if, elif, and else actually work — with simple ...

1:11
Most Beginners Get This WRONG in Python If-Else! 😱

234 views

2 months 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,383 views

2 months ago

Visual Studio Code
Use THIS in #python instead of IF-ELSE!

shorts.

0:37
Use THIS in #python instead of IF-ELSE!

38,926 views

2 years ago

Learn Technology
If-else statement in Python | Python interview question | #pythontutorial #python #interview #ifelse

Explain the purpose of the F statement in Python the F statement is used for conditional execution it allows the program to make ...

0:12
If-else statement in Python | Python interview question | #pythontutorial #python #interview #ifelse

1,258 views

1 year 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,197 views

5 months ago

IT With Faisal
Creating a Simple AI Chatbot with Python Using If-Else Statements | Easy Python Coding For Beginners

"Learn how to create a simple AI chatbot using Python with easy if-else logic. Perfect for beginners! Build your first chatbot ...

3:35
Creating a Simple AI Chatbot with Python Using If-Else Statements | Easy Python Coding For Beginners

229 views

1 year ago

Tech With Tim
any() in Python - Check If An Iterable Contains True

Learn how to use the any() function in python to see if any items in an iterable object evaluate to True. AlgoExpert is the coding ...

1:00
any() in Python - Check If An Iterable Contains True

45,142 views

4 years ago

Tech With Tim
all() in Python - Check If All Items Are True

Learn how to use the all() function in python. This function tells you if all the values in an iterable object are True. AlgoExpert is ...

0:46
all() in Python - Check If All Items Are True

59,170 views

4 years ago

Python Programmer
If you're struggling to learn to code, you must watch this

Here's the article by Jeannette Wing: http://www.cs.cmu.edu/afs/cs/usr/wing/www/publications/Wing06.pdf Link doesn't work for all ...

2:21
If you're struggling to learn to code, you must watch this

324,457 views

3 years ago

Patrick Loeber
Avoid endless if-else statements with this Python Tip!!

Avoid endless if-else statements with this Python Tip! Find Python jobs: https://pythonengineer.pallet.com ⭐ Join Our Discord ...

0:55
Avoid endless if-else statements with this Python Tip!!

691,487 views

3 years ago

Learn with Yasir
Python if elif else example:  Python Tutorial for Beginners #yasirbhutta

yasirbhutta Learn how to use if-elif-else statement in python with example. If you enjoyed this video, please give it a thumbs up ...

0:38
Python if elif else example: Python Tutorial for Beginners #yasirbhutta

16,054 views

3 years ago

The Engineer's Desk
Stop writing long If-Else! use these Python list functions Instead!  #programming #python #coding

Stop writing long If-Else! use these Python list functions Instead! #programming #python #coding.

1:00
Stop writing long If-Else! use these Python list functions Instead! #programming #python #coding

3,129 views

9 months ago