import syntax

Devyn Collier Johnson devyncjohnson at gmail.com
Mon Jul 29 15:48:48 EDT 2013


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 at Gmail.com



More information about the Python-list mailing list