Posts

Showing posts with the label OOP in Python

Designing Class in Python - Pythonic way

I found two very interesting discussions on writing / designing class in Python. If you still in search of the beauty of object oriented programming in Python, check the following links: Is my thinking Pythonic? Handling Property and internal ('__') attribute inheritance and creation Enjoy Python :)