Re: Files application architecture

2008-09-08 Thread Benjamin Watine
Bruno Desthuilliers a écrit : Benjamin Watine a écrit : Hi, I'm about to develop a small python application and I wonder how to organize files in this application. I'm familar to java, so I'm tempted to use the same convention http://dirtsimple.org/2004/12/python-is-not-java.html : 1 file

Re: Files application architecture

2008-09-05 Thread Bruno Desthuilliers
Benjamin Watine a écrit : Hi, I'm about to develop a small python application and I wonder how to organize files in this application. I'm familar to java, so I'm tempted to use the same convention http://dirtsimple.org/2004/12/python-is-not-java.html : 1 file per class and 1 folders per pa

Re: Files application architecture

2008-09-05 Thread Gabriel Genellina
En Fri, 05 Sep 2008 12:53:12 -0300, Benjamin Watine <[EMAIL PROTECTED]> escribió: I'm about to develop a small python application and I wonder how to organize files in this application. I'm familar to java, so I'm tempted to use the same convention : 1 file per class and 1 folders per packa

Re: Files application architecture

2008-09-05 Thread Diez B. Roggisch
Benjamin Watine schrieb: Hi, I'm about to develop a small python application and I wonder how to organize files in this application. I'm familar to java, so I'm tempted to use the same convention : 1 file per class and 1 folders per package. I know that packages doesn't exists in python, the