Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73644
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1a.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.009 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'tutorial': 0.03; '(currently': 0.09; 'subject:question': 0.10; 'cc:addr:python- list': 0.11; 'martin': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:coding': 0.16; 'url:luc': 0.16; 'wrote:': 0.18; 'work,': 0.20; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'url:edu': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; '3.x': 0.31; 'quite': 0.32; 'url:python': 0.33; 'fri,': 0.33; 'received:google.com': 0.35; 'version': 0.36; 'url:org': 0.36; 'url:3': 0.61; "you're": 0.61; 'url:index': 0.63; 'here': 0.66; 'latest': 0.67; 'to:none': 0.92 |
| 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:cc :content-type; bh=QPHFxt62NV23qPU2t7PQFASJH1Jb83C4vHO6mqSl+eE=; b=qfnlrvEThAYaHGjWpgS43P7BDnZvkSOx8fdBMMp0p9ARjamiau1/w8LTUAsZYvQbhQ aKR24QD1UxN9LXTcbugEYsihrHVPJjDTesjISubNQq6+CFB/5Y/50NEzcN+PG/jR21RQ Q1A3qvwcmMeh4u8pgLkY4PQt3MnOU/FkQjMlTVEC1nm8XkbFZnbOxxf0o8pCfxhehDlw /0zK+CDnIFXPjcwN7y8p7Tei3RHtMZ/wmXjIknkJiWTNSnzZuMlzJYf1TJ+HbjcklIPr wttsM9BjytSIpIfeS/8ny2wPpo7qMFfqIAXUMpw/kKSf0vjtYtWmZYW4MNpoo488Swqx XvOg== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.103.141 with SMTP id k13mr17117994vco.25.1403834988395; Thu, 26 Jun 2014 19:09:48 -0700 (PDT) |
| In-Reply-To | <CAHXoDSD4cA6wQdgqGbX31aT6TLt99ePhAhxc5-gd_2FfyQ8HBQ@mail.gmail.com> |
| References | <CAHXoDSD4cA6wQdgqGbX31aT6TLt99ePhAhxc5-gd_2FfyQ8HBQ@mail.gmail.com> |
| Date | Fri, 27 Jun 2014 12:09:48 +1000 |
| Subject | Re: Newbie coding question |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11274.1403834996.18130.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1403834996 news.xs4all.nl 2895 [2001:888:2000:d::a6]:56029 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:73644 |
Show key headers only | View raw
On Fri, Jun 27, 2014 at 4:53 AM, Martin S <shieldfire@gmail.com> wrote: > I've been following the tutorial here > http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/ Be aware that this tutorial is aimed at Python 3.1, which is a quite old version in the 3.x branch. I recommend you get the latest Python (currently 3.4), and if the tutorial you're using doesn't work, try this one: https://docs.python.org/3/tutorial/index.html ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Newbie coding question Chris Angelico <rosuav@gmail.com> - 2014-06-27 12:09 +1000
csiph-web