For example in Java for Data Transfer Object I use as:
ExampleDTO exampleDTO = new ExampleDTO();
So, if I am following PEP 8, what naming convention should I follow for similar in Python?
No comments:
Post a Comment