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
5,447 results
In this tutorial, we delve into the world of anonymous functions and explore how Lambda functions streamline your code.
51,805 views
3 years ago
ambig.one/2.
76 views
6 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 ...
254 views
1 year ago
Reduce common command in multiple methods - Python Helpful? Please use the *Thanks* button above! Or, thank me via ...
4 views
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
Nina Zakharenko https://2018.northbaypython.org/schedule/presentation/19/ As a new Python developer, trying to understand ...
43,937 views
7 years ago
Data Science.
53 views
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
How can I reduce the TIme Complexity. of the python program? Helpful? Please support me on Patreon: ...
77 views
How to Avoid Circular Imports in Python? Use Pythons `importlib` module to handle circular imports. Import specific functions ...
556 views
What's the benefit of functools.reduce in aggregating data? functools.reduce allows you to combine items in a list easily.
58 views
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
Reduce the size of the file while I write an array to GeoTIFF using Python I hope you found a solution that worked for you :) The ...
Why use functools.reduce() for chaining operations? ⛴️ functools.reduce() can simplify long sequences. ⛴️ But chaining ...
39 views
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
Lear about important building blocks of functional programming. Watch this video to learn about recursion: ...
8,843 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
Functional programming features Lambda function, map, filter, reduce in Python #python #src7cse ...
101 views
How to visualize array reduce function? Use Python Turtle to illustrate PHPs array_reduce. Create a symmetric and colorful ...
20 views
What's the power of pytest.mark.parametrize? pytest.mark.parametrize helps reduce repetitive test code. It allows you to test ...
127 views