Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
26,042 results
Visually explained how if, elif, and else statements work in Python to build clear and logical decision-making code. If you want ...
16,115 views
5 months ago
Visually explained how to write if-else statements in one line and use the match-case structure in Python to simplify your ...
9,296 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. If your code is littered with endless if-elif chains ...
304,758 views
2 months ago
Master how to control your Python loops using break, continue, and pass ✓ break – Exit the loop immediately ⏭ continue ...
5,782 views
1 day ago
Many people think coding is difficult. But the truth is — coding is actually simple when you understand when to use logic like ...
0 views
Python map() function explained with a simple example. Learn how to use map() in Python to apply a function to every item in a ...
358 views
Wrong data types = broken analysis! Here are 3 critical fixes for clean data. THE CODE: # Fix data types df['Age'] ...
6 hours ago
Think you know Python tuples? Think again! Stick around for the solution at the end - it catches almost everyone off guard.
13 hours ago
The Python if else statement runs some code if a condition is true, and runs different code if that condition is false. Sections 0:00 ...
31 views
3 months ago
Stop writing long If-Else! use these Python list functions Instead! #programming #python #coding.
3,138 views
9 months ago
Did you know that with just one line of Python code you can make smart decisions? In this tutorial, you'll learn how to use ...
258 views
4 months ago
Learn Python If-Else conditions the easy way! In this short, I'll break down how if, elif, and else actually work — with simple ...
234 views
3,395 views
Who needs long if-else statements when you can do it in just one line? Watch how a beginner writes it vs how a pro simplifies it ...
906 views
2,091 views
Day 2 of my Python learning journey! Today I learned about **if-else conditions** in Python — one of the most important concepts ...
1,067 views
Python Trick: Replace Long If-Else Chains with Dictionaries for Cleaner Code Writing long if-else chains in Python? It's time ...
158 views
10 months ago
Welcome to another Python tutorial! In this session, we built upon our previous lesson by diving deeper into Python control ...
58 views
Learn Python basics in just 60 seconds! In this short, we'll cover Python If-Else statements with a simple example. ✓ What you'll ...
438 views
Welcome to Python Full Course in Telugu – Video 7 In this video, you will learn Conditional Statements in Python with simple ...
26 views
9 minutes ago