理解Python中的 yield, decorators和metaclasses

初学python的时候,很多人可能会觉得python中的 yield, decoratorsmetaclasses 这几样东西比较难以理解。

除了通过看python官方文档来学习之外,最近在stackoverflow看到了几篇相关教程,说的很详细,推荐需要的朋友看看。

The Python yield keyword explained

Understanding Python decorators

What is a metaclass in Python?