I have just come back from my vacation after graduating from III Data Science and BigData Engineering program. This project is for reviewing my Python OOP studying materials and learning how to use Git to manage different versions. (Aug. 9th 2019)
- OOP01.py: The constructor "__init__", the Class Attributes, and the Instance Attributes
- OOP02.py: Three different methods: the Regular Method, the Class Method, and the Static Method (https://dzone.com/articles/python-class-attributes-vs-instance-attributes)
- OOP03.py: Inheritance, Superclass, and Subclass
- OOP04.py: Dunder or Magic method, "__str__" and "__repr__" (https://ithelp.ithome.com.tw/articles/10194593)