转两篇Python的面向对象文章 。稍后再看看国外的书是怎么写的。
Python 面向对象(初级篇)
http://python.jobbole.com/82023/
python 面向对象(进阶篇)
http://python.jobbole.com/83747/
《Python Cookbook》(第三版)的第8章是关于类与对象的:
http://python3-cookbook.readthedocs.io/zh_CN/latest/chapters/p08_classes_and_objects.html
推荐下译者的GitHub:https://github.com/yidao620c
感觉Read the Docs作为分享平台非常好,等有空也把我的翻译弄上去。