Hacker News new | ask | show | jobs
by lardissone 4862 days ago
Weird that author never mentioned PEP8 guide. I think it's the main thing that difference Python from Ruby developers. If you follow the PEP8 rules, you can interact with other Python programmers without much problems, and enforce you to be a better and organized programmer.
1 comments

Though the author didn't mention it explicitly, I actually felt that the author did a fairly good job of covering this when he said:

> It's harder to write code that pisses off other developers in Python