Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.04; 'cpython': 0.05; 'subject:Python': 0.05; 'pypy': 0.07; 'python': 0.08; 'ironpython': 0.09; 'received:209.85.210.174': 0.13; 'received :mail-iy0-f174.google.com': 0.13; 'antti': 0.16; 'ported': 0.16; 'thunderbird': 0.16; 'wrote:': 0.18; 'posting': 0.20; 'header:In- Reply-To:1': 0.22; 'windows': 0.26; "i'm": 0.26; 'replaced': 0.29; 'pm,': 0.29; 'least': 0.30; 'go.': 0.32; 'message-id:@gmail.com': 0.33; 'header:User-Agent:1': 0.33; 'that,': 0.33; 'there': 0.33; 'to:addr:python-list': 0.34; 'here,': 0.35; 'unless': 0.35; 'but': 0.37; 'received:192': 0.37; 'received:google.com': 0.37; 'another': 0.37; 'using': 0.38; 'back.': 0.38; 'some': 0.38; 'received:209.85': 0.38; 'getting': 0.38; 'goes': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'received:192.168': 0.40; 'more': 0.61; 'projects': 0.61; 'here': 0.65; 'production': 0.71; 'tied': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=ci7f4pAuVV9obEFVORDcgOHTspP5LQOF6zuoVXGriEM=; b=VRp4JDsCGHlvrJmCEPB4XLqtdQnrrp1SY3MheK9LEd1/O+Ztm+s/b8NQuGlEK0mXVj PPbBmJYsUrDuG16RNpR+fPNBXtHo7kRYe8EqAi7WgmxeCNMuvg+qmmbwXq1w9kMf5Z41 rRR9LpJhvPh+mPLqaPCK2tuEzatFZETol3jtk= Date: Fri, 02 Dec 2011 22:20:19 -0600 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0) Gecko/20110922 Thunderbird/7.0 MIME-Version: 1.0 To: "comp.lang.python" Subject: Re: Python 2 or 3 References: In-Reply-To: X-Enigmail-Version: 1.3.3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1322886036 news.xs4all.nl 6911 [2001:888:2000:d::a6]:42495 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16580 On 12/2/2011 9:54 PM, Antti J Ylikoski wrote: > What is the opinion of the wizards here, shall I learm Python 2 or > Python 3? I'm posting this here because I feel that this point is > interesting to other students of Python. Unless you are tied to Python 2 in some way, go for Python 3 and don't look back. There are a few major software projects that still do not support Python 3 (more and more are getting ported or replaced as time goes on), and many production systems are still using Python 2, but don't let /potential/ roadblocks keep you away from Python 3. Another thing to note is that, at least AFAICT, Jython, IronPython and PyPy are not going to support Python 3 any time soon, so if you need to use one of them, Python 2 is the way to go. -- CPython 3.2.2 | Windows NT 6.1.7601.17640 | Thunderbird 7.0