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
30,632 results
Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...
611,658 views
3 years ago
158,077 views
2 years ago
Unlock the power of Python Closures! In this beginner-friendly tutorial, we break down one of the most confusing concepts in ...
12 views
2 months ago
Why do all your Python loop closures return the same value? This video explains late binding — how closures capture variable ...
5 views
2 weeks ago
Me describing the fundamentals of what a closure function is. A closure function = a function that preserves data.
270 views
8 years ago
This method of remembering the values of nonlocal variables even if the variables are no longer in scope or the function is no ...
167 views
Learn how Python closures retain access to variables from their enclosing scope even after the outer function returns. This video ...
0 views
This content is apart of my course on Python programming language Mastering Intermediate Python: Dive Deeper into the ...
Closures can avoid use of global variables and provides some form of data hiding. Eg. When there are few methods in a class, ...
9 views
How to use the nonlocal keyword in Python to allow inner functions to assign to variables in the enclosing scope. Source code: ...
3,713 views