This is not 100% an answer to the question, but you should read that :
http://www.python.org/dev/peps/pep-0008/
The OP mentions PEP 8 in the bit of his message that you *don't* quote.
Well... I've to sleep. Sorry :(
Laurent
--
http://mail.python.org/mailman/listinfo/python-list
On 9 February 2012 14:00, Laurent Claessens wrote:
>
>> Here is my question: I would like to start an in-house library of small
>> modules to import, for things like error handling/logging. That's easy
>> enough, but is there a recommended way of naming such modules? I am
>> concerned about avoidi
Here is my question: I would like to start an in-house library of small
modules to import, for things like error handling/logging. That's easy
enough, but is there a recommended way of naming such modules? I am
concerned about avoiding name clashes with standard modules and site
packages.
Thank
On Wed, Feb 8, 2012 at 9:15 AM, HoneyMonster wrote:
> I am quite new to Python (2.7 on Linux), and have built a few modules
> using wxPython/wxGlade for GUI elements and Psycopg2 for database access.
> I adhere mostly to the PEP8 guidelines, and use Pylint to help with
> quality control.
>
> So fa