DEV Community

Discussion on: Dunder/Magic Methods in Python

Collapse
 
metaperl profile image
Structure and Interpretation of Computer Programs

Kindly adhere to PEP-08 naming conventions. Specifically your classes are named in all-lowercase when they should use CamelCase.

Good article otherwise. I recommended it to my colleagues.

Collapse
 
rahulbanerjee99 profile image
Rahul Banerjee

Hey! Thanks for the suggestion, I will keep that in mind moving forward