How python source code in large projects are organized?

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Sun Sep 20 16:10:43 EDT 2009


On 07:10 pm, pengyu.ut at gmail.com wrote:
>On Sun, Sep 20, 2009 at 11:31 AM, Daniel Fetchinson
><fetchinson at googlemail.com> wrote:
>>>I am wondering what is the best way of organizing python source code
>>>in a large projects. There are package code, testing code. I'm
>>>wondering if there has been any summary on previous practices.
>>
>>I suggest looking at the source code of large projects like twisted,
>>PIL, django, turbogears, etc. These have different styles, pick the
>>one you like best.
>
>Is there a webpage or a document that describes various practices?

I wrote very briefly on this topic, hope it helps:

  http://jcalderone.livejournal.com/39794.html

Jean-Paul



More information about the Python-list mailing list