Python/Object Orientation: Difference between revisions
< Python
(Die Seite wurde neu angelegt: „* property == Decorators == * @property“) |
No edit summary |
||
Line 3: | Line 3: | ||
== Decorators == | == Decorators == | ||
* @property | * @property | ||
== Links == | |||
* https://realpython.com/python3-object-oriented-programming/ | |||
* https://github.com/faif/python-patterns | |||
* https://docs.python.org/3/tutorial/classes.html | |||
* https://www.toptal.com/python/python-design-patterns | |||
* https://python.g-node.org/python-summerschool-2013/_media/wiki/oop/oo_design_2013.pdf |
Revision as of 10:33, 3 November 2018
- property
Decorators
- @property