Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!news2.euro.net!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.04; 'subject:editor': 0.05; '(of': 0.07; 'python': 0.07; 'eclipse': 0.09; 'eric,': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'debugger': 0.16; 'emacs': 0.16; 'pydev': 0.16; 'subject:IDE': 0.16; 'wingide': 0.16; '16,': 0.16; 'tend': 0.16; 'code.': 0.18; 'idle': 0.19; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; '(but': 0.22; 'java': 0.24; 'version': 0.25; 'received:209.85.161.46': 0.26; 'received:mail-fx0-f46.google.com': 0.26; "i'm": 0.26; 'url:mailman': 0.27; 'tried': 0.27; 'message-id:@mail.gmail.com': 0.28; 'received:209.85.161': 0.29; 'daniel': 0.29; 'sat,': 0.29; 'to:addr:python-list': 0.32; 'url:listinfo': 0.33; 'there': 0.35; 'normally': 0.35; 'subject:/': 0.36; 'received:209.85': 0.37; 'url:python': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'but': 0.38; 'url:org': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'basic': 0.40; 'subject:text': 0.40; 'header:Received:5': 0.40; '2011': 0.62; 'cost': 0.63; 'worth': 0.64; 'confirm': 0.71; 'studio': 0.72; 'editing,': 0.84; 'pro': 0.89 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=/sqv+akCk8x80/7MQiQvDagIaqnOAldHkJyJ7LohXWc=; b=K1LKHNx0y/WDwyWrbxO3aE0o8mcQ35WfubJK5Abq+rnFk1vXqeyt6dtHYKQH6TJ4lO us5qW3EZcW1diZaV7bx5yXjfhxwh/AriErC6y4yShFLhRnysV5JmgdCfswoGZgNFsPti SiP7cxpz4qXeamdyYz7ED5vuapp9/jmbkKdzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=vmbD1sqs+Szore5lya9FcjuG6v5P2vXgWA1WwUwCvN6GmjuS3/5F2utgAfIHX9HQLW RskB4nJ+iBEbVJNtxLLaYZorFChR4HG4sIe98rF9WRBFMdLxbjuTFEITAomkgwZfVEFX +my3NR7Et6Arc4jBHby0jrgLpJ2iJ7P/kEfFA= MIME-Version: 1.0 In-Reply-To: <28ad6a01-e0c1-4b5c-ae59-44e3b8c825cf@m7g2000vbq.googlegroups.com> References: <8739lij2h7.fsf@benfinney.id.au> <87r59269y4.fsf@castleamber.com> <28ad6a01-e0c1-4b5c-ae59-44e3b8c825cf@m7g2000vbq.googlegroups.com> From: TP Date: Sat, 16 Apr 2011 07:24:40 -0700 Subject: Re: Python IDE/text-editor To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 23 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302964369 news.xs4all.nl 81482 [::ffff:82.94.164.166]:46014 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3325 On Sat, Apr 16, 2011 at 2:32 AM, jacek2v wrote: > On Apr 16, 11:18=A0am, Daniel Kluev wrote: >> > Please continue your recommendations. >> >> WingIDE has all that and much more, if you are willing to consider >> non-free IDE. >> Its multi-threading debugger definitely worth the cost of Pro version fo= r me. > > I confirm :) > -- > http://mail.python.org/mailman/listinfo/python-list > I normally use emacs for basic text editing, tried Komodo, Eric, and IDLE but prefer WingIDE when writing Python code. In particular, the debugger is really nice. (Of course I also like Visual Studio when writing/debugging C/C++/C# so maybe I'm just weird). A new non-free up-and-comer to consider is JetBrain's PyCharm. And there is PyDev for Eclipse (but I personally tend to avoid Java based programs).