ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,394 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

915 views

3mo 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)

36 views

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

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

10mo ago

Learn Fundamentals
Python Intermediate - Functions Concepts - Closures

Python Intermediate - Functions Concepts - Closures.

1:16
Python Intermediate - Functions Concepts - Closures

1 view

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

4 views

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

60 views

6mo ago

RK's Code Craft
Python Decorators and Closures Explained: Wrap Any Function

Python decorators and closures explained for beginners: how functions are values, how a closure remembers state, and how to ...

2:46
Python Decorators and Closures Explained: Wrap Any Function

34 views

1mo ago

Leandro Hirt | Academify
Python Closures: Understand Them Once and for All

Learn how closures allow functions in Python to retain private memory even after the outer function ends. The video shows the ...

2:18
Python Closures: Understand Them Once and for All

42 views

1mo ago

LatamCode
Decoradores en Python explicados fácil | Entiende el closure paso a paso

En este video aprenderás qué son los decoradores en Python de forma clara y sin confusión. Explicamos paso a paso cómo una ...

3:52
Decoradores en Python explicados fácil | Entiende el closure paso a paso

58 views

7mo ago

Fun with Learning Technology
Python Lesson 24: Your Decorator Is Silently Deleting Your Function's Identity

Full written solution: https://interview-kit-fe.vercel.app/python-lesson-24-decorators-and-closures Code on GitHub: ...

3:51
Python Lesson 24: Your Decorator Is Silently Deleting Your Function's Identity

20 views

3w ago

Developer Advocates Aspirant
What is Late Binding in Python

... but Python developers talk about it a lot because it shows up in common patterns especially closures yes closures highlight late ...

3:03
What is Late Binding in Python

104 views

7mo ago