Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'syntax': 0.04; 'subject:group': 0.05; 'string': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; '2.7': 0.14; 'changes': 0.15; 'windows': 0.15; '*must*': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:programming': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'trying': 0.19; 'addition,': 0.20; 'programming': 0.22; 'header :User-Agent:1': 0.23; 'unicode': 0.24; "i've": 0.25; 'query': 0.26; 'switch': 0.26; 'header:X-Complaints-To:1': 0.27; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; "i'm": 0.30; 'code': 0.31; '3.2': 0.31; 'coded': 0.31; 'programmers': 0.33; 'there': 0.35; 'two': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'received:173': 0.61; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Jan Reedy Subject: Re: Forming a small python programming group Date: Thu, 09 May 2013 04:11:55 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 In-Reply-To: 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368087126 news.xs4all.nl 15979 [2001:888:2000:d::a6]:55745 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45015 On 5/9/2013 2:59 AM, kreta06 wrote: > Hi All, > > I'm looking for one or two medium-advanced python programmers to > practice programming on a Windows 7 platform. In addition, any > interests in writing python code to query Microsoft SQL databases > (2005-2008) is also welcomed. > > I've coded in python 2.7 and currently am trying to make the switch to > 3.2 as there seem to be some changes to the syntax. Start with 3.3 unless you *must* use 3.2. There is one less syntax change and a better unicode string implementation.