Re: Code organization

2006-02-15 Thread Kent Johnson
bruno at modulix wrote: > Thomas Girod wrote: >> >>I found a lot of documentation about how to code in Python, but not >>much about how you organize your code in various modules / packages ... >>As I am not yet used to python, this puzzle me a bit. > > Now for best practices and whatnots, this isn

Re: Code organization

2006-02-15 Thread bruno at modulix
Thomas Girod wrote: > Hi. > > I found a lot of documentation about how to code in Python, but not > much about how you organize your code in various modules / packages ... > As I am not yet used to python, this puzzle me a bit. > > So, can anyone explain how one should organize and store its code

Code organization

2006-02-15 Thread Thomas Girod
Hi. I found a lot of documentation about how to code in Python, but not much about how you organize your code in various modules / packages ... As I am not yet used to python, this puzzle me a bit. So, can anyone explain how one should organize and store its code ? the uses of __init__.py files ?