Best practices for software architecture in Python
Henning Follmann
hfollmann at itcfollmann.com
Wed Feb 10 07:20:01 EST 2021
On 2021-02-10, Python <python at python.invalid> 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 develop quite a big application
> in the same field (to get rid of some well known proprietary
> scientific software monoliths), and would like to study in-depth
> an existing open source application in order to study how
> to organize classes hierarchy, modules, packages, etc. which
> one would you recommend ?
>
> P.
Looks like you (the project leader?) needs training, not the
software engineers.
"Making Things Happen" by Scott Berkun
-H
--
Henning Follmann | hfollmann at itcfollmann.com
More information about the Python-list
mailing list