ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

113 results

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

480 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

120 views

2 months ago

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

55 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!

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

83 views

11 months 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!

4,910 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!

181 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!

342 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’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

155 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

895 views

1 year ago

Stathis Sideris
Clojure meta-programming trick with Emacs and Cider

This is a little trick you can do with Cider to save you tedious typing when you have to transform Clojure code.

3:47
Clojure meta-programming trick with Emacs and Cider

3,355 views

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

95 views

1 year ago

Roel Van de Paar
grails shell and closures

grails shell and closures Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:02
grails shell and closures

1 view

3 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

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

164 views

6 years ago

Lets Learn Web Dev
JavaScript Closures Explained: Easy Example for Beginners! 🔥 #javascript #codingtips #frontenddev

Learn JavaScript closures in this quick and easy tutorial! Closures are a key JavaScript concept used in web development for ...

1:05
JavaScript Closures Explained: Easy Example for Beginners! 🔥 #javascript #codingtips #frontenddev

439 views

1 year ago

Chas Nelson
Notebook 06 Exercise 6.9

Exercise 6.9 from Notebook 06 'for Loops in Python'. Part of the Python beginner's course hosted at ...

1:24
Notebook 06 Exercise 6.9

196 views

6 years ago