码迷,mamicode.com
首页 > 其他好文 > 详细

Iterables vs. Iterators vs. Generators(可迭代对象,迭代器,生成器)

时间:2018-10-29 11:13:38      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:nta   迭代器   expr   python学习   post   python   学习   sts   exp   

原文出处:Iterables vs. Iterators vs. Generators

在python学习中,通常会陷入对以下几个相关概念之间的确切不同点的困惑中:

  • a container(容器)
  • an iterable(可迭代对象)
  • an iterator(迭代器)
  • a generator(生成器)
  • a generator expression(生成表达式)
  • a {list, set, dict} comprehension(列表/集合/字典推导式)

Iterables vs. Iterators vs. Generators(可迭代对象,迭代器,生成器)

标签:nta   迭代器   expr   python学习   post   python   学习   sts   exp   

原文地址:https://www.cnblogs.com/tzhao/p/9869223.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!