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


Groups > comp.lang.python > #51484

Re: PEP8 79 char max

References <51F6C5F5.5020201@Gmail.com>
Date 2013-07-29 16:08 -0400
Subject Re: PEP8 79 char max
From Joel Goldstick <joel.goldstick@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5260.1375128511.3114.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web