kezunlin / gitalk

gitalk repo for storing comments for site https://kezunlin.me
Apache License 2.0
0 stars 0 forks source link

python iterator and generator | C++ Python. Computer Vision Deep Learning | KeZunLin's Blog #301

Open kezunlin opened 4 years ago

kezunlin commented 4 years ago

https://kezunlin.me/post/8b2d002b/

Iterable && Iterator可迭代对象(iterable),只定义了iter方法; 字符串、列表、元组、字典、文件;可以通过iter(iterable)方法获取iterator对象,也可以通过list(i