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
1,843,328 results
Want to work directly with me to level up as developer,? Apply to DevLaunch here: https://training.techwithtim.net I'm willing to bet ...
59,728 views
10 months ago
Chapters 00:00 - Intro 00:13 - What is __name__? 01:01 - When does __name__ = '__main__'? 03:05 - Used for testing code if ...
453,203 views
Whether you're new to Python or need a clear refresher, this video breaks down if, else, and elif statements using simple, real-life ...
579 views
7 months ago
Nested If Statements in Python Explained in 30 Seconds — In this short beginner tutorial, we break down how nested if statements ...
4,197 views
5 months ago
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 ...
18,899 views
0 views
1 day ago
9,066 views
4 hours ago
If I had to learn Python again from scratch.. and learn it FAST - this is exactly how I'd do it. After teaching myself Python in just two ...
98,075 views
1 month ago
Python programmieren lernen: If-Else & Elif – Entscheidungen im Code richtig programmieren! #python #coding #programming ...
160 views
2 months ago
Yes, Python lets you write if-else conditions in just ONE line This trick makes your code shorter, cleaner, and more readable.
2 hours ago
2,168 views
2 days ago
One of the most dangerous Python confusions: `is` vs `==`. `==` compares values. `is` compares memory identity. Because of ...
847 views
Explanation: The loop starts with i = 1. i = 1 → not equal to 3 → increment → i = 2 i = 2 → not equal to 3 → increment → i = 3 i = 3 ...
6 hours ago
Learn the difference between beginner and professional Python code! In this short video, we show how to check if a word is a ...
Visually explained how if, elif, and else statements work in Python to build clear and logical decision-making code. If you want ...
14,362 views
In this video, we'll learn about Nested if statements in Python, which allow you to check multiple conditions one inside another ...
2,383 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. If your code is littered with endless if-elif chains ...
293,363 views
Master If statements in python!!!
20 views
6 months ago
What is if __name__ == "__main__" in Python? (Beginner Friendly Explanation) If you use Python, you've probably seen the line if ...
3,419 views
8 months ago