Interfaces in Python: why even use abstract classes?
Having to self-learn design patterns for work, as they’re insistent on using them (and heavy use of ABC) in a python project. I’m not a software engineer, but I know a little python.
python programming design – good way(s) to process objects that are collector objects of custom class objects
I am interested in recommendations / suggestions as to whether what I have written is good design, or suggestions for improvement.