Raymond Hettinger's professional at doing code review and architecture review
P vs. NP. Pythonic vs. Non-Pythonic.
- Golden rule of PEP-8: PEP-8 onto yourself. PEP 8 is style guide, not a law book.
- Care about intelligibility, not simply visually better
- Transforming (Java) API to pythonic ones
- Code beautifully PEP 8 compliant but bad
- Distraction from code quality
- PEP eightify would wrap history in case of
blame
More details can be found in codes comments and talks.