Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51496 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2013-07-29 17:01 -0400 |
| Last post | 2013-07-29 17:01 -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.
Re: PEP8 79 char max Terry Reedy <tjreedy@udel.edu> - 2013-07-29 17:01 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-07-29 17:01 -0400 |
| Subject | Re: PEP8 79 char max |
| Message-ID | <mailman.5270.1375131703.3114.python-list@python.org> |
On 7/29/2013 3:43 PM, Devyn Collier Johnson 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" "plus, limiting windows to 80 characters makes it possible to have several windows side-by-side. " > (http://www.python.org/dev/peps/pep-0008/#code-lay-out). What devices > cannot handle 80 or more characters on a line? PEP 8 is being revised. My understanding is that because such machines are now rare, while the second reason is still operative, the recommended limit will be raised to 100, or at least say that some are using that as the guideline. 200 char lines are harder to read. -- Terry Jan Reedy
Back to top | Article view | comp.lang.python
csiph-web