ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

703 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

907 views

3 months ago

LatamCode
Python Closures explained simply | functions that remember variables

In this video, you'll learn what closures are in Python, explained simply and clearly. You'll understand how a function can ...

5:17
Python Closures explained simply | functions that remember variables

95 views

7 months ago

Code Minions
This Python Concept Feels Like Magic 😱 | Closures | Day 55

Day 55 | Closures in Python Explained | 100 Days of Python Welcome to Day 55 of the 100 Days of Python series on Code ...

13:49
This Python Concept Feels Like Magic 😱 | Closures | Day 55

26 views

6 months ago

Visually Explained
Python Decorators - Visually Explained

Resources & Further Learning - Video: *args vs **kwargs - Visually Explained ...

16:00
Python Decorators - Visually Explained

351,697 views

8 months ago

CodeToAGI
Python Remembers Things That Should Be Dead | Closures Explained | Ep 30

0:00 Hook — Python remembers dead variables 0:40 The LEGB scope rule — how Python finds names 2:30 Local vs Global ...

15:29
Python Remembers Things That Should Be Dead | Closures Explained | Ep 30

30 views

2 months ago

The Industry Portal
Python Day 132: Understanding Closures in Python (Part 1)

Support the Channel If this lesson helped you, support The Industry Portal and get closer to the content. Unlock early access to ...

6:26
Python Day 132: Understanding Closures in Python (Part 1)

78 views

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

Developer Advocates Aspirant
what is Closure in Python | Most asked Interview Questions and Answers for Experienced developers

What is a Closure in Python? In this 2026 Python tutorial, we break down how a nested function can "remember" variables from its ...

4:19
what is Closure in Python | Most asked Interview Questions and Answers for Experienced developers

46 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

7 months ago

Torti Code
Why Is This Variable Still Alive? Scope, Stack, and Closures

Closures, scope, and the stack explained with real-world analogies: a room, a stack of trays, and a backpack. In JavaScript ...

15:52
Why Is This Variable Still Alive? Scope, Stack, and Closures

2,537 views

6 days ago

BitByBit
Python Closures Explained Clearly #62

Closures are one of the most confusing concepts in Python — but once you understand them, your understanding of functions ...

8:04
Python Closures Explained Clearly #62

37 views

4 months ago

BitByBit
Python Closure Bug Explained | Late Binding Problem & Fix

Ever written a Python loop with functions and got unexpected output? That's due to the late binding behavior in Python ...

4:32
Python Closure Bug Explained | Late Binding Problem & Fix

35 views

4 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

Kandi Brian
Python Closures Explained in Full Scope, Cells, State, and the Loop Trap

A closure is a function packaged with the variables it captured from an enclosing scope. This video covers how Python resolves ...

8:58
Python Closures Explained in Full Scope, Cells, State, and the Loop Trap

17 views

2 weeks ago

Data with Baraa
8 Python Function Habits That Make Your Code Clean and Professional | #Python Course 46

Visually explained how the return statement works in Python functions, how values are sent back, when to use return vs print, and ...

14:51
8 Python Function Habits That Make Your Code Clean and Professional | #Python Course 46

13,648 views

6 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

Kandi Brian
Higher-Order Functions in Python: Callables, Closures, functools, and Typed Wrappers

Higher-order functions are the shape behind most of the Python standard library: sorted takes a key, map takes a function, and a ...

31:29
Higher-Order Functions in Python: Callables, Closures, functools, and Typed Wrappers

43 views

2 weeks ago

IconicNova
What is Python closures? A Complete Beginner's Guide with Animation and Note

Master Python Closures — the complete beginner-to-advanced tutorial covering the "magic" behind functions that remember data.

10:03
What is Python closures? A Complete Beginner's Guide with Animation and Note

13 views

4 months ago

Embedded Projects Creator
Closures in Python | What is Closures? | Closures functions | #closuresinpython #closuresfunctions

Video Title: Closures in Python | What is Closures? | Closures functions | #closuresinpython #closuresfunctions ...

6:14
Closures in Python | What is Closures? | Closures functions | #closuresinpython #closuresfunctions

3 views

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