Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'dependency': 0.07; 'referring': 0.07; 'responding': 0.07; 'subject:code': 0.07; 'trailing': 0.07; 'python': 0.09; 'comment,': 0.09; 'received :mail-vc0-f174.google.com': 0.09; 'cc:addr:python-list': 0.10; 'general.': 0.16; 'wrote:': 0.17; '>>>': 0.18; 'module': 0.19; 'sort': 0.21; 'cheers,': 0.23; '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; 'guys': 0.33; '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; 'ask,': 0.84; '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=DQkZxY1Ol3PZaM1WY2CnwRs/1dLpDEWem6FkTPpzUGU=; b=Hue2O1StUMwEA/fFJqNKka0dFGbidmyNvgNb6fSx4FD+TOEuupi8ceVLVBE+P/5syG d4H0ujXVLPDDJxS2wB5/aAXUibUX0Zy3QwsNu2yRg+roRXpHhMFV2R72vpv91NaLx8vy /8Knq8YGGxKbGw4Zv4FPZp0qGtTCppH6PKFHk= 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=DQkZxY1Ol3PZaM1WY2CnwRs/1dLpDEWem6FkTPpzUGU=; b=Gb+IZZ9JYi0CHK5kZOOTEGv2s/IArklD3a74FSwfsNN862HbKxGz+P1DpsK7Gtneu0 lccaEI8Dq2sduIAWooRKeABnK1BkiIXBIvNNydY8lGYvDz3BQQVOkwc6lEmeuccHzaNC yDYzvHQv6Tbeg7a1bC9JqhJ6xM/oxyXjrwZxSBGrJEj3vIDvPvE8mTwrWPMlu3HiVzgJ GAMH1JTEG1LLt4u6hJekzTmftrMijBg9bKVVSBGKw6lDHGzqHiitLMSg8G8O3Ox7pS0U Q4FNguPw5kZkypaMgE4hGdOV+gAEl+9ZU9fuSUBYAL7Bc8iEqxQLL/F95duaYAPJuALn VG8w== MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: References: Date: Sun, 15 Jul 2012 19:13:12 -0700 X-Google-Sender-Auth: fDlQ5TerUTTYtO5VujChk0Wd9FU Subject: Re: Diagramming code From: Chris Rebert To: hamilton Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmhw2M2DakxQMiSv0DiDlAJp6uIk2YOLhh9S/vBvX7zcLnvfdiKlUGAUMx/aNWsAnREKrBc 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342404794 news.xs4all.nl 6927 [2001:888:2000:d::a6]:50531 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25380 On Sun, Jul 15, 2012 at 6:57 PM, hamilton wrote: > On 7/15/2012 7:38 PM, Chris Rebert wrote: >> >> 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! > > 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