Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.05; 'beginner': 0.05; 'tue': 0.05; 'python': 0.09; 'release,': 0.09; 'suggest': 0.11; '2.7': 0.13; 'although,': 0.16; 'backward': 0.16; 'personally,': 0.16; 'wrote:': 0.17; 'code.': 0.20; '2.x': 0.22; '3.x': 0.22; 'libraries': 0.22; 'help.': 0.22; "i'd": 0.22; 'programming': 0.23; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'wrote': 0.26; 'ago': 0.27; 'older': 0.27; '3.1': 0.29; 'helpful.': 0.29; 'probably': 0.29; 'minimal': 0.30; '2008,': 0.33; 'to:addr:python-list': 0.33; 'languages': 0.33; 'version': 0.34; 'updated': 0.34; 'thanks': 0.34; 'so,': 0.35; 'subject:?': 0.35; 'but': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'author': 0.37; 'supporting': 0.37; 'does': 0.37; 'why': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'your': 0.60; 'content- disposition:inline': 0.60; 'most': 0.61; 'first': 0.61; 'latest': 0.61; 'different': 0.63; 'concerns': 0.65; 'published': 0.71; 'felt': 0.75; 'received:80.229': 0.84; '"it': 0.91 X-Authentication-Warning: kontrol.kode5.net: jamie set sender to jamie@kode5.net using -f Date: Wed, 12 Sep 2012 13:12:49 +0100 From: Jamie Paul Griffin To: python-list@python.org Subject: Re: Which Version of Python? References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: x-operating-system: FreeBSD 9.1-PRERELEASE amd64 x-pgp-fingerprint: A4B9 E875 A18C 6E11 F46D B788 BEE6 1251 1D31 DC38 x-pgp-key: 1D31DC38 User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.5 at kontrol.kode5.net X-Virus-Status: Clean 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347451979 news.xs4all.nl 6909 [2001:888:2000:d::a6]:57759 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28950 [ Ramchandra Apte wrote on Tue 11.Sep'12 at 19:58:29 -0700 ] > On Tuesday, 11 September 2012 22:19:08 UTC+5:30, Charles Hottel wrote: > > I have a lot of programming experience in many different languages and now > > > > I want to learn Python. Which version do you suggest I download, Python 2.x > > > > or Python 3.x ? Also why should I prefer one over the other? > > > > > > > > Right now I am thinkng Python 3.x as it has been out since 2008, but I have > > > > some concerns about backward compatibility with older packages that I might > > > > want to use. > > > > > > > > Thanks for your ideas and help. > > Use Python 3 because most packages support Python 3. Python 2.7 has many features that Python 3 has so it will require minimal effort to write Python 2.x code. When I first started to learn Python - about a year ago - I got myself a book which focuses on version 3 but is does also include Version 2. The author wrote that because a number of supporting libraries have not been updated to work in Python 3, and where "it is felt that the theory still needs to be expounded upon" Python 2.x will be used in lieu of Python 3. I personally, as a beginner, have found this approach helpful. Although, when this book was published Python 3.1 was the latest release, so of course since then said libraries most probably have been updated. So, as a fellow beginner i'd go for version 3.x. Jamie.