Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.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.038 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'english.': 0.04; 'class,': 0.07; 'subject:code': 0.07; 'cc:addr:python-list': 0.11; 'does,': 0.16; 'imports': 0.16; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'first,': 0.26; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'message-id:@mail.gmail.com': 0.30; 'program,': 0.31; 'assumes': 0.31; 'subject:other': 0.31; 'classes': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'instances': 0.36; 'structure': 0.39; 'name': 0.63; 'term': 0.63; 'subject:people': 0.84; 'utilized': 0.84; 'cognitive': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GTl1zP88+tKlxpbuY04lD5UCElSEHuzOA/H5fVoceCY=; b=fGRIwYnS5HP3APTshWzAH2ssCZoF4haoQKpv4s7DBV07XfddOZlrsh/AN2lP87wQzj v7DTt++kd1Z9EEvmrdWjqWwiKkJLTlE0nCHc6n/SESpWXw2pkbxo0YpcuKRECwbiVxzi Us/zjp6wfIUgG2rGbf0gwO5VQXCAh9ZW49O2pU2tSEwpiOxYcpMJSN4s5S5SpsBeLAmq 04HkaH5IcOHQzKHMuLoOQuyY5KHGW79PNGhUd1mr0zW+ckXUPHpbh1WObvvnCesuA4nb Su4/HdlJrRe8PZ3AiO+fxwea/a8KSnW4+rFPK/NydM5uRc+OAcLJo5KAFjq2qoH4aDOC 1e/w== MIME-Version: 1.0 X-Received: by 10.224.69.196 with SMTP id a4mr6393887qaj.82.1374019518200; Tue, 16 Jul 2013 17:05:18 -0700 (PDT) In-Reply-To: References: <66c25416-eaa5-4ac1-a71d-2b2948dec2fb@googlegroups.com> Date: Tue, 16 Jul 2013 20:05:18 -0400 Subject: Re: Understanding other people's code From: David Hutto To: David M Chess Content-Type: multipart/alternative; boundary=001a11c29fa24c00b704e1a9d95b Cc: L O'Shea , python-list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374019527 news.xs4all.nl 15878 [2001:888:2000:d::a6]:50092 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50760 --001a11c29fa24c00b704e1a9d95b Content-Type: text/plain; charset=ISO-8859-1 Any program, to me, is just like speaking english. The class, or function name might not fully mesh with what your cognitive structure assumes it to be.read through the imports first, and see the classes and functions come alive with experience comes intuition of what it does, and the instances that can be utilized with it. The term RTFM, and google always comes to mind as well. --001a11c29fa24c00b704e1a9d95b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Any program, to me, is just like speaking english. The cla= ss, or function name might not fully mesh with what your cognitive structur= e assumes it to be.read through the imports first, and see the classes and = functions come alive with experience comes intuition of what it does, and t= he instances that can be utilized with it. The term RTFM, and google always= comes to mind as well.
--001a11c29fa24c00b704e1a9d95b--