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
169 results
En el vídeo de hoy vamos a hablar sobre Programación Orientada a Objetos (OOP/POO). El tutorial estará enfocado en ...
0 views
53 min ago
Welcome back to the channel! In this step-by-step tutorial, Rhykoji shows you how to get free access to Anthropic's powerful ...
3 views
21 min ago
أداة 'cheat' مصممة لمساعدة مديري الأنظمة والمبرمجين على تذكر الأوامر التي يستخدمونها بكثرة ولكنهم لا يحفظون خياراتها بالكامل.
59 min ago
Glassmorphism Navigation Bar UI using HTML & CSS #webdevelopment #developer Create a modern glass-style navigation ...
227 views
49 min ago
Este sencillo código de Spacy en Python te muestra cómo extraer la categoría gramatical de tu texto. #Python ...
And so you can experience this potential on your own machine, I'm going to show you how to run DeepSeek 4.1 Flash locally in 3 ...
13 views
20 min ago
"==" asks: do these two things LOOK the same? "is" asks: are they the EXACT same thing? Like twins. They look identical, so == is ...
50 min ago
Part 4: More Notion features from 2026 you probably missed (no AI)
4 views
1h ago
Learn how to identify sales seasonality in SQL by creating a seasonal index using monthly sales and window functions.
17 views
40 min ago
2 views
17 min ago
¡Una idea sencilla convertida en un juego completo de Python! 🎮🐍 En este proyecto, una pelota que rebota se mueve por la ...
48 views
🚀 Discover how to easily connect your LEGO Mindstorms NXT brick to OpenRoberta Lab! This quick tutorial guides you step-by ...
21 views
37 min ago
With marks = 95, the first if test is True, since 95 is at least 90, so the code prints A. The second if is a new, separate question, and ...
With n = 5 and num = 1, an if runs its block at most once: it prints 1, num becomes 2, and the program prints Done. Change if to ...
18 min ago
A long project list can look like growth when it is really repetition. The hard question is whether each build taught you something ...
29 views
input() always gives text (a str), even when you type digits, so x holds '10' and y holds '20'. The + sign joins two strings, so print(x + ...
28 min ago
Telegram: https://t.me/comrad404 Our AI model ranking: https://comrad404.com/ai-ranking/ Uploading a PDF, and it's reading ...
16 views
and checks its left side first. With x = 0, x != 0 is False, so the whole and must be False and Python never works out 1/x: the ...
In base 2 each place is worth 2 times the next one: 1, 2, 4, 8. To write 13 in binary, divide by 2 and keep the remainder, then divide ...
24 min ago
Encode rock as 0, paper as 1 and scissors as 2: each move is beaten by the next number, and (u + 1) % 3 wraps scissors (2) ...
19 min ago
Show more