ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

128,212 results

Sreekanth
Closures in Python | Explained with animations

In this Python programming tutorial, we will learn how closures work in Python. We will also see how shared extended scopes and ...

8:08
Closures in Python | Explained with animations

31,495 views

4 years ago

Coders Bring Change (Python for Everyone)
What is a CLOSURE and how to use it in Python?

After this video, you are able to describe a closure, can write one in Python and decide if it is useful for you in your code.

4:04
What is a CLOSURE and how to use it in Python?

22,920 views

3 years ago

Corey Schafer
Programming Terms: Closures - How to Use Them and Why They Are Useful

In this programming terms video, we will be looking at the term "Closure". We will learn what a closure is and why they are useful.

11:44
Programming Terms: Closures - How to Use Them and Why They Are Useful

407,275 views

10 years ago

mCoding
Functions within functions, closures, and variable scopes in Python

Functions within functions explained! ― mCoding with James Murphy (https://mcoding.io) Source code: ...

18:44
Functions within functions, closures, and variable scopes in Python

72,466 views

3 years ago

Real Python
Exploring Python Closures: Examples & Use Cases: Understanding Scope & Closure, Creating a Closure

This is a preview of the video course, "Exploring Python Closures: Examples and Use Cases". In Python, a closure is typically a ...

22:42
Exploring Python Closures: Examples & Use Cases: Understanding Scope & Closure, Creating a Closure

2,061 views

7 months ago

b001
Python Decorators in 1 Minute!

Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...

1:09
Python Decorators in 1 Minute!

611,649 views

3 years ago

CodeLucky
Python Closures Explained for Beginners: Understand Inner Functions!

Dive into the world of Python closures! This video provides a beginner-friendly explanation of closures, a powerful feature of ...

8:45
Python Closures Explained for Beginners: Understand Inner Functions!

222 views

11 months ago

Dave Gray
Python Closures for Beginners | Python tutorial

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap Learn Python closures for beginners in this ...

19:32
Python Closures for Beginners | Python tutorial

15,869 views

2 years ago

A Binary Code
Nested Functions and Closures in Python || What are closures in Python?

Let's understand about Nested functions and closures in Python #nestedfunction #python #closure #pythonclosure #decorator ...

12:08
Nested Functions and Closures in Python || What are closures in Python?

7,124 views

2 years ago

ProgrammingKnowledge
Python Closures | Understanding Python Closures |  Why They Are Useful

In this Python Programming Tutorial for Beginners video I am going to show you How to use Python Closures and nested ...

13:48
Python Closures | Understanding Python Closures | Why They Are Useful

17,628 views

5 years 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

49 views

2 months ago

ShawCode
Python Closures - Python Advanced Tutorial #6

Welcome to the sixth video in the Python Advanced tutorial series! In this video, I teach you what python closures are, how to use ...

4:30
Python Closures - Python Advanced Tutorial #6

1,937 views

5 years ago

PyLenin
Python Closures | Advanced Python | Tutorial 16

Python Closures are a property of the nested function. They are very useful in providing an object-oriented solution to a problem ...

8:25
Python Closures | Advanced Python | Tutorial 16

6,008 views

7 years ago

nicosiored
Funciones de primera clase y closure - 3 - Programación Funcional Python

En esta lecciñon aprenderemos sobre las funciones de primera clase, que son muy importantes en este paradigma de ...

9:08
Funciones de primera clase y closure - 3 - Programación Funcional Python

1,637 views

3 years ago

Lazy Loading
Python Intermedio/Avanzado - Closures

En este décimo cuarto video de la serie sobre Python hablamos un poco sobre los closures y como estos son usados a la hora de ...

19:03
Python Intermedio/Avanzado - Closures

664 views

3 years ago

Programador Novato
PYTHON Closure [78]🐍👈👈👈

Los closures son funciones que dentro de ellas, definen otra función. Pero si a lo anterior agregamos que al ser invocado un ...

8:35
PYTHON Closure [78]🐍👈👈👈

2,033 views

5 years ago

ZBunker
Python Tutorial: Closures

Python functions acts just like other ordinary first class objects. This property formed the base of various other interesting ...

7:41
Python Tutorial: Closures

151 views

4 years ago

Context Free
Closure capture in JS, Kotlin, Java, Python, Go, Temper, Rust, C++, & Odin

Code: https://github.com/contextfreecode/capture Temper: https://github.com/temperlang/temper And while Temper is my day job, ...

23:56
Closure capture in JS, Kotlin, Java, Python, Go, Temper, Rust, C++, & Odin

5,489 views

3 weeks ago

TutorialsPoint
Python - Closures

Python - Closures Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Arnab ...

5:15
Python - Closures

8,450 views

7 years ago

Easy Learning
Closure for absolute beginner in Python

Basically, the method of binding data to a function without actually passing them as parameters is called closure. It is a function ...

12:12
Closure for absolute beginner in Python

59 views

5 years ago