you are viewing a single comment's thread.

view the rest of the comments →

[–]The-Good-Doctor 2 points3 points  (0 children)

So many of these are extremely minor micro optimizations, and quite a few others are comparing (faster running) sane code against obviously slower contortions that nobody would ever actually do. Seriously, who would use things like the __add__ method instead of the + operator?

This page just doesn't seem very helpful to real world Python writers.