Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'cpython': 0.05; 'subject:Python': 0.06; 'subject:code': 0.07; 'python': 0.11; 'windows': 0.15; 'learnt': 0.16; 'pressing': 0.16; 'subject: \n ': 0.16; 'subject:Not': 0.16; 'subject:start': 0.16; 'there?': 0.16; 'wrote:': 0.18; 'library': 0.18; '3.0': 0.19; 'subject:project': 0.19; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'stick': 0.24; '(or': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'code': 0.31; 'libraries': 0.31; 'compatible': 0.32; 'everyone': 0.33; 'actively': 0.33; 'subject: (': 0.35; 'december': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'maintained': 0.36; 'should': 0.36; 'being': 0.38; 'message- id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'users': 0.40; 'future': 0.60; 'most': 0.60; 'helps': 0.61; 'new': 0.61; 'myself': 0.63; '9.1': 0.84; 'freebsd': 0.84; 'subject:before': 0.84; 'subject:system': 0.84; 'subject:chat': 0.93 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=1sqFG4hvw8vaGUyrXWZlPsTmRuJzIxU3/gkgNdNrxG4=; b=KL/Jee13ZrSuSqVTyufUNyJS6fl2zfvQaOTndMijTqXkqv8iLtn4aMcfUxZUjzls5a m8I4mct9gEuZJe0h4R0M2BZ1jDqZxNklVCo7DhyBj82Wys3rMoIsEmM50TdIdycN/MFS 6oYVEziBmz5B55d89thTsVgAT9prBS7TAVUb2LUoDs3zIcB5HGJ7iCWExDDM/akn3K5V nBINwPc+qwGaFUCwRt6eiYxFQB3RzBhkJE60JzSh0lV7VtbTPZ29xheLmoYhB4DASCrS h4JEi2PnsU492bWvVD3aR7hMIbeCJsu21psZQJsP9TZwEtP1A7qtWy3ZAwkakcNFNHVb FptA== X-Received: by 10.60.42.174 with SMTP id p14mr11802475oel.73.1374130153219; Wed, 17 Jul 2013 23:49:13 -0700 (PDT) Date: Thu, 18 Jul 2013 01:49:13 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: "comp.lang.python" Subject: Re: What does it take to implement a chat system in Python (Not asking for code just advice before I start my little project) References: <1f3e15e8-bbd3-457c-85f4-c5f251b3e744@googlegroups.com> <432d1377-8421-479d-a560-962158de2e15@googlegroups.com> <9ba25297-c5a8-444a-886f-8d00c531e97c@googlegroups.com> In-Reply-To: <9ba25297-c5a8-444a-886f-8d00c531e97c@googlegroups.com> 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374130155 news.xs4all.nl 15889 [2001:888:2000:d::a6]:35599 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50836 On 2013.07.18 01:36, Aseem Bansal wrote: > I learnt Python myself and everyone told me that Python 2 is status quo so I learned Python 2 and have been working with it. I am just 1.5 months in Python programming so should I consider switching to Python 3 if it helps with new things or should I stick with Python 2 to get a taste of what is currently out there? Python 2 is what some people are stuck with because their projects depend on huge libraries that have not yet made all their code compatible with Python 3 (or on libraries that are not actively maintained or are being replaced by something else). All new code and new Python users should be using Python 3 unless there is a pressing need for a library that requires Python 2. Most popular libraries at this point have either been made compatible or have been replaced by something that supports Python 3. Python 3 is no longer the shiny new thing to look at in the future - 3.0 was released in December 2008. -- CPython 3.3.2 | Windows NT 6.2.9200 / FreeBSD 9.1