factory-method

Python Factory Method Suggestions

Python Factory Method Suggestions Question: I would like to ask you to help me out with my factory method. I have to handle multiple and periodic csv objects, each of which has its own properties, thus its own class. The only way I can tell Python one csv differs from another, is due to the …

Total answers: 1