Writing comments in your Python code is not as trivial as one might think. In this article, How not to write Python comments, I explain how to write comments in Python. More importantly, I also share how not to use comments. These are good practices for any programming language, by the way!
Source: LXer – How not to write comments in your Python code