<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 5, 2017 at 8:08 AM, Mark Atwood <span dir="ltr"><<a href="mailto:fallenpegasus@gmail.com" target="_blank">fallenpegasus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><a href="https://pypi.python.org/pypi/pep8" target="_blank">https://pypi.python.org/pypi/<wbr>pep8</a><br><br>pep8 is a tool to check your Python code against most of the style and formatting conventions in "PEP 8"</blockquote></div><br></div><div class="gmail_extra">Hal,<br><br></div><div class="gmail_extra">PEP8 is for contributions to the core Python language.  It is not at all required to be used in your source code, but rather than write a style guide, it may be easier to use (or modify) it.<br><br>From the PEP:<br><p>\quote<br></p><p>
    A style guide is about consistency.  Consistency with this style guide
is important.  Consistency within a project is more important.
Consistency within one module or function is the most important.
   </p>
   <p>
    However, know when to be inconsistent -- sometimes style guide
recommendations just aren't applicable.  When in doubt, use your best
judgment.  Look at other examples and decide what looks best.  And
don't hesitate to ask!
   </p>
   </div><div class="gmail_extra">\unquote<br><br></div><div class="gmail_extra"><div><div class="gmail_signature">-- <br>Sanjeev Gupta<br>+65 98551208     <a href="http://www.linkedin.com/in/ghane" target="_blank">http://www.linkedin.com/in/ghane</a></div></div>
</div></div>