Love to get some feedback on my first python app!!!

Chris Angelico rosuav at gmail.com
Sat Sep 20 21:48:18 EDT 2014


On Sun, Sep 21, 2014 at 11:33 AM, Nicholas Cannon
<nicholascannon1 at 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



More information about the Python-list mailing list