Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'dependency': 0.07; 'referring': 0.07; 'subject:code': 0.07; 'python': 0.09; 'received :mail-vc0-f174.google.com': 0.09; 'cc:addr:python-list': 0.10; 'wrote:': 0.17; 'module': 0.19; 'sort': 0.21; 'cc:2**0': 0.23; '15,': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'url:wiki': 0.26; 'list:': 0.27; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; 'received:209.85.220.174': 0.29; 'url:wikipedia': 0.29; 'class': 0.29; 'code': 0.31; 'could': 0.32; 'received:google.com': 0.34; 'sequence': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'subject:': 0.36; 'url:org': 0.36; 'flow': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'url:en': 0.38; 'header:Received:5': 0.40; 'help': 0.40; 'relatively': 0.62; 'different': 0.63; 'jul': 0.65; 'fire!': 0.84; 'sender:addr:chris': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=V4k1yXx4xIPYOIh82nkvrDnF2NUu5ucw5msV7kYB8zc=; b=QyhSg3pRpgTIsffYTkyRMTQqWpnEcEDRL5bI7jAff9uHp6DqcEzcn8vvRMXlbnERDa 4iIPU6woLqAoMClMf2MSN0v8olm9/OBDKyKbTR9GQpoNfejS2ojKFlfd/5ELH0MUN0PT DTBnI3q0v0xkrk4dWJ0lr7JiFaaeKl3Afl/co= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=V4k1yXx4xIPYOIh82nkvrDnF2NUu5ucw5msV7kYB8zc=; b=S6i+wIrWLSUvu+5Kc+4+0UGeNLNHE0x2ml0DzYrwr0SWyZLA1uzD7Jr6sOwC7kMzwB 4+X81NY2cRNAADCmll4hkMvaqE6VncgCWbAhsmOa45f6fNXQRjkIVMLAA0i9TH5jVnMZ ctwls/ivwzD39+gSiVi/HLfdkUO+yWztWvGOux6KAbwASn2YQ90TKSvTRsPjiO9E1G31 ZQFbsI7TRbNfVh+q4YzdehvTbTR3wnL47+Lk5JdkVwbXvlP7u01MQSMM+vF1ds2K6S47 PQF8C2icqHo2Bpt+s4SBuPqhKMoOca2pVf3P1vgLguVp0+NOztDDuLCG01TWVYrEpNpu Zdfw== MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: References: Date: Sun, 15 Jul 2012 18:38:53 -0700 X-Google-Sender-Auth: AD4e0BDkCy3QlKbWZxHl73vB7ew Subject: Re: Diagramming code From: Chris Rebert To: hamilton Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlnUSZJVI2Lzwp2r1v3RqpQNnj+RvFCj9sYXcqvMgBqe+S4mTx1j48JdCQjnqs3XwDKuJZK Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342402744 news.xs4all.nl 6927 [2001:888:2000:d::a6]:41565 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25377 On Sun, Jul 15, 2012 at 6:26 PM, hamilton 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!