News

Commenting your code is good practice if you want to help other people understand what you’ve written. This makes it crucial to learn how to comment in Python if you work on a big team.
For example, Python encourages the use of lots of whitespace, doesn’t require semi-colons at the end of every statement. ... Also read: How to comment in Python: Tips and best practices.