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
54,921 results
In this video, I introduce the map-filter-reduce paradigm. Conceptually speaking, it is simply a classification scheme for the ...
228 views
5 years ago
00:00 Programmation fonctionnelle 06:33 map 09:09 filter 10:53 Application map et filter 14:49 reduce 17:38 reduce sur les ...
266 views
1 year ago
In this video, we dive into the world of Python programming to explore effective strategies for optimizing your code. Specifically ...
10 views
Why does Python's __slots__ save memory? The __slots__ mechanism reduces memory by avoiding instance dictionaries.
15 views
Why use functools.reduce() for chaining operations? ⛴️ functools.reduce() can simplify long sequences. ⛴️ But chaining ...
39 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
https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...
1 view
4 years ago
A quoi sert la fonction « reduce » ? Comment utiliser la fonction « reduce » ? Programmation Fonctionnelle avec Python ...
186 views
2 years ago
How can I reduce the TIme Complexity. of the python program? Helpful? Please support me on Patreon: ...
80 views
3 years ago
Nina Zakharenko https://2018.northbaypython.org/schedule/presentation/19/ As a new Python developer, trying to understand ...
45,088 views
7 years ago
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
In this video, we delve into the powerful capabilities of PySpark for data manipulation, focusing specifically on how to efficiently ...
5 views
7 months ago
What's the benefit of functools.reduce in aggregating data? functools.reduce allows you to combine items in a list easily.
59 views
Reduce common command in multiple methods - Python Helpful? Please use the *Thanks* button above! Or, thank me via ...
4 views
What's the power of pytest.mark.parametrize? pytest.mark.parametrize helps reduce repetitive test code. It allows you to test ...
171 views
Code Review: Higher order functions in Python using reduce technique Helpful? Please support me on Patreon: ...
0 views
In this video, we dive into the concept of elif blocks in Python and explore effective strategies to simplify your conditional logic.
5 months ago
In this video, we delve into a common challenge faced by Python developers: the overuse of 'elif' statements. While 'elif' can be a ...
3 views
8 months ago
ambig.one/2.
76 views
In this tutorial, we delve into the world of anonymous functions and explore how Lambda functions streamline your code.
54,863 views