Python First Impressions – Part 4: Conclusion
In the previous three posts of this series I evaluated three core tenets of object oriented programming and how well (or not well) Python implements them. Those tenets were polymorphism, inheritance, and encapsulation. Before I state my conclusion, I want to point out one more aspect of object oriented programming in Python which I find