English
全部
搜索
图片
视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 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 ...
已浏览 6958 次
2024年7月21日
Python Tutorial
6:14:06
Python Full Course for Beginners
YouTube
Programming with Mosh
已浏览 4561.5万 次
2019年2月18日
12:00:00
Python Full Course for free 🐍 (2024)
YouTube
Bro Code
已浏览 563.4万 次
2024年8月20日
2:02:21
Python Full Course for Beginners [2025]
YouTube
Programming with Mosh
已浏览 231.6万 次
6 个月之前
热门视频
4:52
Python reduce ♻️
YouTube
Bro Code
已浏览 2.8万 次
2021年1月18日
0:35
Unlocking the Power of Python's `reduce()` Function
YouTube
CodeCrafters
已浏览 78 次
1 个月前
7:02
Python Reduce Function Explained! | Intermediate Python Tutorial | Updated 2023
YouTube
Max Rohowsky
已浏览 418 次
2022年12月12日
Python Projects
3:00:29
12 Beginner Python Projects - Coding Course
YouTube
freeCodeCamp.org
已浏览 473.4万 次
2020年12月9日
9:20:00
9 HOURS of Python Projects - From Beginner to Advanced
YouTube
Tech With Tim
已浏览 170.7万 次
2024年1月23日
8:49:08
Top 20 Python Projects for Beginners to Advanced - Full Walk Through
YouTube
WsCube Tech
已浏览 80.8万 次
2022年2月10日
4:52
在视频中查找 00:08
What is Reduce?
Python reduce ♻️
已浏览 2.8万 次
2021年1月18日
YouTube
Bro Code
0:35
Unlocking the Power of Python's `reduce()` Function
已浏览 78 次
1 个月前
YouTube
CodeCrafters
7:02
在视频中查找 0:00
Introduction to Reduce Function
Python Reduce Function Explained! | Intermediate Python Tutorial | Up
…
已浏览 418 次
2022年12月12日
YouTube
Max Rohowsky
10:30
Reduce | Python Beginner to Advance | Python Tutorial
已浏览 39 次
2024年9月3日
YouTube
Learning Logic
1:55
#5 Python Reduce Function Example
已浏览 4 次
3 个月之前
YouTube
Mahesh Naidu
30:45
Unlock the Power of Reducing Functions in Python! 🔁🐍
已浏览 2 次
1 个月前
YouTube
Eddigi
0:16
Functional programming in Python: using reduce
已浏览 515 次
5 个月之前
YouTube
Learn 2 Apply
4:08
在视频中查找 00:05
Apresentação da função Reduce
Função Reduce em Python
已浏览 1.6万 次
2023年2月7日
YouTube
Data Science Academy
0:52
What does the reduce function do in Python?
2 个月之前
YouTube
techwithtimhub
3:24
reduce() in Python | Find the Product of a List | Task 40/100 - Le
…
3 周前
YouTube
Engr. Irfan Sultan
13:53
Map, Reduce, and Filter in Python | Functional Programming in Python
已浏览 32 次
6 个月之前
YouTube
Avinash Navlani
7:44
在视频中查找 05:27
Reducing Functions with Reduce Function
Map, Filter, and Reduce Functions || Python Tutorial || Learn Python Pr
…
2017年9月18日
YouTube
Socratica
10:14
Master High-Order Functions in Python 🔥 | map(), filter(), reduce() wi
…
已浏览 24 次
2 个月之前
YouTube
Tuta Tech
20:58
Python Map, Filter and Reduce Functions | Map in Python | Reduc
…
已浏览 91 次
2024年5月16日
YouTube
upGrad
15:40
Python Lambda, Filter, Map, Reduce Explained Simply | #lambdafuncti
…
已浏览 30 次
2 个月之前
YouTube
InsightVanta
12:59
在视频中查找 08:38
Introduction to Reduce Horder Function
Map, Filter, & Reduce Higher Order Functions | The Complete Python
…
已浏览 109 次
2024年9月4日
YouTube
Code Commander
3:13:34
Lambda, Map, Reduce, Filter, Zip, Enumerate and Recursion in Python
已浏览 610 次
8 个月之前
YouTube
Ajay Kumar Gupta
0:43
Elevate Your Code with Python's `functools.reduce()`
已浏览 2 次
3 个月之前
YouTube
Code in Seconds
23:03
33. Master map(), filter(), and reduce() in Python!
已浏览 37 次
5 个月之前
YouTube
OptNGrow
1:14
Lambda in Python Explained with map, filter, reduce | Python in 60s
已浏览 37 次
4 周前
YouTube
ShulinAnubha Academy
2:31
Python Programming - Reduce Function | #shorts #python #pytho
…
1 个月前
YouTube
Tycomac Codes
4:38
41. Reduce Function in Python | Python Tutorial in Telugu
已浏览 259 次
8 个月之前
YouTube
Telugu WebTech
16:51
python higher order functions - Order
已浏览 51 次
4 个月之前
YouTube
Tech Teacher’s Tent
34:58
Lambda Functions in Python | Map, Filter and Reduce | Higher Order F
…
已浏览 4.6万 次
2022年1月18日
YouTube
CampusX
17:29
在视频中查找 00:10
Introduction to Map, Filter, and Reduce Functions
Map, Filter, Reduce Functions in Python | Python Built-in Function
…
已浏览 3.6万 次
2019年9月6日
YouTube
edureka!
10:51
14. map(), filter(), reduce() in Python | Functional Programming Made E
…
4 周前
YouTube
vijaquick
15:20
1.9.4 Map, Reduce, Filter, and Lambda Functions in Python | Exp
…
2 个月之前
YouTube
Decode AI
2:23
Solving the Multiprocessed Reduce Function Hang in Python: Practica
…
1 个月前
YouTube
vlogize
6:17
Merge multiple dataframes (2 or more) using python pandas and re
…
10 个月之前
YouTube
The Data Corner
观看更多视频
更多类似内容
反馈