English
全部
搜索
图片
视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
10:20
YouTube
Bro Code
Learn Python LIST COMPREHENSIONS in 10 minutes! 📃
# List comprehension = A concise way to create lists in Python # Compact and easier to read than traditional loops # [expression for value in iterable if condition] doubles = [x * 2 for x in range(1, 11)] triples = [y * 3 for y in range(1, 11)] squares = [z * z for z in range(1, 11)] fruits = ["apple
已浏览 4.3万 次
2024年6月2日
Python Tutorial
4:40:00
Python for Beginners – Full Course [Programming Tutorial]
YouTube
freeCodeCamp.org
已浏览 383.6万 次
2022年8月9日
12:00:00
Python Full Course for free 🐍
YouTube
Bro Code
已浏览 660.3万 次
2024年8月20日
2:02:21
Python Full Course for Beginners [2025]
YouTube
Programming with Mosh
已浏览 355.1万 次
8 个月之前
热门视频
14:51
List Comprehension - BEST Python feature !!! Fast and Efficient
YouTube
Python Simplified
已浏览 21万 次
2022年7月1日
2:16
How to use list comprehension in Python | 2MinutesPy
YouTube
2MinutesPy
已浏览 9932 次
2024年2月15日
10:00
How to Use List Comprehensions in Python (2025)
YouTube
ProgrammingKnowledge
已浏览 1234 次
5 个月之前
Python Projects
5:31:30
Python Tutorial for Beginners - Learn Python in 5 Hours [FULL COURSE]
YouTube
TechWorld with Nana
已浏览 650.3万 次
2021年3月5日
8:38:56
Python Full Course for Beginners | Complete All-in-One Tutorial | 9 Hours
YouTube
Dave Gray
已浏览 95.5万 次
2023年7月25日
12:00:00
Python Full Course for free 🐍
YouTube
Bro Code
已浏览 2126.6万 次
2021年2月15日
14:51
在视频中查找 0:00
Introduction to List Comprehension
List Comprehension - BEST Python feature !!! Fast and Efficient
已浏览 21万 次
2022年7月1日
YouTube
Python Simplified
2:16
在视频中查找 0:00
What is List Compensation?
How to use list comprehension in Python | 2MinutesPy
已浏览 9932 次
2024年2月15日
YouTube
2MinutesPy
10:00
How to Use List Comprehensions in Python (2025)
已浏览 1234 次
5 个月之前
YouTube
ProgrammingKnowledge
1:02:41
在视频中查找 04:30
Using List Comprehension
Python List Use Cases & Real Time Scenarios | Solve the hardest prob
…
已浏览 2.1万 次
2024年3月14日
YouTube
Sumit Mittal
4:36
Python List Comprehension Explained in 5 Minutes!
已浏览 36 次
1 个月前
YouTube
Code2Faith
11:51
Want to MASTER List Comprehensions in Python? Watc
…
已浏览 11 次
3 个月之前
YouTube
Az Bytes
17:06
在视频中查找 0:00
Introduction to List Comprehension vs Map Function
Python - List comprehension vs map function TUTORIAL (speed, l
…
已浏览 8674 次
2020年5月6日
YouTube
Brendan Metcalfe
6:22
17. Python List Comprehension | python playlist
已浏览 917 次
9 个月之前
YouTube
learn by doing it
15:52
The Most Complete Tutorial on Python Lists
已浏览 799 次
8 个月之前
YouTube
Koolac
37:08
Advance List and List Comprehension in Python – Expla
…
已浏览 11 次
4 个月之前
YouTube
Learn for Free
18:29
在视频中查找 0:00
Introduction to List Comprehensions
Python Tutorial: Comprehensions - How they work and why you shoul
…
已浏览 54.4万 次
2015年8月24日
YouTube
Corey Schafer
6:34
在视频中查找 0:00
Intro of List & Dictionary Comprehension in Python 🐍 with Execution
Lec-70: List & Dictionary Comprehension in Python 🐍 with E
…
已浏览 2.3万 次
2023年11月27日
YouTube
Gate Smashers
10:17
Python 3.7: List Comparison In Python
已浏览 1.5万 次
2018年8月29日
YouTube
Code master
34:20
Python List Comprehensions: The Definitive Guide V 3️⃣ (Part 10) #p
…
已浏览 3 次
1 个月前
YouTube
Python Shaala | PY शाळा
1:42
Python Lists (Sort & Comprehend) Easier #programming #coding
已浏览 523 次
1 个月前
YouTube
PythonCodeCouch
0:44
List Comprehension Explained in Python
已浏览 164 次
3 周前
YouTube
Pythoneer Academy
10:22
在视频中查找 0:00
Introduction to List Comprehension vs. Reduce
List comprehension vs reduce in Python (What happened to reduce?)
已浏览 1980 次
2020年5月24日
YouTube
Brendan Metcalfe
21:05
Exploring Python's list Data Type With Examples: Creating, Retrievi
…
已浏览 660 次
4 个月之前
YouTube
Real Python
2:50
Lists in Python Explained with Examples | Python for Beginners
…
已浏览 31 次
2 个月之前
YouTube
Code With Arbaz
9:55
在视频中查找 0:00
Introduction to Lists
Introduction To Lists In Python (Python Tutorial #4)
已浏览 126万 次
2018年1月13日
YouTube
CS Dojo
15:06
Python lists, sets, and tuples explained 🍍
已浏览 53.3万 次
2022年11月4日
YouTube
Bro Code
17:48
lecture 10 python lists and methods
已浏览 34 次
6 个月之前
YouTube
Engineer Rizwan Matloob Official
5:34
Python Basics 13 - How to create a LIST by taking USER INPUT in pyt
…
已浏览 214 次
2024年7月13日
YouTube
EvolvNext
25:04
在视频中查找 01:14
Lists
#13 Python Collections | List, Tuple, Set, Dictionary | Python Tutorial S
…
已浏览 13.6万 次
2023年5月19日
YouTube
Error Makes Clever
1:30:22
List in Python | Class 11 CS & IP (ONE SHOT) | CBSE 2025-26 | Roh
…
已浏览 431 次
1 个月前
YouTube
Rohit Singh
0:11
Solve This AI Puzzle Using Python !
已浏览 12 次
1 个月前
YouTube
Abhisek singh
4:59
Python Lists for Beginners | How to Use Lists in Python
已浏览 1 次
2 个月之前
YouTube
Coding Is Thinking
2:20
How to Compare Two Lists in Python
已浏览 2 次
7 个月之前
YouTube
vlogize
3:09
在视频中查找 02:11
List Comprehensions
Python Lists Explained with Animation: A Beginner's Guide | Li
…
已浏览 165 次
2024年7月1日
YouTube
Scifoga
观看更多视频
更多类似内容
反馈