Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'pygame': 0.05; 'backwards': 0.07; 'bits': 0.07; 'url:bitbucket': 0.07; 'python': 0.08; 'merged': 0.09; 'release.': 0.09; 'subject:python': 0.10; 'am,': 0.12; '(django,': 0.16; 'cc:addr:python-list': 0.16; 'wed,': 0.17; 'wrote:': 0.18; '2.x': 0.18; 'jan': 0.19; 'appears': 0.19; 'cc:no real name:2**0': 0.20; 'subject:help': 0.21; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'expectation': 0.23; 'cc:2**0': 0.24; 'received:74.125.82.174': 0.24; 'django': 0.26; 'language.': 0.28; 'message-id:@mail.gmail.com': 0.28; 'fine.': 0.29; 'sean': 0.29; 'cc:addr:python.org': 0.29; 'fork': 0.30; "i've": 0.31; 'about.': 0.32; 'break': 0.32; 'there': 0.33; 'things': 0.34; 'received:74.125.82': 0.35; 'but': 0.37; 'exciting': 0.37; 'received:74.125': 0.37; 'received:google.com': 0.37; 'think': 0.37; 'url:org': 0.39; 'should': 0.39; "couldn't": 0.39; "it's": 0.40; 'world': 0.62; '1.5': 0.64; '2012': 0.67; 'needing': 0.68; 'concept': 0.74; 'on?': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ixGluwp9kTpY7xegGUu5szbZtLg4mgj/vbfd3bdLigM=; b=BU4116LRps7Wzq6wnKSG8vP2D6dfK3bk867IVAQ7/QF4jZhteKoc8HPiiWRC09szMa o8KaVa7x93foJqHHb+ylodHLo3uJhUFmUwH1GvTzPXu/07X2DXEqU4ykh/MfI4d1EN4e BefiO1Bb55ogLDdUa7oCeEfYgWs+jHLTswAQU= MIME-Version: 1.0 In-Reply-To: References: From: Ian Kelly Date: Wed, 4 Jan 2012 11:20:18 -0700 Subject: Re: help me get excited about python 3 To: Sean Wolfe Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325701256 news.xs4all.nl 6925 [2001:888:2000:d::a6]:58572 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18507 On Wed, Jan 4, 2012 at 8:56 AM, Sean Wolfe wrote: > I am still living in the 2.x world because all the things I want to do > right now in python are in 2 (django, pygame). But I want to be > excited about the future of the language. I understand the concept of > needing to break backwards compatibility. But it's not particularly > exciting to think about. What are the cool new bits I should be > reading up on? pygame is available for Python 3. I've used it a small amount, and it appears to work just fine. There is also a fork of Django that supports Python 2 and Python 3 in a single codebase: https://bitbucket.org/vinay.sajip/django/ It's still experimental right now, but that doesn't mean you couldn't try it out. The expectation is that it will be merged for the Django 1.5 release.