English
全部
搜索
图片
视频
短视频
地图
资讯
Copilot
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
3:34
YouTube
Bro Code
Learn Python REDUCE() in 3 minutes! ♻️
#pythonprogramming #pythontutorial #python # reduce(function, collection) = Reduces elements in a collection to a single value # For loop is better in most cases # Reduce is better for a functional approach + readability from functools import reduce prices = [19.99, 1.00, 5.75, 12.99, 10.99] total = reduce(lambda x, y: x + y, prices) print(f ...
已浏览 1.3万 次
2024年7月21日
短视频
3:00
已浏览 2183 次
map,filter,reduce#python#coding
pythonbuzz
0:15
已浏览 961 次
reduce function #python #coding #challenge
Enjoy Healthy Code
Data Science Python
Learn Python for Data Science – Full Course for Beginners
YouTube
freeCodeCamp.org
已浏览 64.2万 次
10 个月之前
11:25:51
Python For Data Science - Full Course For Beginners (2025) | 🚀 Zero Prerequisites | Intellipaat
YouTube
Intellipaat
已浏览 4.4万 次
9 个月之前
11:55:00
Python for Data Science Full Course 2026 [Free] | Learn Data Science With Python | Simplilearn
YouTube
Simplilearn
已浏览 1756 次
2 个月之前
热门视频
9:05
Python reduce() Function Explained with Examples | Sum, Product, Min, Max & Factorial
YouTube
Easy Programming By Sonali
已浏览 68 次
6 个月之前
6:38
How to Use reduce() in Python | Combine Data Like a Pro Using Functional Programming
YouTube
ProgrammingKnowledge
已浏览 372 次
9 个月之前
0:13
26. reduce() function in Python #coding #datascience
YouTube
Daniel Tech Hub Telugu
已浏览 1312 次
1 个月前
Python Tutorials
4:26:52
Learn Python - Full Course for Beginners [Tutorial]
YouTube
freeCodeCamp.org
已浏览 4852.6万 次
2018年7月11日
8:38:56
Python Full Course for Beginners | Complete All-in-One Tutorial | 9 Hours
YouTube
Dave Gray
已浏览 105.1万 次
2023年7月25日
4:40:00
Python for Beginners – Full Course [Programming Tutorial]
YouTube
freeCodeCamp.org
已浏览 429.6万 次
2022年8月9日
跳转到 How to Use Reduce Function in Python 的关键时刻
3:34
起始时间 02:17
Using a Lambda Function
Learn Python REDUCE() in 3 minutes! ♻️
YouTube
Bro Code
17:39
起始时间 00:47
Importing the Reduce Function
Functional Programming in Python: The "reduce()" Function
YouTube
Real Python
8:54
起始时间 02:04
Using Lambda Functions as Sequences
REDUCE FUNCTION | HACKERRANK PROBLEM SOLUTION | PYTHON | PYT
…
YouTube
Whimsically Mundane
5:11
起始时间 00:18
Importing and Using Reduce()
How To Use "reduce()" In Python Tutorial (Functools)
YouTube
Indently
10:43
起始时间 07:05
Reduce Function
The Map, Filter, and Reduce Functions in Python
YouTube
Pretty Printed
10:22
起始时间 08:28
Using Reduce Function
List comprehension vs reduce in Python (What happened to reduce?)
YouTube
Brendan Metcalfe
21:18
起始时间 20:45
Using Reduce Function
Python lambda, map, filter, & reduce - Higher Order Functions for Beginners
YouTube
Dave Gray
4:33
起始时间 01:44
Reducing Mean Functionality Across Different Dimensions
tf reduce mean: Calculate Mean of A Tensor Along An Axis Using TensorFl
…
YouTube
Data Science Weekly
9:05
Python reduce() Function Explained with Examples | Sum, Product, Mi
…
已浏览 68 次
6 个月之前
YouTube
Easy Programming By Sonali Powar
6:38
How to Use reduce() in Python | Combine Data Like a Pro Using Fu
…
已浏览 372 次
9 个月之前
YouTube
ProgrammingKnowledge
0:13
26. reduce() function in Python #coding #datascience
已浏览 1312 次
1 个月前
YouTube
Daniel Tech Hub Telugu
17:39
Functional Programming in Python: The "reduce()" Function
已浏览 3.1万 次
2017年9月20日
YouTube
Real Python
5:23
Map Reduce Function in Python | 37
已浏览 5126 次
4 个月之前
YouTube
Telusko
3:29
Python 3 Programming Tutorial | #5 Python lambda function with Redu
…
已浏览 4629 次
2018年7月6日
YouTube
Data Science Tutorials
20:52
⚡ “Python map(), filter(), reduce() — The Ultimate Beginner’s Guide!”
已浏览 76 次
4 个月之前
YouTube
Alaa Taha El maria
34:58
Lambda Functions in Python | Map, Filter and Reduce | Higher Order F
…
已浏览 5.4万 次
2022年1月18日
YouTube
CampusX
21:18
Python lambda, map, filter, & reduce - Higher Order Functions for Begi
…
已浏览 2.1万 次
2023年6月6日
YouTube
Dave Gray
3:00
map,filter,reduce#python#coding
已浏览 2183 次
9 个月之前
YouTube
pythonbuzz
16:11
Python Lambda Function with Map | Filter | Reduce Functions | Python
…
已浏览 217 次
7 个月之前
YouTube
Coding Wallah Sir
21:18
75. Reduce Function: Hackerrank | Python Solution Explained
已浏览 345 次
5 个月之前
YouTube
Amir Charkhi, PhD
6:16
Merge multiple dataframes (2 or more) using python pandas and re
…
已浏览 556 次
2024年11月5日
YouTube
The Data Corner
7:22
map(), filter() & reduce() in Python | Explained with Examples
已浏览 28 次
3 个月之前
YouTube
CodingX
8:12
Python Functional Programming: Map, Filter, Reduce Explained for
…
已浏览 63 次
2025年3月31日
YouTube
CodeLucky
10:51
14. map(), filter(), reduce() in Python | Functional Programming Made E
…
已浏览 34 次
7 个月之前
YouTube
vijaquick
23:03
33. Master map(), filter(), and reduce() in Python!
已浏览 73 次
2025年3月17日
YouTube
OptnGrow
1:15:05
Class 16: Functions Part 2-Advance Functions | Lambda | Map | Filter |
…
已浏览 763 次
2024年8月6日
YouTube
DataSense
0:40
Import Reduce! Unlock Functools Power in Python - Easy Guide #sh
…
已浏览 182 次
4 个月之前
YouTube
C 4 Yourself
13:57
Python Lambda, map/reduce/filter & Comprehensions — Lists · Tuples
…
已浏览 74 次
5 个月之前
YouTube
Alex Tech Projects
0:53
Python Reduce & Lambda: Sum Lists Like a Coding PRO! #shorts
已浏览 270 次
4 个月之前
YouTube
C 4 Yourself
8:35
Filter Function in Python | 36
已浏览 4564 次
4 个月之前
YouTube
Telusko
6:50
Learn Python LAMBDA in 6 minutes! 🚮
已浏览 5.7万 次
2024年7月14日
YouTube
Bro Code
9:59
Python: Lambda, Map, Filter, Reduce Functions
已浏览 39.8万 次
2016年6月7日
YouTube
Programming and Math Tutorials
7:44
Map, Filter, and Reduce Functions || Python Tutorial || Learn Python Pr
…
已浏览 61.5万 次
2017年9月18日
YouTube
Socratica
0:51
🔥 Map Function in Python Explained in 60 Seconds! | Intellipaat #shorts
已浏览 1.5万 次
5 个月之前
YouTube
Intellipaat
17:19
PyCharm Installation | reduce function in python | Python Tutori
…
已浏览 2218 次
2020年2月13日
YouTube
Learn Code With Durgesh
3:29
reduce function in Python
已浏览 1.6万 次
2017年5月27日
YouTube
Indian Pythonista
16:10
reduce() Function in Python Explained | functools.reduce with
…
已浏览 26 次
4 个月之前
YouTube
Nidhi Chouhan
观看更多视频
更多类似内容
反馈