Tell Gus what you think, but remember- you are in his home. Be a good guest.


Best practice in PyObjC is to use unicode strings everywere:
u'Hello World'

Instead of:
'Hello World'

Check out the String section of the structure docs . This should really be "user" not "developer" documentation...

Also, most people use 4-space indentation for Python, which is endorsed by PEP 8.

Posted by Bob Ippolito at December 30th 2004 10:15 AM


Thanks for the links & tips.

I do usually use 4-space indentation, but for posting on the site, I'll
set it to 2 to save space :)

Posted by August Mueller at December 30th 2004 10:20 AM