Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6814
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.020 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'instance,': 0.05; 'python': 0.08; 'am,': 0.14; 'received:209.85.214.174': 0.14; 'received:mail-iw0-f174.google.com': 0.14; 'wrote:': 0.14; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wolfgang': 0.16; 'header:In-Reply-To:1': 0.21; 'thu,': 0.22; "doesn't": 0.25; 'message-id:@mail.gmail.com': 0.28; 'received:209.85.214': 0.28; 'module': 0.30; 'lot.': 0.30; 'to:addr:python-list': 0.33; "isn't": 0.33; 'question': 0.34; 'chris': 0.34; 'newer': 0.35; 'received:google.com': 0.37; 'something': 0.37; 'received:209.85': 0.37; 'subject:: ': 0.38; 'unless': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'recommended': 0.40; 'really': 0.40; 'worth': 0.60; 'here:': 0.62; 'free': 0.63; 'good:': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=qV10uoQ/uceCNyYh7ykCANDdC1jwbEn3TRsoFg8i4eU=; b=G30PL/IpZS5+sjT1L24SvUYMGOpsAyTEQT5rIEA7bWvoBgw4wxQMZLSx0fz+k3l5dr w7BQmUb/08KTK5p5MGN/UyRRTmjm4gn3ZkHaHZQTc76rTgd7/uRlxrHFDaMPuCBVLKkQ aUffJ/We48XmhtojzvuuhfkdoaUwvIYKNXtlo= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=x6KSGi+N24NA5msUW+aobIffdbCx3Vwccl7i3a8c/FHXNxi8HrAvZj9Pcq46Xj+Sku Q4ou0QCFCbEeBNSuQyZaQ9GhyIwfqbcS6yMZcwVp7BVG43zNZ1Bqjw2C3x3z7UWk1wCZ Xddubu9mFBxeMk367Urfl7NJV1KO5x/eEZwAk= |
| MIME-Version | 1.0 |
| In-Reply-To | <4de67709$0$6572$9b4e6d93@newsspool3.arcor-online.net> |
| References | <4de40ee8$0$6623$9b4e6d93@newsspool2.arcor-online.net> <mailman.2315.1306841548.9059.python-list@python.org> <4de50cfd$0$6538$9b4e6d93@newsspool4.arcor-online.net> <4de546f8$0$6556$9b4e6d93@newsspool4.arcor-online.net> <mailman.2337.1306878988.9059.python-list@python.org> <4de67709$0$6572$9b4e6d93@newsspool3.arcor-online.net> |
| Date | Thu, 2 Jun 2011 04:38:36 +1000 |
| Subject | Re: Thanks for all responses |
| 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.12 |
| 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.2377.1306953519.9059.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1306953520 news.xs4all.nl 49175 [::ffff:82.94.164.166]:43972 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:6814 |
Show key headers only | View raw
On Thu, Jun 2, 2011 at 3:29 AM, Wolfgang Meiners <WolfgangMeiners01@web.de> wrote: > Yes it helped a lot. One last question here: When i have free choice and > i dont know Python 2 and Python 3 very good: What would be the > recommended choice? Generally, Python 3. Unless there's something you really need in Python 2 (a module that isn't available in 3.x, for instance, or you're deploying to a site that doesn't have Python 3 installed), it's worth going with the newer one. Chris Angelico
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
sqlalchemy and Unicode strings: errormessage Wolfgang Meiners <WolfgangMeiners01@web.de> - 2011-05-30 23:40 +0200
Re: sqlalchemy and Unicode strings: errormessage Chris Withers <chris@simplistix.co.uk> - 2011-05-31 10:55 +0100
Re: sqlalchemy and Unicode strings: errormessage Wolfgang Meiners <WolfgangMeiners01@web.de> - 2011-05-31 17:47 +0200
Re: sqlalchemy and Unicode strings: errormessage Daniel Kluev <dan.kluev@gmail.com> - 2011-05-31 22:32 +1100
Re: sqlalchemy and Unicode strings: errormessage Wolfgang Meiners <WolfgangMeiners01@web.de> - 2011-05-31 17:45 +0200
Re: sqlalchemy and Unicode strings: errormessage Wolfgang Meiners <WolfgangMeiners01@web.de> - 2011-05-31 18:10 +0200
Re: sqlalchemy and Unicode strings: errormessage Benjamin Kaplan <benjamin.kaplan@case.edu> - 2011-05-31 09:42 -0700
RE: sqlalchemy and Unicode strings: errormessage "Prasad, Ramit" <ramit.prasad@jpmchase.com> - 2011-05-31 12:31 -0400
Re: sqlalchemy and Unicode strings: errormessage Chris Angelico <rosuav@gmail.com> - 2011-06-01 03:19 +1000
Thanks for all responses Wolfgang Meiners <WolfgangMeiners01@web.de> - 2011-05-31 21:52 +0200
Re: Thanks for all responses Chris Angelico <rosuav@gmail.com> - 2011-06-01 07:56 +1000
Re: Thanks for all responses Wolfgang Meiners <WolfgangMeiners01@web.de> - 2011-06-01 19:29 +0200
Re: Thanks for all responses Chris Angelico <rosuav@gmail.com> - 2011-06-02 04:38 +1000
csiph-web