[gobolinux-users] Gobo wants you! (to comment its scripts)

Samuel A. Falvo II sam.falvo at gmail.com
Tue Apr 8 13:51:29 NZST 2008


>  Since it's exactly the same comment char as shell scripts, you could use
>  it straight away.

You **REALLY** do not want to do this.

The Python "help()" function is strongly optimized for use with PEP-8
and PEP-257 docstrings.  It allows you to, interactively, via the
Python interpreter, import a module, and request a tiny,
automatically-generated manpage on most any module, class, or method.

This is why I recommend everyone use PEP-8 when coding in Python.

-- 
Samuel A. Falvo II


More information about the gobolinux-users mailing list