Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python,': 0.02; 'package,': 0.03; 'third-party': 0.04; 'cpython': 0.05; 'explicitly': 0.05; 'subject:Python': 0.06; 'tkinter': 0.07; 'release.': 0.09; 'python': 0.11; 'windows': 0.15; 'travis': 0.16; 'so.': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'install': 0.23; 'header:User-Agent:1': 0.23; 'specify': 0.24; "haven't": 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'received:10.0.0': 0.31; '3.x': 0.31; 'libraries': 0.31; 'subject:what': 0.31; 'though.': 0.31; 'compatible': 0.32; 'know.': 0.32; 'python.org': 0.32; 'another': 0.32; 'says': 0.33; 'subject:the': 0.34; 'something': 0.35; 'received:google.com': 0.35; 'there': 0.35; '2.6': 0.36; 'shows': 0.36; 'subject:?': 0.36; 'received:10.0': 0.36; 'should': 0.36; 'effort': 0.37; 'received:10': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'major': 0.40; 'days': 0.60; 'even': 0.60; 'skip:u 10': 0.60; 'future': 0.60; 'most': 0.60; 'new': 0.61; 'such': 0.63; 'soon': 0.63; 'default': 0.69; '2.8.': 0.84; 'boy,': 0.84; 'freebsd': 0.84; 'absolutely': 0.87; 'reasons,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Ug7U2cLDR9QyWDRFDnb0/3lITwnZdPfSt9MB27F/3us=; b=PmE9uYx4qPsOrCncJhCASM1bWvMTKg2m87rL4gI95Oi+w0tNAGR8VVjFr3b4LsqB6P xtskfBNAQFj9UzXzzc2vlmE/dvJn1kpGasLPKJV9Qvdq6qY/pOfk9MSiuz7YBYMO8Npa nt0WDMnY0KZEc5o7RU6p5jvqlqJQokbET4fRFNkfLTPqd+WWbiQyaWy/gd5IomKCByuI OBtpVHa8eY4DXasuCPwjcat7NyvfdOsxubrpyPgZoVQdAVE1mThXpd7l/R5DySQteMka q/NkccuicqTdwmHqufKdy8jMTTYgkk81uhzG9Fc5+qjXcs2ICfHRIqkQIE4oIRG8NVBd +ysQ== X-Received: by 10.50.153.50 with SMTP id vd18mr38067166igb.6.1388121618315; Thu, 26 Dec 2013 21:20:18 -0800 (PST) Date: Thu, 26 Dec 2013 23:20:18 -0600 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: So, what's the real story on Python 2 vs Python 3? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388121952 news.xs4all.nl 2837 [2001:888:2000:d::a6]:54655 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62777 On 2013.12.26 23:04, Travis McGee wrote: > The Python.org site says that the future is Python 3, yet whenever I try > something new in Python, such as Tkinter which I am learning now, > everything seems to default to Python 2. By this I mean that, whenever I > find that I need to install another package, it shows up as Python 2 > unless I explicitly specify Python 3. > > What's the deal? If I want to make a distributable software package, > should it be 2 or 3? Enquiring minds want to know. > Oh boy, another 2 vs. 3 thread! Always use 3 unless you absolutely have to use 2. Python 3 is not a shiny new thing. It is *five* years old at this point and is soon to have its *fifth* significant release. Python 2.6 is EOL, and there will not be a 2.8. However, people have stayed with Python 2 for various reasons, and unfortunately, many of those people haven't even made an effort to migrate until the last year or so. Most of the major third-party libraries these days are either 3.x compatible or have 3.x-compatible replacements, though. -- CPython 3.3.3 | Windows NT 6.2.9200 / FreeBSD 10.0