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
817 results
From O(n) brute force to O(n) hashmap solution - Two Sum problem solved two ways! #PythonTips #AlgorithmOptimization ...
648 views
1 year ago
What does the following code snippet do? print(' '.join(['Hello', 'World'])) A) Prints 'Hello World' B) Prints 'HelloWorld' C) Prints ...
0 views
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer A) Hello, World! Explanation The lambda ...
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer a) Checks if a number is prime ...
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer A) * ** *** **** Explanation The code uses ...
1 view
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer C) 3 Explanation The len() function returns ...
AI-Powered Classroom Cheating Detection System - Complete Project Demo An intelligent examination monitoring solution that ...
784 views
3 months ago
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer A) 0 1 Explanation The `break` statement ...
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer B) [1, 2, 3, 4] [1, 2, 3] Explanation In the ...
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer A) [1, 2, 3, 4] Explanation The `append` ...
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer B) [1] [1, 2] Explanation Default mutable ...
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer A) 0 1 2 Explanation The `while` loop ...
40 views
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer A) [1, 2, 3, 1, 2, 3] Explanation The ...
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer A) At least one condition is true.
Ready for a Python challenge? Test your skills with this brain-teasing question: Drop your answers in the comments! Let's see ...
5 views
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer A) [(0, 0), (1, 1), (2, 4)] Explanation The list ...
4 views
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer B) Not greater than 5 Explanation The ...
Ready for a Python challenge? Test your skills with this brain-teasing question: Answer A) True True Explanation For small ...