The Voidspace Techie Blog

Gravatar My current python style has a similar flavor. The bigger disagreement I have comes with your lower case module names.
My module names often end up as names that are good for local variables. These clash often if they use the same naming scheme.
Currently I got for the UpperWord cased package and module names. But this does end up with the annoying repeated class names.


Gravatar I find it best to follow PEP 8 (http://www.python.org/dev/peps/pep-0008/) if not only to be consistent with most other people.


Gravatar From briefly skimming it, it seems to be pretty much the same as in PEP 8.


Gravatar I think your comment about bare except is overbroad. There are situations where I think it's quite appopriate to do

try:
except:
raise


Name:

Email:

URL:

Comment:  ? 

 

Commenting by HaloScan