Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #197095

Re: How to go about describing my software with a component diagram?

From marc nicole <mk1853387@gmail.com>
Newsgroups comp.lang.python
Subject Re: How to go about describing my software with a component diagram?
Date 2024-12-24 22:08 +0100
Message-ID <mailman.23.1735074452.2912.python-list@python.org> (permalink)
References <CAGJtH9SeSw6CJEgs37MQ9DJEADeQy4M_bAYPH1yeFiJN+mTLYQ@mail.gmail.com> <f5054d26-39ca-4bbb-8eb7-a8b0455c7966@DancesWithMice.info> <CAGJtH9TitodaW4uzrPg0omnEBzN=+FANLWYr+pdNu1MZAqeXvQ@mail.gmail.com> <CAGJtH9SihxgDSgYpVp1V7p-bKV1VM+WzG-bA2gR-_H14OWSTGw@mail.gmail.com>

Show all headers | View raw


The full python package (pypi) being represented as the outermost frame
here including the 4 sub-frames)

Le mar. 24 déc. 2024 à 22:05, marc nicole <mk1853387@gmail.com> a écrit :

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

Back to comp.lang.python | Previous | Next | Find similar


Thread

Re: How to go about describing my software with a component diagram? marc nicole <mk1853387@gmail.com> - 2024-12-24 22:08 +0100

csiph-web