项目作者: dshelem
项目描述 :
Object-Oriented Programming with Python.
高级语言: Python
项目地址: git://github.com/dshelem/OOP.git
OOP
Collection of Object-Oriented Programming Concepts in Python:
- classes
- decorators (memoize, execution time measurement)
- descriptors (checking attribute types)
- generators
- iterator
- some library fuctions