Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35398
| 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 | <rosuav@gmail.com> |
| 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 | <b611db0c-a500-4423-b9d7-ce569f49c596@googlegroups.com> |
| References | <543ec063-14c1-4ca6-a911-ae6f58c22a8c@googlegroups.com> <b611db0c-a500-4423-b9d7-ce569f49c596@googlegroups.com> |
| Date | Sun, 23 Dec 2012 10:15:37 +1100 |
| Subject | Re: Python, email temperature |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <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.1218.1356218145.29569.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Sun, Dec 23, 2012 at 9:50 AM, KarlE <ranstam@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python, email temperature Alexander Ranstam <ranstam@gmail.com> - 2012-12-22 12:36 -0800
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-22 12:38 -0800
Re: Python, email temperature Joel Goldstick <joel.goldstick@gmail.com> - 2012-12-22 15:44 -0500
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-22 12:54 -0800
Re: Python, email temperature Gary Herron <gary.herron@islandtraining.com> - 2012-12-22 13:12 -0800
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-22 12:54 -0800
Re: Python, email temperature No One <atsidi@gmail.com> - 2012-12-22 21:53 +0000
Re: Python, email temperature Gary Herron <gary.herron@islandtraining.com> - 2012-12-22 12:45 -0800
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-22 14:50 -0800
Re: Python, email temperature Chris Angelico <rosuav@gmail.com> - 2012-12-23 10:15 +1100
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-23 05:46 -0800
Re: Python, email temperature Mitya Sirenef <msirenef@lightbird.net> - 2012-12-23 12:23 -0500
Re: Python, email temperature Dave Angel <d@davea.name> - 2012-12-23 15:34 -0500
Re: Python, email temperature Terry Reedy <tjreedy@udel.edu> - 2012-12-23 19:31 -0500
csiph-web