I believe you can find it here:<br><br><a href="http://www.python.org/doc/essays/styleguide.html">http://www.python.org/doc/essays/styleguide.html</a><br><br>Authored by Guido Van Rossum himself.<br><br><br>Cheers, <br><br>
Richard<br><br><br><div><span class="gmail_quote">On 8/13/06, <b class="gmail_sendername">dave s</b> &lt;<a href="mailto:pythontut@pusspaws.net">pythontut@pusspaws.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
As my programs become more complex I am aware of the need to adopt a<br>consistent style. To differentiate between classes, instances &amp; objects I use<br>capital letters for example:<br><br>A class uses 'MyClass'<br>A class instance 'myInstance'
<br>A def uses 'myDef'<br>An object 'myobject' or 'my_object' etc<br><br>Can any of you more experienced programmers outline your style or critique my<br>way of doing this ? Tell me if you have a different system - I am trying to
<br>get myself into good habits :)<br><br>Is there a Python style guide anywhere ?<br><br>Cheers<br><br>Dave<br><br><br>PS<br><br>I have started using packages, so much easier and more flexable than long<br>PYTHONPATH declarations and am now proramming with QT :).
<br>_______________________________________________<br>Tutor maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Tutor@python.org">Tutor@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/tutor">http://mail.python.org/mailman/listinfo/tutor
</a><br></blockquote></div><br>