ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

400 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

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

88 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

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

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

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!

192 views

1 year ago

Peter Schneider
Why doesn't this closure outlive var?

Why doesn't this closure outlive var? I hope you found a solution that worked for you :) The Content (except music & images) is ...

2:51
Why doesn't this closure outlive var?

0 views

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

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

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

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

0 views

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

132 views

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

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!

406 views

1 year ago

Python Peak
When is Python’s nonlocal surprisingly useful? Master Nonlocal Control Nested Function State in

When is Python's nonlocal surprisingly useful? The nonlocal keyword is ideal for managing state across nested functions.

0:21
When is Python’s nonlocal surprisingly useful? Master Nonlocal Control Nested Function State in

100 views

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

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

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!

6,733 views

1 year ago

Python Peak
What’s the Best Approach to Validate Data Classes in Python? Mastering Data Validation with Python

What's the Best Approach to Validate Data Classes in Python? Validating data classes is essential for clean code. But many ...

0:19
What’s the Best Approach to Validate Data Classes in Python? Mastering Data Validation with Python

970 views

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

903 views

8 years ago