Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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.122 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.76; '*S*': 0.00; 'subject:Python': 0.05; 'commonly': 0.09; 'handler.': 0.09; 'logic': 0.09; 'eclipse': 0.16; 'subject:Mentor': 0.16; 'to:name:python-list@python.org': 0.20; 'header:In-Reply-To:1': 0.25; 'separate': 0.27; 'suggestion': 0.32; 'to:addr:python-list': 0.33; 'everyone': 0.33; 'that,': 0.34; 'received:org': 0.36; 'charset:us-ascii': 0.36; 'editor': 0.37; 'subject:New': 0.37; 'subject:: ': 0.38; 'easier': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'skip:" 10': 0.40; 'received:192.168': 0.40; 'subject:Need': 0.61; 'first': 0.61; 'received:216': 0.62; 'offer': 0.65; 'debate': 0.65; 'response.': 0.67; 'business': 0.70; "else's": 0.84; 'endless.': 0.84 From: "Sells, Fred" To: "python-list@python.org" Subject: RE: New in Python , Need a Mentor Thread-Topic: New in Python , Need a Mentor Thread-Index: AQHN6QWhY8Sx6+etREWhcvgjH5SbXZg2jqKA//+5/MA= Date: Wed, 2 Jan 2013 17:24:42 +0000 References: <89b75a8a-a2a4-4586-8eff-b9c429e796ed@googlegroups.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.253.205.23] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357147554 news.xs4all.nl 6880 [2001:888:2000:d::a6]:52243 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35997 The need for a "python-aware" editor is the commonly held opinion, although= the debate about which editor is endless. I use Eclipse + PyDev only beca= use I found it first and like it. The only suggestion I would offer is to separate the business logic complet= ely from the HTML request/response handler. It makes it much easier to deb= ug. =20 Other than that, ditto to everyone else's response. Fred.