Sujet : Re: How to go about describing my software with a component diagram?
De : mk1853387 (at) *nospam* gmail.com (marc nicole)
Groupes : comp.lang.pythonDate : 24. Dec 2024, 22:05:35
Autres entêtes
Message-ID : <mailman.22.1735074266.2912.python-list@python.org>
References : 1 2 3
I want to convey the idea that main.py (main algorithm) imports 3 modules
(V, S, M) (each of them containing .py scripts related to
different functionalities) and use their methods accordingly as per the
requirement: basically the structure of my code and how the modules relate
to each other.
Le mar. 24 déc. 2024 à 21:56, dn via Python-list <
python-list@python.org> a
écrit :
On 25/12/24 06:27, marc nicole via Python-list wrote:
Hello community,
>
I have created a Python code where a main algorithm uses three different
modules (.py) after importing them.
>
To illustrate and describe it I have created the following component
diagram?
>
>
[image: checkso.PNG]
>
Could it be improved for better description and readability?
>
>
Possibly - so little detail as to topic and any hints in the diagram
redacted! What messages do you want to communicate with this diagram?
>
Given that the three modules are subordinate contributors to the
script/algorithm, place the three modules inside a larger "Algorithm"
shape.
>
--
Regards,
=dn
--
https://mail.python.org/mailman/listinfo/python-list
>