ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

115,330 results

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

937 views

4mo ago

Squeel
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

281 views

9y 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

3mo ago

Learn Fundamentals
Python Intermediate - Functions Concepts - Closures

Python Intermediate - Functions Concepts - Closures.

1:16
Python Intermediate - Functions Concepts - Closures

1 view

9mo ago

GeeksByte
Python Tutorial:  Closures in Python

This method of remembering the values of nonlocal variables even if the variables are no longer in scope or the function is no ...

3:27
Python Tutorial: Closures in Python

178 views

4y ago

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)

39 views

8mo 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

288 views

2y 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

12 views

11mo ago

Learn To Code
Closure in Programming - Golang, JavaScript, Python - Once You Understand Closure, You Understand It

Learn & Grow -&- https://www.udemy.com/user/toddmcleod/ -&- https://www.heartmindway.com/

3:13
Closure in Programming - Golang, JavaScript, Python - Once You Understand Closure, You Understand It

1,957 views

8y ago

blogize
Understanding Closures and Why Python Misses Global Variable 'get' in Memoization

Summary: Explore why Python might not find the global variable 'get' in your memoization code, focusing on closures and lexical ...

1:09
Understanding Closures and Why Python Misses Global Variable 'get' in Memoization

3 views

1y 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

72 views

7mo ago

GeeksByte
Python Tutorial:  Closures in Python (1)

In Python, closures in a function object which remember the value of its enclosing scope even if they are not in memory. #Python ...

2:40
Python Tutorial: Closures in Python (1)

78 views

4y ago