Re: Best practices for software architecture in Python

2021-02-16 Thread Peter J. Holzer
On 2021-02-11 08:54:11 -0500, Henning Follmann wrote: > On 2021-02-11, Oscar wrote: > > In article , > > Henning Follmann wrote: > >>On 2021-02-10, Python wrote: > >>> and would like to study in-depth an existing open source > >>> application in order to study how to organize classes hierarchy,

Re: Best practices for software architecture in Python

2021-02-11 Thread Oscar
In article , Henning Follmann wrote: >>>Looks like you (the project leader?) needs training, not the >>>software engineers. >>> >>>"Making Things Happen" by Scott Berkun >> >> This looks like a very interesting book to add to my reading list, but >> how do you think it will help the OP with his/

Re: Best practices for software architecture in Python

2021-02-11 Thread Henning Follmann
On 2021-02-11, Oscar wrote: > In article , > Henning Follmann wrote: >>On 2021-02-10, Python wrote: >>> Hi, >>> >>> If you had to train engineers who are used to write >>> Python scripts for image processing, data format conversion, >>> etc. (so they know most the basics of Python types and >

Re: Best practices for software architecture in Python

2021-02-11 Thread Oscar
In article , Henning Follmann wrote: >On 2021-02-10, Python wrote: >> Hi, >> >> If you had to train engineers who are used to write >> Python scripts for image processing, data format conversion, >> etc. (so they know most the basics of Python types and >> programming structures except advance

Re: Best practices for software architecture in Python

2021-02-10 Thread Henning Follmann
On 2021-02-10, Python wrote: > Hi, > > If you had to train engineers who are used to write > Python scripts for image processing, data format conversion, > etc. (so they know most the basics of Python types and > programming structures except advanced OOP techniques) > who now are about to devel