Python/Object Orientation: Difference between revisions
< Python
(Die Seite wurde neu angelegt: „* property == Decorators == * @property“) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | |||
* https://stackoverflow.com/questions/8775246/nested-classes-in-python | |||
* https://pythonspot.com/inner-classes/ |
Latest revision as of 14:39, 3 November 2018
- property
Decorators
- @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
- https://stackoverflow.com/questions/8775246/nested-classes-in-python
- https://pythonspot.com/inner-classes/