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
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
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 ?