Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'language,': 0.11; 'both,': 0.16; 'finney': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; "team's": 0.16; 'vcs,': 0.16; '(or': 0.18; 'developers.': 0.22; 'programming': 0.23; 'tools,': 0.23; 'header:User-Agent:1': 0.26; 'core': 0.27; 'header:X -Complaints-To:1': 0.28; 'writes:': 0.29; 'to:addr:python-list': 0.33; 'text': 0.34; 'ben': 0.35; 'community': 0.35; 'received:org': 0.36; 'tool': 0.36; 'but': 0.36; 'should': 0.36; 'operating': 0.36; 'bad': 0.37; 'editor': 0.37; 'subject:: ': 0.38; 'things': 0.38; 'system.': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'free': 0.61; 'more': 0.63; 'investment': 0.67; 'investment.': 0.84; 'subject:Good': 0.91; 'tied': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: Good Python IDE Date: Mon, 07 Jan 2013 11:25:54 +1100 References: <8a6d17a5-447a-4da5-9ff4-53e0350ce19e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: rasputin.madmonks.org X-Public-Key-ID: 0xBD41714B X-Public-Key-Fingerprint: 9CFE 12B0 791A 4267 887F 520C B7AC 2E51 BD41 714B X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-gpg.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:qklFlShDY+3s7ajKpm1e5ZwG2hI= 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357518372 news.xs4all.nl 6854 [2001:888:2000:d::a6]:59851 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36310 Tetsuya writes: > BTW, vim is available also under Windows. And this is one of the best reasons to learn either Vim or Emacs (or both, eventually): one should not be tied to any particular OS for access to one's development tools. Vim and Emacs are both general-purpose, highly-extensible and -extended, powerful editing tools. But more important than those is that they are both free software and (partly as a result of that freedom) well-supported by a mature community of developers. Core programming tools, like your text editor or your team's VCS, take significant investment. Don't needlessly squander that investment on a tool limited to a single language, a single vendor, or a single operating system. -- \ “All good things are cheap; all bad are very dear.” —Henry | `\ David Thoreau | _o__) | Ben Finney