Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,971 results
reduce() works differently than map() and a filter(). It does not return a new list based on the function and iterable we've passed.
2 views
4 years ago
In this video, we delve into the powerful capabilities of PySpark for data manipulation, focusing specifically on how to efficiently ...
3 views
5 months ago
Lear about important building blocks of functional programming. Watch this video to learn about recursion: ...
8,843 views
6 years ago
In this video, we dive into the world of Python programming to explore effective strategies for optimizing your code. Specifically ...
10 views
11 months ago
What's the benefit of functools.reduce in aggregating data? functools.reduce allows you to combine items in a list easily.
58 views
1 year ago
How to visualize array reduce function? Use Python Turtle to illustrate PHPs array_reduce. Create a symmetric and colorful ...
20 views
What's the trick for using multiprocessing in Python? Multiprocessing allows you to run tasks in parallel. This can drastically ...
686 views
Reduce common command in multiple methods - Python Helpful? Please use the *Thanks* button above! Or, thank me via ...
4 views
3 years ago
Why use functools.reduce() for chaining operations? ⛴️ functools.reduce() can simplify long sequences. ⛴️ But chaining ...
39 views
Why does Python's __slots__ save memory? The __slots__ mechanism reduces memory by avoiding instance dictionaries.
15 views
How can sys.intern() reduce memory usage in Python? sys.intern() lets you store only one copy of a repeated string. Using it ...
26 views
How can I reduce the TIme Complexity. of the python program? Helpful? Please support me on Patreon: ...
77 views
How can lru_cache speed up expensive function calls? lru_cache stores results of function calls to save time. Its useful for ...
72 views
In this video, we dive into the concept of elif blocks in Python and explore effective strategies to simplify your conditional logic.
0 views
3 months ago
Reduce a list by filtering out repeated elements I hope you found a solution that worked for you :) The Content (except music ...
2 years ago
In this video, we delve into the importance of optimizing Python lists by removing unnecessary items. As we explore the ...
6 days ago
A quoi sert la fonction « reduce » ? Comment utiliser la fonction « reduce » ? Programmation Fonctionnelle avec Python ...
170 views
Why use functools.reduce() for chaining operations? Reduce allows you to apply a function to a list. It combines items based ...
57 views
Code Review: How to improve performace of this Map Reduce function, Python mrjob? Helpful? Please support me on Patreon: ...
Code Review: Python tool to reduce number of resistors in circuit Helpful? Please support me on Patreon: ...
1 view