On Sun, Sep 21, 2014 at 11:33 AM, Nicholas Cannon
<nicholascann...@gmail.com> wrote:
> Yeah this is exactly what I was looking for I know the comments are horrible 
> and I had no idea about the camelCase stuff. Should I use
> '''
> Use this commenting on my functions or not. I think they are called 
> docStrings or something
> '''

Yes, they're called docstrings (without the capital S - again, Python
doesn't tend to work that way). You can find info and advice all over
the web about how to write good, useful docstrings.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to