Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51482 > unrolled thread
| Started by | Devyn Collier Johnson <devyncjohnson@gmail.com> |
|---|---|
| First post | 2013-07-29 15:48 -0400 |
| Last post | 2013-07-29 15:48 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
import syntax Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-29 15:48 -0400
| From | Devyn Collier Johnson <devyncjohnson@gmail.com> |
|---|---|
| Date | 2013-07-29 15:48 -0400 |
| Subject | import syntax |
| Message-ID | <mailman.5258.1375127678.3114.python-list@python.org> |
The PEP8 recommends importing like this: import os import re not like this: import os, re Why is that? Is there a performance advantage to one of the styles? Mahalo, Devyn Collier Johnson DevynCJohnson@Gmail.com
Back to top | Article view | comp.lang.python
csiph-web