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
A closure is a function packaged with the variables it captured from an enclosing scope. This video covers how Python resolves ...
19 views
6 days ago
Higher-order functions are the shape behind most of the Python standard library: sorted takes a key, map takes a function, and a ...
30 views
7 days ago
Python decorators and closures explained for beginners: how functions are values, how a closure remembers state, and how to ...
34 views
3 weeks ago
In this tutorial you will learn python closures function tutorial in Hindi, Urdu. You can learn how to use a local variable outside a ...
400 views
2 weeks ago
Learn how closures allow functions in Python to retain private memory even after the outer function ends. The video shows the ...
28 views
9 days ago
Harness the power of objects, closures, and generator coroutines to bring code to life. Join the DUTC Discord Server: ...
130 views
4 weeks ago
This includes some concepts I learnt about functions, decorators in Python, and Closures.
1 view
Full written solution: https://interview-kit-fe.vercel.app/python-lesson-24-decorators-and-closures Code on GitHub: ...
3 days ago
A proof-first Python walkthrough covering list mutation while looping, mutable default arguments, generator exhaustion, ...
18 views
You've been using closures since your very first Python program — without even realizing it. In this video, I break down exactly ...
5 views
In this video, you'll learn how nested functions and enclosed variables work in Python. We'll break down Python's LEGB scope ...
32 views
Python Lecture 8 – Functions, Closures & Higher-Order Functions | Python for Beginners Welcome to **Python Lecture 8**!
0 views
8 days ago
92 views
Python variable scope looks simple until your code suddenly throws UnboundLocalError, ignores a global value, or changes data ...
39 views
Join WhatsApp Community for All Resources & Study Material https://chat.whatsapp.com/D73Mf1aDyIZHHMCgd32XHg Python ...
533 views
🚀 Welcome to day 20 of the Advanced Python Learning Series | From Intermediate to Advanced. In this lesson, we'll learn about ...
27 views
78 views
What You'll Learn ✓ Nested Functions ✓ Closures in Python ✓ Lambda Functions ✓ Higher-Order Functions ✓ map(), filter(), ...
Python Idioms · Python ━━━━━━━━━━━━━━━━ The idioms that make Python Python — iterators & generators, ...
1 day ago
In this video, you'll learn everything about Python Decorators in a simple and practical way. We start with the basics and gradually ...