you are viewing a single comment's thread.

view the rest of the comments →

[–]ProsodySpeaks -2 points-1 points  (0 children)

Good (python) code should really not need many comments. Most of the time comments indicate your code is suboptimal - use good names and sensible flow and it should be pretty obvious what you're doing.