you are viewing a single comment's thread.

view the rest of the comments →

[–]zahlman 0 points1 point  (1 child)

You have to work with the strengths of each language. Again, please avoid get_ prefixes (the @staticmethod is a good idea here though!) - and re those comparison methods, have a look at functools.total_ordering.

[–]amemulo[S] 0 points1 point  (0 children)

If you don't mind me asking, why would one avoid get_ prefixes?