Codig style: " or """

Harper, Gina gharper at medplus.com
Wed Apr 13 11:34:57 EDT 2005


Try PEP 8, Guido's Style Guide:
http://www.python.org/peps/pep-0008.html
Good luck with your boss!

*gina*

-----Original Message-----
From: Sara Khalatbari [mailto:sarapythonlist at yahoo.com] 
Sent: Wednesday, April 13, 2005 11:13 AM
To: Python List
Subject: Codig style: " or """


Hi!

Suppose you're writing a module & writing the
definition of each function in that module in " or
""".
for example:
a) "This function does this & that"
or:
b)  """This function does blah blah blah"""

What are the differences between " and """ ? 
I'm using gedit & I wanna know a bit about coding
style.

To be very honest: I have a very strict boss who looks
for bugs in my codes & he insists to know exactly
which 'CODING STYLE AUTHORITATIVE SOURCE' I've based
my coding style on when using " or """.

Can anybody out there give me some hint?
Can anybody tell me where to find a document on python
coding style.

tnx,
Sara


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/




More information about the Python-list mailing list