Article 558YX LXer: How to Comment in Python

LXer: How to Comment in Python

by
LXer
from LinuxQuestions.org on (#558YX)
Published at LXer:

When writing Python code, it is always a good practice to make your code clean and easily understandable. Organizing the code, giving variables and functions descriptive names are several ways to do this.Adding comments to your Python code will save you a lot of time and effort when you look at your code in the future. Comments should be short and to the point. Do not explain something that is obvious to the reader. This article covers the basics of writing comments in Python. Python ignores everything written on the line after the hash mark (#).

Read More...latest?d=yIl2AUoC8zA latest?i=FRUsYxTXWA0:XZeWRtF6Ye4:F7zBnMy latest?i=FRUsYxTXWA0:XZeWRtF6Ye4:V_sGLiP latest?d=qj6IDK7rITs latest?i=FRUsYxTXWA0:XZeWRtF6Ye4:gIN9vFwFRUsYxTXWA0
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments