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: 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> <4de50cfd$0$6538$9b4e6d93@newsspool4.arcor-online.net> <4de546f8$0$6556$9b4e6d93@newsspool4.arcor-online.net> <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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Thu, Jun 2, 2011 at 3:29 AM, Wolfgang Meiners 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