项目作者: dshelem

项目描述 :
Object-Oriented Programming with Python.
高级语言: Python
项目地址: git://github.com/dshelem/OOP.git
创建时间: 2020-06-27T09:47:16Z
项目社区:https://github.com/dshelem/OOP

开源协议:MIT License

下载


OOP

Collection of Object-Oriented Programming Concepts in Python:

  • classes
  • decorators (memoize, execution time measurement)
  • descriptors (checking attribute types)
  • generators
  • iterator
  • some library fuctions