Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50760
| 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 | <dwightdhutto@gmail.com> |
| 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 | <OFF617C5C0.E4A1AC6D-ON85257BAA.0066257F-85257BAA.006660F4@us.ibm.com> |
| References | <66c25416-eaa5-4ac1-a71d-2b2948dec2fb@googlegroups.com> <OFF617C5C0.E4A1AC6D-ON85257BAA.0066257F-85257BAA.006660F4@us.ibm.com> |
| Date | Tue, 16 Jul 2013 20:05:18 -0400 |
| Subject | Re: Understanding other people's code |
| From | David Hutto <dwightdhutto@gmail.com> |
| To | David M Chess <chess@us.ibm.com> |
| Content-Type | multipart/alternative; boundary=001a11c29fa24c00b704e1a9d95b |
| Cc | L O'Shea <lo0446@my.bristol.ac.uk>, python-list <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4784.1374019527.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Understanding other people's code "L O'Shea" <lo0446@my.bristol.ac.uk> - 2013-07-12 07:22 -0700
Re: Understanding other people's code Chris Angelico <rosuav@gmail.com> - 2013-07-13 00:46 +1000
Re: Understanding other people's code Peter Otten <__peter__@web.de> - 2013-07-12 17:21 +0200
Re: Understanding other people's code "Eric S. Johansson" <esj@harvee.org> - 2013-07-12 12:04 -0400
Re: Understanding other people's code Terry Reedy <tjreedy@udel.edu> - 2013-07-12 18:11 -0400
Re: Understanding other people's code Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-12 19:49 -0400
Re: Understanding other people's code CM <cmpython@gmail.com> - 2013-07-13 23:58 -0700
Re: Understanding other people's code Azureaus <lo0446@my.bristol.ac.uk> - 2013-07-15 03:02 -0700
Re: Understanding other people's code CM <cmpython@gmail.com> - 2013-07-15 12:13 -0700
Re: Understanding other people's code albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-07-27 13:13 +0000
Re: Understanding other people's code Chris Angelico <rosuav@gmail.com> - 2013-07-27 14:41 +0100
Re: Understanding other people's code asimjalis@gmail.com - 2013-07-15 19:10 -0700
Re: Understanding other people's code David M Chess <chess@us.ibm.com> - 2013-07-16 14:38 -0400
Re: Understanding other people's code David Hutto <dwightdhutto@gmail.com> - 2013-07-16 20:05 -0400
Re: Understanding other people's code David Hutto <dwightdhutto@gmail.com> - 2013-07-19 22:57 -0400
Re: Understanding other people's code Azureaus <lo0446@my.bristol.ac.uk> - 2013-07-25 09:26 -0700
csiph-web