Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.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.067 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'classes.': 0.07; 'verbatim': 0.07; 'dec': 0.15; 'code?': 0.16; 'wrote:': 0.17; 'example': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'am,': 0.27; 'coding': 0.27; 'found.': 0.27; "doesn't": 0.28; 'received:209.85.212': 0.28; 'received:10.0.0': 0.28; 'subject:learning': 0.29; 'up.': 0.31; 'code': 0.31; 'getting': 0.33; 'received:10.0': 0.33; 'to:addr:python-list': 0.33; 'tutorial': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'message- id:@gmail.com': 0.36; 'anything': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'your': 0.60; 'skip:u 10': 0.60; 'matter': 0.61; 'total': 0.65; 'sum': 0.66; 'fact,': 0.69 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=GmsGzjtNfbIYKO4PEMenOYgWYY+Sihn7EhwZO9v4jRI=; b=TlN7AonfkqtJa6Qh5g4kWMEuKHm6/Mi3JGQWsVXtINRGT/D3hfKdafZNnRpwOKBL6P DOfjcNkibiH2b/HZXvaTS/IyLYEyYrvb13ZYGT+NHbTWCBovHIY+xvzW3hPMn5QWtOjr bAtqKRNWXBqgV2m97mmrh/JMQYeDd5uDEO2akEndKwUdl+i+LXwpbJ2iR00JOLa2jJkK ao6WJ+rVWaM8XNJ2ED+PSDNZ0QtSb7CAEfdfgrPUgdXIWbdVp/jih16OwdjD7JZJtOYf Zjwd4MDuDtm4EEqIdwxszqGL+2klQEL1CxJ9dQLL9wdQjE5Zb/nerqeB3ZXAslzTSVYA 8VJA== X-Received: by 10.58.243.166 with SMTP id wz6mr54311130vec.28.1356719326045; Fri, 28 Dec 2012 10:28:46 -0800 (PST) Date: Fri, 28 Dec 2012 13:29:36 -0500 From: Verde Denim User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20121215 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: python-list@python.org Subject: Re: learning curve References: <0b533176-5284-450d-aa8d-1e1ca9df1906@m4g2000pbd.googlegroups.com> In-Reply-To: <0b533176-5284-450d-aa8d-1e1ca9df1906@m4g2000pbd.googlegroups.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356719335 news.xs4all.nl 6986 [2001:888:2000:d::a6]:34181 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35717 On 12/27/2012 09:32 PM, alex23 wrote: > On Dec 28, 11:20 am, Verde Denim wrote: >> Just getting into Py coding and not understanding why this code doesn't >> seem to do anything - > > Is that the sum total of your code? You're not showing any > instantiation of your classes. Yes, as a matter of fact, it is the example verbatim from the tutorial pages that I found. Apparently, it isn't the best example... Thanks for the heads up.