PEP8

Tony Yu tsyu80 at gmail.com
Fri Jun 15 14:04:32 EDT 2012


On Fri, Jun 15, 2012 at 1:53 PM, Andreas Mueller
<amueller at ais.uni-bonn.de>wrote:

> Hi everybody.
> One more question before I dig into the code:
> What is your stance on pep8? I saw that it is not followed everywhere in
> the code.
> Should new code adhere to pep8?
> In scikit-learn, I'm a bit of a nazi when it comes to that ;)
>
> Cheers,
> Andy
>

Hi Andy,

We definitely try to follow PEP8 and the numpy docstring
standard<https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt>.
Sometimes that gets overlooked in code review, but it's usually best to
follow these conventions.

Looking forward to seeing some pull requests :)

Cheers,
-Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20120615/debb57c3/attachment.html>


More information about the scikit-image mailing list