ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,272 results

CodeLucky
Closures Explained in 5 Minutes: Python Functions with Memory (2026 Tutorial)

Unlock the power of Python Closures! In this beginner-friendly tutorial, we break down one of the most confusing concepts in ...

3:53
Closures Explained in 5 Minutes: Python Functions with Memory (2026 Tutorial)

25 views

6 months ago

Coding with David
Python Closures Explained: The Function That Remembers

Ever wonder how variables keep their value after a function finishes? This video dives into the concept of closures in Python, ...

2:05
Python Closures Explained: The Function That Remembers

898 views

1 month ago

Neil Barduson
Closures in Python

Me describing the fundamentals of what a closure function is. A closure function = a function that preserves data.

3:15
Closures in Python

270 views

8 years ago

b001
Python Decorators in 1 Minute!

Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...

1:09
Python Decorators in 1 Minute!

616,386 views

3 years ago

The Software Mentor
Closures - Python for Beginners

Closures - part of Python for Beginners. Short, clear Python lessons - one concept at a time. In this lesson: - An inner function can ...

1:19
Closures - Python for Beginners

0 views

2 weeks ago

Interview Mentor App
Python Closures & Late Binding: The Loop Trap

Why do all your Python loop closures return the same value? This video explains late binding — how closures capture variable ...

1:30
Python Closures & Late Binding: The Loop Trap

43 views

4 months ago

Interview Mentor App
How Python Closures Capture Variables Explained

Learn how Python closures retain access to variables from their enclosing scope even after the outer function returns. This video ...

1:28
How Python Closures Capture Variables Explained

3 views

4 months ago

Coding With Kids
How to Code PYTHON: *Closures* Tutorial

Let's get started! In this video, we will create few PYTHON scripts to demonstrate Python *Closures*. We have a closure ...

3:37
How to Code PYTHON: *Closures* Tutorial

117 views

4 years ago

Ami
Late binding closure conundrum in python| CanTheeSol? #Python3 #3

Although I don't generally put the answer, below is one solution to this problem: def func(): array=[] for i in range(3): def ...

1:31
Late binding closure conundrum in python| CanTheeSol? #Python3 #3

241 views

2 years ago

Ram Case
Closure in Python | What are the Benefits of Closure in Python Programming

Closures can avoid use of global variables and provides some form of data hiding. Eg. When there are few methods in a class, ...

2:47
Closure in Python | What are the Benefits of Closure in Python Programming

9 views

3 years ago

Wise Flame
Python: Local Functions and Closures

Welcome to this focused tutorial on Python: Local Functions and Closures ✨ In this session, we'll explore how you can define ...

3:09
Python: Local Functions and Closures

10 views

8 months ago