ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

87 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)

5 views

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

42 views

3 weeks ago

LatamCode
Closures en Python explicados fácil | funciones que recuerdan variables

En este video aprenderás qué son los closures en Python explicados de forma simple y sin enredos. Entenderás cómo una ...

5:17
Closures en Python explicados fácil | funciones que recuerdan variables

22 views

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

11 views

23 hours 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

41 views

3 weeks ago

Always In Dev
LEARN BUILT-IN FUNCTIONS AND KEY METHODS IN PYTHON

Lesson 5 — Basic Python: We review the most time-saving built-in functions (print, type, conversions, min, max, len, range ...

19:14
LEARN BUILT-IN FUNCTIONS AND KEY METHODS IN PYTHON

85 views

3 weeks ago

Python for DSA
global vs nonlocal in Python (Huge Difference Explained)

PythonGlobal #PythonNonlocal #PythonClosures global vs nonlocal in Python: The Complete Guide | Closures, Recursion ...

7:29
global vs nonlocal in Python (Huge Difference Explained)

7 views

3 days ago

EasyDataScience
Easy Python tutorials | Inner Function and Closure in Python

An inner function can act as a closure. This is a function that is dynamically generated by another function and can both change ...

5:50
Easy Python tutorials | Inner Function and Closure in Python

14 views

2 weeks ago

Kelvin Lin
5 Python Concepts That Separate Beginners from Developers

In this video, we cover five intermediate Python fundamentals that show up constantly in real software engineering and technical ...

26:43
5 Python Concepts That Separate Beginners from Developers

59 views

8 days ago

xbrcerk
burcinerek, chaining closure example --- zincir closure swift ornek #swift #programming #closure

coding #swift #xcode #programming #python #xbrcerk.

1:40
burcinerek, chaining closure example --- zincir closure swift ornek #swift #programming #closure

17 views

5 days ago

free udemy
More Closure Examples

More Closure Examples DON'T FORGET TO LIKE, SHARE AND SUBSCRIBE TO MY CAHNNEL... Copyright Disclaimer under ...

15:31
More Closure Examples

4 views

3 weeks ago

El inge Charlee
V-32 PYTHON BÁSICO - CLOSURE EN FUNCIONES- ENCAPSULAMIENTO

Sabías que una función en Python puede recordar datos incluso después de ejecutarse? En este video aprenderás de forma ...

46:24
V-32 PYTHON BÁSICO - CLOSURE EN FUNCIONES- ENCAPSULAMIENTO

53 views

2 weeks ago

TeachSmart AI Academy
Intermediate Python | Lesson 5: Functions Beyond the Basics

Move beyond simple `def` and `return`. In Lesson 5 of our Intermediate Python course, we upgrade your toolkit to craft functions ...

6:31
Intermediate Python | Lesson 5: Functions Beyond the Basics

132 views

4 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

0 views

3 days ago

Time to Code
Master Functions in Python | One Shot | Day 6

In this video, you'll learn Python Functions from absolute scratch to advanced concepts. This is not a shallow tutorial – it's a ...

1:20:39
Master Functions in Python | One Shot | Day 6

25 views

12 days ago

Erik Kristofer Anderson
Learn Functional Programming in Python

Following the Boot.dev course.

1:51:01
Learn Functional Programming in Python

70 views

Streamed 3 weeks ago

INFORMATICA SIN PAJA
Set up your Python + Flask environment from scratch [2026] 🛠️

Learn how to install Python and the Flask framework quickly and safely. In this step-by-step tutorial, I'll show you how to ...

4:34
Set up your Python + Flask environment from scratch [2026] 🛠️

45 views

3 weeks ago

Python for DSA
Python Scope Explained Clearly (Global, Local & LEGB Rule)

PythonScope #LEGBRule #PythonTutorial Python Scope Explained: Master Global, Local & LEGB Rule in 10 Minutes! Perfect ...

7:50
Python Scope Explained Clearly (Global, Local & LEGB Rule)

8 views

3 days ago

Erik Kristofer Anderson
Learn Functional Programming in Python - Part 3

Following the Boot.dev course, starting at chapter 5.

1:25:35
Learn Functional Programming in Python - Part 3

34 views

Streamed 2 weeks ago

Dataverse Tutorials
Lecture 21 - Python Inner Functions Explained in Hindi | Nested Functions, Closures & Real Use Cases

Welcome to Dataverse Tutorials – Your Gateway to Artificial Intelligence, Generative AI, and Machine Learning Excellence!

7:07
Lecture 21 - Python Inner Functions Explained in Hindi | Nested Functions, Closures & Real Use Cases

29 views

10 days ago

NextGen AI Explorer
Function Binding in Python Agents Explained

Curious about how function binding can revolutionize your Python programming? Dive into this video to unlock the secrets of ...

5:46
Function Binding in Python Agents Explained

1 view

13 days ago

Luis Enrique Calero Anchelia
Part 3
27:35
Part 3

2 views

2 weeks ago

ITstudy
Python for Beginners - Lesson 32 | Decorators | Closures in Python

In this lesson, we'll cover: 1) What is a decorator in Python? 2) 2 ways to use a decorator (syntactic sugar and calling it ...

15:59
Python for Beginners - Lesson 32 | Decorators | Closures in Python

982 views

9 days ago

encukou
Improving grammar snippets in Python docs (84)

Join on Discord: https://discord.gg/ED65xD8WRg Rough timestamps: 0:00:03: Numeric Types 0:09:00 Built in constants ...

1:58:36
Improving grammar snippets in Python docs (84)

16 views

Streamed 12 days ago

El inge Charlee
V-33 PYTHON BÁSICO - VARIABLES LOCALES Y GLOBALES EN FUNCIONES

Te confundes entre variables locales y globales en Python? En este video te explico paso a paso y con ejemplos claros cómo ...

30:38
V-33 PYTHON BÁSICO - VARIABLES LOCALES Y GLOBALES EN FUNCIONES

21 views

2 weeks ago