Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; "'/'": 0.16; 'ascii,': 0.16; 'bugfixes': 0.16; 'input,': 0.16; 'reedy': 0.16; 'two.': 0.16; 'wrote:': 0.18; 'stick': 0.18; 'yet.': 0.18; 'jan': 0.19; 'stuff': 0.22; 'header:In-Reply-To:1': 0.22; 'library.': 0.24; 'not.': 0.28; 'unicode': 0.29; 'version.': 0.29; 'pm,': 0.29; 'class': 0.29; 'range,': 0.30; 'anyone': 0.31; 'version': 0.32; 'list': 0.32; 'changes': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'instead': 0.33; 'there': 0.33; 'to:addr:python-list': 0.34; 'it.': 0.34; 'someone': 0.34; 'filter': 0.34; 'starting': 0.36; 'but': 0.37; 'reasons': 0.37; 'received:org': 0.38; 'several': 0.38; 'easier': 0.38; 'to:addr:python.org': 0.40; 'might': 0.40; 'more': 0.61; 'removal': 0.64; 'numerous': 0.73; '3.3': 0.91; 'old.': 0.97 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python 2 or 3 Date: Sat, 03 Dec 2011 21:52:32 -0500 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1322967174 news.xs4all.nl 6973 [2001:888:2000:d::a6]:58161 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16601 On 12/3/2011 3:59 PM, Gelonida N wrote: > I would still stick with python 2. > > In my opinion there is no reason to rush to the most recent version. Python 3 is 3 years old. Starting with it now is hardly rushing. There are several reasons someone 'in the process of learning Python' might want to start with it. The removal of old stuff makes it more steamlined and easier to learn. There is only one class system instead of two, one meaning of '/' instead of two, and one version of the input, range, map, and filter functions instead of two. For anyone working with unicode instead of ascii, Python 3 is much better, and 3.3 will be better yet. There are numerous improvements to the standard library. Most but not all bugfixes have been backported; changes and new features have not. What's New in 3.0/1/2 is a long list of possible reasons. -- Terry Jan Reedy