Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36310
| 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 | <python-python-list@m.gmane.org> |
| 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 <ben+python@benfinney.id.au> |
| Subject | Re: Good Python IDE |
| Date | Mon, 07 Jan 2013 11:25:54 +1100 |
| References | <8a6d17a5-447a-4da5-9ff4-53e0350ce19e@googlegroups.com> <mailman.190.1357510736.2939.python-list@python.org> <kcd1j1$6bd$2@speranza.aioe.org> |
| 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 <bignose+hates-spam@benfinney.id.au> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.201.1357518372.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
Tetsuya <io@noi.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Good Python IDE Sourabh Mhaisekar <sourabh8044@gmail.com> - 2013-01-05 20:45 -0800
Re: Good Python IDE Tetsuya <io@noi.com> - 2013-01-06 13:48 +0100
Re: Good Python IDE "Colin J. Williams" <cjw@ncf.ca> - 2013-01-06 08:08 -0500
Re: Good Python IDE Monte Milanuk <memilanuk@gmail.com> - 2013-01-06 10:06 -0800
Re: Good Python IDE Tim Johnson <tim@akwebsoft.com> - 2013-01-06 13:13 -0900
Re: Good Python IDE Tetsuya <io@noi.com> - 2013-01-07 00:32 +0100
Re: Good Python IDE Ben Finney <ben+python@benfinney.id.au> - 2013-01-07 11:25 +1100
Re: Good Python IDE Tim Johnson <tim@akwebsoft.com> - 2013-01-06 15:59 -0900
Re: Good Python IDE Almar Klein <a.klein@science-applied.nl> - 2013-01-06 23:22 +0100
csiph-web