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
554 results
When should you use Python's ExitStack instead of nested with statements? This video covers dynamic context management, ...
0 views
3 weeks ago
Learn the complete answer to a common Python interview question: when does the finally block execute? Understand why finally ...
1 month ago
Learn how to implement the Observer pattern in Python for your next technical interview. We cover defining the Observer ABC, ...
Learn what None represents in Python and why it's more than just a null value. Covers the singleton pattern, NoneType, boolean ...
2 views
Learn when to use asyncio.gather over creating tasks individually in Python. This video covers concurrent execution, guaranteed ...
When would you use a loop's else clause in Python? We break down exactly what the else block does on for and while loops, ...
Learn what thread safety means in Python and how to prevent race conditions. We cover shared mutable state, synchronization ...
When should you use asyncio.gather versus asyncio.wait in Python? This video breaks down the key differences: return values ...
2 weeks ago
Learn the correct way to create and manage threads in Python. Covers importing threading, creating Thread objects, the critical ...
1 view
When should you use a generator expression instead of a list comprehension? This video breaks down lazy vs eager evaluation, ...
Learn what the __eq__ method does in Python and why it's crucial for object comparison. Understand how this magic method ...
Why would you create a custom exception class? This video covers everything interviewers expect: domain-specific naming, ...
Live coding interview. On Zoom. Timer counting down. And I had no idea what the answer was. Then CoPilot Interview generated ...
9 days ago
Master the Python interview question on string immutability. Learn what immutability really means, why Python designed it this ...
Learn how locks prevent race conditions in multi-threaded Python programs. This video covers mutual exclusion, the ...
Learn how to build Auto Knowledge Base Builder using OpenAI and Notion API. Step-by-step AI automation tutorial perfect for ...
1 day ago
When should you use functools.lru_cache instead of rolling your own dictionary cache? This video covers LRU eviction policy, ...
Learn how Python's @property decorator converts methods into clean attribute-like access while maintaining encapsulation and ...
Learn how Python metaclasses differ from class decorators in a technical interview context. This video covers the full class ...
When would you use weak references instead of regular references in Python? This video covers retain cycles, the weakref ...