On 07/29/2013 04:08 PM, Joel Goldstick wrote:
On Mon, Jul 29, 2013 at 3:43 PM, Devyn Collier Johnson
<devyncjohn...@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
devyncjohn...@gmail.com
--
http://mail.python.org/mailman/listinfo/python-list


So, I can have a script with large lines and not negatively influence performance on systems that do not use punch cards?

DCJ
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to