Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51484 > unrolled thread

Re: PEP8 79 char max

Started byJoel Goldstick <joel.goldstick@gmail.com>
First post2013-07-29 16:08 -0400
Last post2013-07-29 16:08 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: PEP8 79 char max Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-29 16:08 -0400

#51484 — Re: PEP8 79 char max

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2013-07-29 16:08 -0400
SubjectRe: PEP8 79 char max
Message-ID<mailman.5260.1375128511.3114.python-list@python.org>
On Mon, Jul 29, 2013 at 3:43 PM, Devyn Collier Johnson
<devyncjohnson@gmail.com> wrote:
> In Python programming, the PEP8 recommends limiting lines to a maximum of 79
> characters because "There are still many devices around that are limited to
> 80 character lines" (http://www.python.org/dev/peps/pep-0008/#code-lay-out).
> What devices cannot handle 80 or more characters on a line?

well, punch cards ;)
 Would following
> this recommendation improve script performance?

Not performance, but human readability
>
> Mahalo,
>
> Devyn Collier Johnson
> DevynCJohnson@Gmail.com
> --
> http://mail.python.org/mailman/listinfo/python-list



-- 
Joel Goldstick
http://joelgoldstick.com

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web