Diagramming code

Chris Rebert clp2 at rebertia.com
Sun Jul 15 22:13:12 EDT 2012


On Sun, Jul 15, 2012 at 6:57 PM, hamilton <hamilton at nothere.com> wrote:
> On 7/15/2012 7:38 PM, Chris Rebert wrote:
>>
>> On Sun, Jul 15, 2012 at 6:26 PM, hamilton <hamilton at nothere.com> wrote:
>>>
>>> Subject: Diagramming code
>>>
>>> Is there any software to help understand python code ?
>>
>> What sort of diagrams? Control flow diagrams? Class diagrams? Sequence
>> diagrams? Module dependency diagrams? There are many different types
>> you could be referring to. Here's a relatively comprehensive list:
>> http://en.wikipedia.org/wiki/Unified_Modeling_Language#Diagrams_overview
>>
>> Regards,
>> Chris
>> --
>> UML: Kill it with fire!
>
> OK then, let me ask, how do you guys learn/understand large projects ?

In case you're responding to my trailing semi-satirical comment, let
me clarify: I was remarking on UML specifically, not software-related
diagrams in general.

Cheers,
Chris



More information about the Python-list mailing list