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
113 results
What's the hack for nested functions with closures? Nested functions can remember values from their enclosing scope.
480 views
1 year ago
Why do Python loop functions always return the same value? This classic closure trap has stumped even senior developers—but ...
120 views
2 months ago
Python Closure in 3 mins | English | Advanced Python - Part 5 Registration: https://bigdatapedia.com/register-now/ Discussion ...
55 views
How do closures power nested functions in Python? 🏍️ Closures let nested functions capture local variables of the outer ...
212 views
What's the secret to avoiding memory leaks with closures? 🏍️ Closures can hold onto variables longer than needed. 🏍️ This ...
76 views
How to close objects without context managers? contextlib.closing() is a great tool for closing objects that lack a context ...
83 views
11 months ago
What's the best way to debug Python code with pdb? 🎟️ Using pdb makes finding bugs easier and faster. 🎟️ You can pause ...
4,910 views
Why I encounter an UnboundLocalError when I wrote a python closure, but in another similar code snippet I didn't? Helpful?
0 views
3 years ago
What are unusual uses for nonlocal in Python? The nonlocal keyword allows you to change variables from outer functions.
181 views
What's the best way to implement retry logic in Python? ⛏️ Retry logic helps manage transient errors in API calls. ⛏️ Using ...
342 views
When should you use any() and all() functions? Use `any()` when you want to check if at least one condition is true.
216 views
What's the Best Way to Implement a Context-Dependent Function? Context-dependent functions adapt their behavior based on ...
155 views
What's the Best Approach to Validate Data Classes in Python? Validating data classes is essential for clean code. But many ...
895 views
This is a little trick you can do with Cider to save you tedious typing when you have to transform Clojure code.
3,355 views
11 years ago
When is Python's nonlocal surprisingly useful? The nonlocal keyword is ideal for managing state across nested functions.
95 views
grails shell and closures Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
1 view
How can Python functions adapt to context? Python lets functions adjust their behavior based on context. Context-aware ...
42 views
Part 1 of 2 showing how closures work, and we'll use this key feature to protect our function from side effects. Closures are a safe ...
164 views
6 years ago
Learn JavaScript closures in this quick and easy tutorial! Closures are a key JavaScript concept used in web development for ...
439 views
Exercise 6.9 from Notebook 06 'for Loops in Python'. Part of the Python beginner's course hosted at ...
196 views