Diagramming code

Chris Rebert clp2 at rebertia.com
Sun Jul 15 21:38:53 EDT 2012


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!



More information about the Python-list mailing list