Comment by Cees Timmerman on "3 things you hate about your favorite programming language?" | HashnodePython
- Explicit self parameter for methods breaks symmetry with functions.
- Legacy Python 2 still default in things like MacOS Sierra. The
__future__ module is neat, though, and #coding:utf8 at the top fixes Unicode issues.
- Style guide stuck in the '90s. (4 space indents, 78 char lines)