ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

909 views

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

33 views

7 months ago

Learn Fundamentals
Python Intermediate - Functions Concepts - Closures

Python Intermediate - Functions Concepts - Closures.

1:16
Python Intermediate - Functions Concepts - Closures

1 view

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

10 months 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

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

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

54 views

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

38 views

3 weeks 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

7 months 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

15 views

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

92 views

6 months ago