Python/Object Orientation: Difference between revisions
< Python
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
* https://www.toptal.com/python/python-design-patterns | * https://www.toptal.com/python/python-design-patterns | ||
* https://python.g-node.org/python-summerschool-2013/_media/wiki/oop/oo_design_2013.pdf | * 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/