标签: python python-2.7
我是python的新手,我想知道生成器和迭代器的概念
请有人解释这是什么以及如何使用一些不错的例子。
答案 0 :(得分:2)
我将在SO上指导你们两个很好的答案:
Understanding Generators in Python
和
Difference between Python's Generators and Iterators
最后,这篇文章最终让我理解它:
What does the "yield" keyword do in Python?