ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

252 results

BigDatapediaAI
Python Closure in 3 mins | English | Advanced Python - Part 5

Python Closure in 3 mins | English | Advanced Python - Part 5 Registration: https://bigdatapedia.com/register-now/ Discussion ...

3:44
Python Closure in 3 mins | English | Advanced Python - Part 5

58 views

1 year ago

Python Peak
How do closures power nested #functions in Python? Master Nested #functions with Closures in Python!

How do closures power nested functions in Python? 🏍️ Closures let nested functions capture local variables of the outer ...

0:30
How do closures power nested #functions in Python? Master Nested #functions with Closures in Python!

215 views

1 year ago

Python Peak
What’s the #secret to avoiding memory leaks with closures? #discover the #secret to Avoiding Memory

What's the secret to avoiding memory leaks with closures? 🏍️ Closures can hold onto variables longer than needed. 🏍️ This ...

0:28
What’s the #secret to avoiding memory leaks with closures? #discover the #secret to Avoiding Memory

76 views

1 year ago

AI Simplified Lab
Python Loop Closure Trap 🐍 Why Do All Functions Return the Same Value? #Shorts

Why do Python loop functions always return the same value? This classic closure trap has stumped even senior developers—but ...

0:22
Python Loop Closure Trap 🐍 Why Do All Functions Return the Same Value? #Shorts

129 views

4 months ago

Python Peak
How to close objects without context managers? Simplify Object Closing in Python with

How to close objects without context managers? contextlib.closing() is a great tool for closing objects that lack a context ...

0:18
How to close objects without context managers? Simplify Object Closing in Python with

84 views

1 year ago

Roel Van de Paar
Why I encounter an UnboundLocalError when I wrote a python closure, but in another similar code...

Why I encounter an UnboundLocalError when I wrote a python closure, but in another similar code snippet I didn't? Helpful?

2:08
Why I encounter an UnboundLocalError when I wrote a python closure, but in another similar code...

0 views

3 years ago

Python Peak
What are unusual uses for nonlocal in Python? Mastering Nonlocal in Python Unlock #hidden Powers!

What are unusual uses for nonlocal in Python? The nonlocal keyword allows you to change variables from outer functions.

0:15
What are unusual uses for nonlocal in Python? Mastering Nonlocal in Python Unlock #hidden Powers!

189 views

1 year ago

Python Peak
What’s the hack for nested #functions with closures? The #hidden Power of Nested #functions in

What's the hack for nested functions with closures? Nested functions can remember values from their enclosing scope.

0:24
What’s the hack for nested #functions with closures? The #hidden Power of Nested #functions in

481 views

1 year ago

Jesse Warden
What Are Partial Applications? - 8 of 11 - Closures

Part 1 of 2 showing how closures work, and we'll use this key feature to protect our function from side effects. Closures are a safe ...

2:19
What Are Partial Applications? - 8 of 11 - Closures

165 views

7 years ago

Peter Schneider
How to write a function that takes a closure as a parameter that takes another closure as a param...

How to write a function that takes a closure as a parameter that takes another closure as a parameter? I hope you found a solution ...

2:30
How to write a function that takes a closure as a parameter that takes another closure as a param...

0 views

2 years ago

Craig Piercy
Python keyword video reference: NONLOCAL

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:48
Python keyword video reference: NONLOCAL

6 views

1 year ago

Python Peak
When should you use any() and all() functions? Boost Readability When to Use any() and all() in

When should you use any() and all() functions? Use `any()` when you want to check if at least one condition is true.

0:23
When should you use any() and all() functions? Boost Readability When to Use any() and all() in

216 views

1 year ago

Roel Van de Paar
Software Engineering: closure property of datatype "tuple" in python (3 Solutions!!)

Software Engineering: closure property of datatype "tuple" in python Helpful? Please support me on Patreon: ...

3:19
Software Engineering: closure property of datatype "tuple" in python (3 Solutions!!)

2 views

3 years ago

Python Peak
What’s the Best Way to Implement a Context-Dependent Function? Unlock Context-Dependent #functions

What's the Best Way to Implement a Context-Dependent Function? Context-dependent functions adapt their behavior based on ...

0:31
What’s the Best Way to Implement a Context-Dependent Function? Unlock Context-Dependent #functions

157 views

1 year ago

Python Peak
How can Python #functions adapt to context? How to Make Python #functions Adapt to Context Like

How can Python functions adapt to context? Python lets functions adjust their behavior based on context. Context-aware ...

1:28
How can Python #functions adapt to context? How to Make Python #functions Adapt to Context Like

42 views

1 year ago

Python Peak
What’s the best way to implement retry logic in Python? Master Retry Logic for API Calls in Python!

What's the best way to implement retry logic in Python? ⛏️ Retry logic helps manage transient errors in API calls. ⛏️ Using ...

0:27
What’s the best way to implement retry logic in Python? Master Retry Logic for API Calls in Python!

379 views

1 year ago

Libertarios Colombia
Cierre sesión 1 Python

Este es un fragmento de la primera sesión de Programador Libertario y estamos super emocionados por esto e hicimos esta ...

1:37
Cierre sesión 1 Python

127 views

4 years ago

Jesse Warden
Impure vs Pure Functions: Part 1

... teensy-weensy closure example where this function can reference a variable outside of its scope even though it can enclose the ...

2:45
Impure vs Pure Functions: Part 1

900 views

8 years ago

Python Peak
What’s the best way to debug Python code with pdb? Mastering Debugging in Python with pdb!

What's the best way to debug Python code with pdb? 🎟️ Using pdb makes finding bugs easier and faster. 🎟️ You can pause ...

0:12
What’s the best way to debug Python code with pdb? Mastering Debugging in Python with pdb!

5,976 views

1 year ago

Peter Schneider
How to pass a closure to be executed before the Ok variant returns value

How to pass a closure to be executed before the Ok variant returns value I hope you found a solution that worked for you :) The ...

2:29
How to pass a closure to be executed before the Ok variant returns value

5 views

1 year ago