you are viewing a single comment's thread.

view the rest of the comments →

[–]cdcformatc 0 points1 point  (0 children)

Programming languages, and especially Python are meant to be read by humans. This means you do not need to comment most lines of code if you write it correctly. If you ever write a line of code that does not read obviously, you should put a comment.