Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'received:209.85.212.54': 0.09; 'dec': 0.15; 'conditional': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'included.': 0.16; 'thanx': 0.16; 'time"': 0.16; 'wrote:': 0.17; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'rules': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; '"in': 0.29; 'basic': 0.30; 'url:python': 0.32; 'comments': 0.33; 'defining': 0.33; 'to:addr :python-list': 0.33; 'knowledge': 0.33; 'languages': 0.33; 'tutorial': 0.33; 'received:google.com': 0.34; 'self': 0.34; 'programming.': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'url:org': 0.36; 'functional': 0.36; 'ones': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'subject:, ': 0.61; 'url:index': 0.61; "you'll": 0.62; 'different': 0.63; 'drive,': 0.65; 'lack': 0.71; 'url:tutorial': 0.93 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 :content-type; bh=gMxTE0emhtwjqbaV1hrdKdXzPnOisVifd2p64wm1W40=; b=EmPYJCyr6mmWb+lOtCppVjEIFSOMrQFdjtXkzkPkae0VeXBRA7p/FjUn6lS2RH3Go0 Fth5P9LOgKWPjuTXc2hjmZp796L+fRsPGpyY4ZjSeQp/uu8CSqLP6k2IYTvmOvI9nGcw 99qtzQTKadLAsFS1lfels9itzU65/95Vga4/ZQyaV6wCUC8Gb/7lYRv/QahXpjD9yI+d 195rXCXexj910OZtpq1ilgl5u97ju6L0l9E6qqMfojM5hmdAw0BWYXrYjUcomzwBKPh5 pXI7f0Bom/HPHCzBi4JzjJWTytaLfOV9A1qXK1ZLFHzxmYZNmCxVpgsvUJE9uBcMTtz1 E1Rw== MIME-Version: 1.0 In-Reply-To: References: <543ec063-14c1-4ca6-a911-ae6f58c22a8c@googlegroups.com> Date: Sun, 23 Dec 2012 10:15:37 +1100 Subject: Re: Python, email temperature From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356218145 news.xs4all.nl 6891 [2001:888:2000:d::a6]:52111 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35398 On Sun, Dec 23, 2012 at 9:50 AM, KarlE wrote: > Thanx for the help! > > After reading your comments i am starting to suspect that i lack basic knowledge of Python programming. I will try to do some reading and undertand what i got my self into! That happens :) Python has rules that are different from the ones many other languages follow (indentation defining blocks, etc); but it has an excellent tutorial that walks you through all that: http://docs.python.org/3/tutorial/index.html Work through that and you'll be Pythoning with the best in no time! (Disclaimer: "in no time" requires a Faster-Than-Light drive, not included. All guarantees are conditional on functional FTL drive.) ChrisA