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
305,212 results
pythonprogramming #pythontutorial #python # reduce(function, collection) = Reduces elements in a collection to a single value ...
13,300 views
1 year ago
Python's 'reduce' function can "reduce" an iterable to a single value. But the `reduce` function is often more hassle than it's worth.
1,197 views
2 years ago
In this #short video, we will be taking a look at The Reduce Function in Python ...
2,375 views
python #pythonprogramming #pythontutorial # map(function, collection) = Applies a given function to all items in a collection ...
34,386 views
This video demonstrates how to use reduce function in Python. ------------------------------------------------------------ Explore my tutorials: ...
15,897 views
8 years ago
96 views
3 years ago
En este vídeo vamos a ver como usar la función reduce en Python que sirve para gestionar elementos de una lista de dos en dos.
337 views
4 years ago
How To Use "reduce()" In Python Tutorial (Functools) |Python Challenge Day 27 This code uses Python's functools.reduce ...
213 views
how to use reduce in python import functools myList = [1, 2, 3, 4, 5] mySum = functools.reduce(lambda x, y: x + y, myList) ...
313 views
43 views
1,940 views
7 months ago
In Python the reduce function from the F tools module is used to itally apply a binary function to the elements of an itable and ...
115 views
reduce function in python #python #pythonforbeginners #pythonprogramming #pythontutorial #programming #coding #interview ...
186 views
Dive into Python's `reduce()` function to simplify complex operations across data sets efficiently. Discover its potential for ...
9 views
Unlock the power of Python's map, filter, and reduce functions to streamline your data manipulation tasks! In this comprehensive ...
345 views
39 views
... in the sequence for example the following code uses the reduce function to calculate the sum of the numbers in the list numbers ...
78 views
Learn how to use Python's reduce() function from the functools module in just 50 seconds! This tutorial explains the syntax step by ...
Want to learn more? Take the full course at https://learn.datacamp.com/courses/dimensionality-reduction-in-python at your own ...
1,993 views
5 years ago
... efficient way to do this in Python using the reduce function the reduce function is particularly useful when you want to apply a list ...
82 views