Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Best Cross-Platform, GUI Editor/IDE For Python? 144

What do you find is the best text editor for Python software development? I've tried several, and I'm always frustrated by the limitations of each. Eclipse is cool, but it's huge, and I've had multiple problems with corruption of the workspace. It got so bad at one point that every week or so I was tearing it down and recreating it. I spent so much time re-creating Eclipse's workspace that I found any productivity gains were lost due to Eclipse's brokenness. (Read more below.)

Morgan Greywolf continues: "I've also done the Emacs thing. Emacs is cool, but I found that I missed code browsing. So then I installed the Emacs Code Browser, Semantic and associated elisp code and found that it didn't work right half the time. I also seem to prefer either vi/Vim style editors, CUA-style editors, or WordStar-style editors.

Unfortunately, there are no GUI WordStar-style editors and none of them are cross-platform with Windows.

So, that left me with Scintilla/SCiTE. Which is nice, but, the code browsing doesn't seem to be able do autocomplete with PyGTK (to be fair, Eclipse's didn't work so well, either in that regard, at least not on the default Ubuntu install)

SCiTE loads fast, does nice Python highlighting, and has the ability to run code right from the browser. Unforutnately, unlike Eclipse or Emacs, there's no ability to do step/trace style debugging. *sigh*

So, okay, does anyone have any other ideas?"
This discussion has been archived. No new comments can be posted.

Best cross-platform, GUI text editor/IDE for Python?

Comments Filter:
  • by stoolpigeon ( 454276 ) * <bittercode@gmail> on Tuesday September 16, 2008 @10:13AM (#25024903) Homepage Journal

    komodo edit [activestate.com] is an extremely powerful editor that works with a slew of languages on Windows, Mac and Linux. It is free as in beer. It is packaged by ActiveState as just an editor - but really it has many features that fall more into the IDE camp - yet it is light-weight and responsive - more like an editor. This review of komodo edit [h3rald.com] may be helpful.
     
      Komodo IDE [activestate.com] is the big brother to Komodo edit I guess. I've never used it because the cost is outside my budget. ($295 for a full single user license - there is a student version but I don't know what it costs)
     
      SPE [blogspot.com] is free/free I believe. It is multiplatform and the price is right to at least give it a try.
     
    All these and more are listed on the python ide page [python.org] of the python.org wiki.
     
    Personally - right now I use Komodo edit while I wait for python support in netbeans [netbeans.org].

    • I second the opinion on Komodo Edit. It does Python, and also Perl, PHP, Javascript, HTML, and too many more to count.

      It also has syntax highlighting, code browsing, class structure trees, advanced search and replace, advanced editing features, etc. It's hands down the best free code editor available.

      • I'll also add the recommendation for Komodo Edit. I'm still learning to use it(and I'm not a professional programmer) but so far I find that it works pretty well and it doesn't get in my way as much as some of the other editor/IDE's I've tried.

        Since it's free I'd say it's at least worth a try.
    • I like Active State and I like what Komodo Edit is trying to do but I find it and Komodo IDE too slow.

      Gedit, Gvim and Scite are quick. If I need to run a complicated RegEx, I will open the file in Komodo Edit, do the deed, and quit.

    • by drpimp ( 900837 )
      Komodo Edit, as stated above is very nice. The free version though, does not include the debugger. Komodo Edit vs. Komodo IDE [activestate.com]. I use Komodo IDE for Python and PHP (w/xdebug). Not to mention being able to change vars on the fly and re-step over some code is always nice. It is rather expensive, but worth the money. The only pet peeve I have is that there are sometimes tabbing and spacing issues that you can configure from the settings, but they take a few times to get them right. I am on a slightly older vers
    • Comment removed based on user account deletion
    • by khanyisa ( 595216 ) on Tuesday September 16, 2008 @01:45PM (#25027741)

      Agreed, Komodo rocks. Just a correction - Komodo Edit is now free as in speech as well (they started calling it Open Komodo then changed the name back) - all the source is available under the MPL I think

    • by hey! ( 33014 )

      For me, at least, the dividing line between an editor and an IDE is refactoring support. It's really the only must-have feature, although if you do have it its pretty nice to have a convenient source control interface.

      I started back around 1980 using emacs. Historically, the IDE became important as the need for Windows programmers outstripped the supply of competent programmers. It was hard enough dealing with Windows, but put MFC on top of that and there was a lot of baloney you had to learn. The ID

      • Just to provide some perspective from the other side of the fence (I'm primarily a Win32 programmer)... The biggest issue for me is intellisense (do they call that autocompletion in the OSS world?). Yeah, Visual C++ 6.0 spoiled me. I've been training myself to use a plain editor lately (since I've done more Linux programming in recent days).

        So when I ask around for an IDE, I'm mostly asking for three things (in order of least to greatest importance):

        1. Can it run the language's compiler/interpreter without
        • by hey! ( 33014 )

          Well, pretty much every IDE will do everything you ask and then some. Many extensible programmer's editors like JEdit (and obviously emacs) do too. It's been possible to edit/compile/debug/build in emacs for almost thirty years now.

          So, no, we in the non-Win32 world don't have to reach of the manual every time we need an API; we don't have to switch consoles to go between debugging and editing; we don't have to leave the editor to do a compile.

          • I didn't say you needed to reach for the manual all the time, I just said that *I* did/do ;)

            I'm still somewhat unfamiliar with cross-platform IDEs, and my first tentative foray into Linux-based IDEs was several years ago (before Intellisense-like systems had made it in to OSS projects), so I just thought I'd give some perspective. I'm glad that most IDEs will do what I need nowadays though.

    • by beef3k ( 551086 )
      Parts of Komodo Edit has now been opensourced it seems, check out http://www.openkomodo.com/ [openkomodo.com] (don't know the state of this project though, just noticed)
  • Wingware (Score:3, Insightful)

    by Otter ( 3800 ) on Tuesday September 16, 2008 @10:14AM (#25024919) Journal
    Wing IDE [wingware.com], although I usually just work in Kate.
    • Re: (Score:2, Informative)

      by vio ( 95817 )

      I second that -- Wing IDE is a pretty slick environment, a couple of my developers really love it. Its quite *fast* (faster than Komodo -- at debugging especially... well, it was when I benched them), has a lot of useful features, and is MADE FOR PYTHON (unlike Eclipse, emacs, etc).

      Sadly, its not free...

    • Re: (Score:3, Informative)

      by ranulf ( 182665 )
      I too discovered Wingware when I tried out a few IDEs for Python. It was by far the best of the ones I tried, and they even let you use it free on open source projects... Well worth trying out.
    • Re: (Score:3, Informative)

      I'd have to agree that Wing is a nice, solid, thin and clean solution. There is a free limited version and a low cost (about $35 IIRC) full version.
    • by dedazo ( 737510 )

      Seconded. Though I trade Kate for Vim with pychecker [sourceforge.net] mapped to :make. I find Vim is just fine for this, except when I have to debug something, in which case the $60 I paid for Wing IDE are more than justified.

      I tried both Eric and Komodo and I think they're perfect in every way (perhaps Komodo a bit more so) except for the fact that they're desperately slow on both Linux and Windows. Same goes for Eclipse+PyDev.

    • Re: (Score:3, Informative)

      by Daimaou ( 97573 )

      I second this. I think Wingware is the best Python IDE available. It is a bit costly though. I also like PyDev-extensions for Eclipse, but not anywhere near as much.

      In spite of all that, I mostly use TextEdit for all my editing needs.

    • Re: (Score:3, Informative)

      by 3.2.3 ( 541843 )
      I second Wing. The Wingware guys give fantastic service. They contibute hugely to the Python community. And Wing is just a freaking great Python IDE. SVN integration is nice. Stack monitor is nice. In-stackframe interpreter is golden. Zope/Plone integration is nice. Completely love it. I have a 3 OS license and use it all the time on all three.
  • If you have $300 [activestate.com]
  • Vi/Vim! (Score:5, Insightful)

    by thedak ( 833551 ) on Tuesday September 16, 2008 @10:17AM (#25024955) Journal
    Vi/Vim/GVim!
    • With the TagList plugin for Vim, you can even open a list of functions/classes/methods in your file in the sidebar.
    • How well does vi do autocomplete?

      • With C / C++ it does really good. It looks in headers etc. and gives a good recommendation.

        For Python, eh, not so good. I may not have it set up correctly but I only get recommendations based on what I've already typed. It won't look in modules etc.

  • by self assembled struc ( 62483 ) on Tuesday September 16, 2008 @10:17AM (#25024967) Homepage

    I love TextMate on the Mac.

    There is a "version" for windows:
    http://www.e-texteditor.com/ [e-texteditor.com]

    Have you tried that yet? Its got a free trial at the least.

  • Emacs (Score:5, Informative)

    by Just Some Guy ( 3352 ) <kirk+slashdot@strauser.com> on Tuesday September 16, 2008 @10:19AM (#25025007) Homepage Journal

    Emacs with python.el. Seriously, I'd never be without it. Not only does it have indentation and syntax highlighting perfectly nailed, but it gives you lots of niceties like an interface to pylint and etags for smart completion, but all the "standard" Emacs stuff like the ability to edit files that are only reachable by obscure methods SSHing to the firewall, sudoing to another user, SSHing to the final destination, and sudoing to root.

    Rally, there's no substitute.

    • I left out an important bit here:

      I know you had problems with Emacs, but my point was that you might be better off fixing them than trying to find something else with similar functionality.

      • I know you had problems with Emacs, but my point was that you might be better off fixing them than trying to find something else with similar functionality.

        Indeed. My personal opinion is that emacs beats every text editor (yes, even vi - sorry) for just about every function I ever use it for.

        I resisted it for about a decade after we got rid of our punch-cards, since at the time TECO was the ultimate in text editors, but eventually emacs won me over long after it ceased to be simply a pile of macros bolte
    • Rally, there's no substitute.

      Actually, VersionOne [versionone.com] works as a Rally [rallydev.com] substitute.

      :P

  • Hi,

    Personally I write Python code in Vi or Emacs but I noticed Peppy.

    Peppy uses Scintilla, is inspired by Emacs and is fully extensible in Python. This looks like fun!
    See http://peppy.flipturn.org/

    I have tried a Python IDE called Eric but it takes too much screen space on my EEE PC.

    Finally, I will probably try the Netbeans editor when Netbeans 6.5 is out.

  • Nedit is good. I think it works on Windows through cygwin. Some features that make it stand out are good macro programming, regular expression support, and rectangular selection, deletion, and pasting.
    • by spir0 ( 319821 )

      just looked at their web page. last news update was 2005. the last version (5.5) is dated 2004.

      is it a dead project?

  • by apathy maybe ( 922212 ) on Tuesday September 16, 2008 @10:27AM (#25025115) Homepage Journal

    This page has a list: http://c2.com/cgi/wiki?PythonIde [c2.com] (including some mentioned above).

    It also mentions http://www.die-offenbachs.de/eric/index.html [die-offenbachs.de] which is Free (speech and beer).

    Personally, I use Gedit (though I know it's not cross platform). But there's a question. Why do you have to use the same editor on each platform? Are you moving around often enough that it becomes an issue?

    • Gedit is indeed cross-platform, since it is FOSS stuff built around the GTK+ and GNOME libraries, and as such can be compiled for just about any platform. The drawback is, of course, that all those libraries are much bigger than the editor itself...
    • Re: (Score:3, Insightful)

      by Haeleth ( 414428 )

      But there's a question. Why do you have to use the same editor on each platform? Are you moving around often enough that it becomes an issue?

      I don't know about you, but I have several computers on my desk, and the number multiplies considerably if you take VMs and remote servers into account, running a wide variety of different operating systems.

      When you're developing cross-platform software, you'd be stupid not to test it on as many platforms as possible. And when you're testing software on a platform, it

  • SPE (Score:3, Interesting)

    by nbharatvarma ( 784546 ) on Tuesday September 16, 2008 @10:29AM (#25025157)
    I prefer Stani's Python Editor (SPE) [blogspot.com] when I work on OSX or Ubuntu.
    On Windows (even though SPE runs on it) I prefer PyScripter [mmm-experts.com] simply because that was the first IDE I used for python on Windows and I am fine with it.

    Both the IDEs have syntax checkers - this is especially useful if you write some of your code on an editor like vim/emacs/gedit etc. and want to start editing that code in IDEs.

    My advice is to choose an IDE and stick with it. Avoid shifting IDEs for python because of the indentation requirement and how each IDE might handle it differently.

  • Erics Python IDE [die-offenbachs.de]

    Wing IDE [wingware.com]

    Komodo [activestate.com]

    If you're hell-bent on using an Editor, I can warmly recommend jEdit [jedit.org] for Python stuff. It's the best Editor in existance.

    And one more thing: There is this think called 'Google' [justfuckinggoogleit.com], you may have heard of it. It usually answers this sort of question in under 10 seconds.

    • Bullshit (Score:5, Insightful)

      by BcNexus ( 826974 ) on Tuesday September 16, 2008 @11:06AM (#25025651)

      And one more thing: There is this think called 'Google' [justfuckinggoogleit.com], you may have heard of it. It usually answers this sort of question in under 10 seconds.

      Google will not give him concise recommendations based on personal experience from people he trusts. Slashdot will.

      • If you trust people on slashdot implicitly, I have a bridge I'd like to sell you.

        Personally, I agree with the GP. Instead of asking slashdot, this should've been a google question.

        My personal editor of choice is 'whatever editor is great on that platform.' I use Smultron on the Mac, Crimson Edit on Windows and VI on linux.

        Cross-platform user-software almost universally suffers from the 'jack of all trades, master of none' syndrome. The conventions are different on the different platforms, why try to fit one

      • by Locutus ( 9039 )

        but he could have come to the table with a selection of apps he found and ask about those instead of taking the lazy mans way of asking without doing any research of his own.

        There's a reason that URL, justfuckinggoogleit.com, exists. People are justfuckinglazy.com. IMO.

        LoB

    • by g1zmo ( 315166 ) on Tuesday September 16, 2008 @11:06AM (#25025653) Homepage

      And one more thing: There is this think called 'Google', you may have heard of it. It usually answers this sort of question in under 10 seconds.

      No it doesn't, jackass. A Google search [google.com] returns a wiki with over a hundred different editors listed, a useless "article" from the equally useless about.com that starts out with "What is a text editor?", a marginally useful blog post which reviewed 6 editors with the conclusion that:

      PyDev is the clear choice if you have Eclipse experience. If not, well, the situation isn't pretty. Perhaps you'll have better luck with one of the IDEs we didn't review here.

      another blog post reviewing VIM's features, and a smattering of Sourceforge sites and project homepages.

      None of these search results offer what the OP came here for: thoughts, experiences, insight, and anecdotal information from a massive collection of peers.

      Your snide remark just makes you look like an asshead, and completely canceled out what little value was added by your mindless links to project pages (let me guess, you did a Google search!).

    • by spinkham ( 56603 )

      Better then google in this case would be programming.reddit.com [reddit.com].
      There you will find that python programmers are whiny babies, and you should go use lisp or haskell like a real man.
      Or someone will helpfully comment that "IDE's are hard, lets go shopping!"

      But in all seriousness, the MOST of the folks at programming.reddit.com are pretty helpful, and that is a better forum for programming related questions then slashdot at the moment.

    • I can't recommend Eric enough...
      Since it's PyQT based, as of Eric v4 it's seamlessly cross-platform... and integrates really nicely w/ a number of vcs systems... I've tried a number of them, and it's the best IMHO.

      Mind you, a coworker of mine swears by SPE, so take that for what you will :)

      Just to run down the three I'm familiar with:

      Eric4: cross platform; qt4+qscintilla based; great editor; ok class browser; good vcs & project management; good debugger; poor command completion; handles lots of filetype

    • jEdit is written in Java. That may be a recommendation or a condemnation, depending on your politics, CPU, and RAM.

  • Eric (Score:2, Informative)

    by wlad ( 1171323 )
    I like this one: http://www.die-offenbachs.de/eric/index.html [die-offenbachs.de] It's based on Qt4 so it should work on windows as well, though I haven't tried.
  • How about Boa Constructor? I've worked it on Linux, but the screenshots on the project's site on sourceforge are from windows, so I'm guessing it's cross platform.
    Pasted from the Ubuntu add/remove description
    RAD tool for Python and WxWindows application Boa-constructor is an IDE oriented towards creating cross-platform applications built on top of the Python language and the WxWindows GUI toolkit. It features: * visual wxWindows frame design, * object inspector and explorer, * syntax highlighting edit
    • I haven't used it in about a year, so this might have changed. But boa struck me as fantastic to use 90% of the time. But the remaining 10% would be some of the most horrible lockups I've ever seen on linux, along with some linux specific bugs in a lot of different areas. I eventually just had to give up on using it. Things might have changed since then though, with all the wx updates that have come down the line.
  • I've not used it cross-platform (the creator does) but you might want to take a look at Stani's Python Editor [stani.be]. Releases aren't that frequent, but the repository is updated more often and generally seems stable.

    There's an out of date project on Sourceforge; development moved to SPE Project Page here [berlios.de].

  • by tangent3 ( 449222 ) on Tuesday September 16, 2008 @10:41AM (#25025309)

    I've had problems using Eclipse on Ubuntu before, the problems you had with Eclipse may be related.

    1. Don't use the repositories for Eclipse. Download the linux version directly from the eclipse website, and run it.
    2. Eclipse has problems with the default gcj jvm for Ubuntu. Solution here [ubuntu.com]

    I suggest giving Eclipse another look. Download the latest ganymede, fix the jvm, add http://pydev.sourceforge.net/updates/ [sourceforge.net] to your update sites.

    • by afd8856 ( 700296 ) on Tuesday September 16, 2008 @10:46AM (#25025375) Homepage

      +1

      Never had problems, works beautiful.

    • Re: (Score:3, Informative)

      I use Eclipse for java dev, not python, but I agree that it's generally better to install a local copy of the upstream eclipse rather using the packaged version.

      • by L7_ ( 645377 )

        I had the opposite experience, mainly with the transition of the Web Browser to Firefox 3/XulRunner 1.9.

        Recently, on a RHEL box without access to the Red Hat update site (which was its own issue), but access to the RHEL rpms, using the version of 3.1 that was packaged by Red Hat, everything that was included worked very well (albeit it was releases behind). The upstream Eclipse 3.4 had issues with the Internal Web Browser (due to the fact that my rpm dependencies weren't fixed, and that xulrunner 1.7/1.8/1.

    • I'd have to agree. I setup pydev for Ganymede a few weeks ago, and it works quite well. I was only expecting an interpreter and highlighted syntax, but it has a pretty decent intellisense setup(I'm not sure if all code plug ins for Eclipse have that, but I certainly wasn't expecting it) as well. It'd be something I'd truly recommend for experienced, and first time Python Developers.
    • I use Eclipse on Ubuntu installed straight from eclipse.org, and I have the same nagging problem with corrupted workspaces. If the OP googles around, he can find some tips for fixing a corrupted workspace, such as by deleting specific directories out of it. You still lose a lot of state, including all your preferences. Sometimes you lose everything except your projects, which is almost as bad as rebuilding the whole workspace.

      I use Eclipse 3.3 (Europa), the RCP download. I haven't heard that 3.4 has any

  • How about giving use TurboPython :)
    Sorry but the fact that you like wordstar type editors made me think of my old beloved TurboPascal IDE.

    • Re: (Score:3, Insightful)

      I myself would love an up-to-date version of Brief. I was even more productive in Brief that I've ever been in my second love, emacs. I know that later versions of Delphi, Turbo C++, etc. used an IDE which was Brief-like.

      I know Crisp is still around, and it was based on Brief, but the price was always a bit steep for something which is just an editor.

      For Python, I use WingIDE, as some others have recommended. A few years back, when I first gave Python a try and decided that it was the language for me, I

  • I couldn't resist, even though my karma will take a hit...

    Blast a weekend into a text area that highlights, then every day add a routine that integrates with the cross reference generator, and don't you have an editor with code browsing after a couple weeks?

    Since you are still reading comments after all of those good lists of projects where others have already done it, don't you want to do it yourself?

    • You bring up a good point. I am currently trying to teach myself Python with PyQt4 and my goal is to write my own basic editor for the sake of learning.

      One of the reasons I decided to try writing an editor is because while I've found some editor's that I can work in I wouldn't say I've been really satisfied with what I've used. There are already some full featured open source editor/IDE's written in Python which I intend to refer to once I have a better understanding of it so that I can try and learn fro
  • Slickedit (Score:2, Informative)

    by ncmusic ( 31531 )

    Slickedit [slickedit.com]

  • Why cross-platform? (Score:3, Informative)

    by Sloppy ( 14984 ) on Tuesday September 16, 2008 @11:02AM (#25025607) Homepage Journal
    I use different editors at work (SubEthaEdit) and home (vim) and amazingly, my brain doesn't hurt.
    • I work in Ruby, and most of us seem to use TextMate on OS X -- in fact, it's cited as a reason for wanting OS X in the first place.

      I use Linux and Kate.

      Is there a reason OP can't install their OS of choice?

    • by rbanffy ( 584143 )

      Some have related the use of vi to hair loss. I already switched to joe and emacs, just in case.

  • For working on smaller projects i find geany to be indispensable. It has a comprehensive project mode, document browser and a symbol tree.

    http://www.geany.org/ [geany.org]

  • by Thyrsus ( 13292 )

    Take a look at Leo ( http://webpages.charter.net/edreamleo/front.html ) which works wherever the python libraries it uses work (Linux and Windows, at a minimum). It supports multiple languages but does particularly well in python. The workflow concepts it introduces are *very* well worth the effort to learn. If you want to change Leo's behavior, you can add buttons, scripts or "plugins" in ways similar to (better than?) the way you can program emacs in lisp -- of course, the language you'll use is python

  • Sure, it's not a full fledged Eclipse style IDE with buttons and menus for "everything", but it comes with Python.

  • BBEdit (Score:2, Interesting)

    by Alinraz ( 533041 )

    It's not x-platform (it runs on OSX), but it's probably the best editor I've ever used (and this includes Eclipse, Emacs, VIM, SNiFF+, MS DOS's Edit, VisualStudio, various Borland editors, Metrowerks, and just about every mainstream editor included in various distributions of Linux).

    It supports Python as well as dozens of other languages; I've used C/C++, Perl, shell scripting, PHP and HTML on it; looking at the menu I count 42 different languages or variants. It supports multiple SCM types, including CVS

    • BBEdit is a well-crafted and powerful tool. It's the best code editor for OS X.

      I do not think that all the changes to its UI have been for the better, though.

      In general, OS X is a good-looking *and* powerful platform for coding. Especially once you install Fink http://www.finkproject.org/ [finkproject.org].

    • Re: (Score:3, Funny)

      SNiFF+, MS DOS's Edit, VisualStudio

      That was totally cruel and uncalled for. Not only do you insult the other editors by including it, but you bring back unwanted memories for the older folks. For shame, sir!

  • Eclipse + Pydev (Score:3, Informative)

    by Anonymous Coward on Tuesday September 16, 2008 @11:43AM (#25026155)

    Although I agree that Eclipse is huge, bloated, slow, and buggy, I haven't run into problems as serious as the ones you've described. I have to restart it every once in a while, when the text editor (you'd think they could get at least this part right) gets fubared and starts displaying gibberish onscreen, but I've never had the workspace become corrupted, or anything else that isn't solved by a restart.

    I've been working with Eclipse and Pydev for a couple of years, and it gets the job done. There are plenty of things that I wish were different, or less buggy, but after considerable searching and experimenting with most of the other products mentioned here, Eclipse still works better.

  • Butterflies (Score:1, Redundant)

    by halcyon1234 ( 834388 )
    Why use an IDE when butterflies will do it for you? [xkcd.com]
  • by rwa2 ( 4391 ) * on Tuesday September 16, 2008 @01:09PM (#25027229) Homepage Journal

    I did my master's thesis in eric3 and enjoyed it very much. I originally started my project using emacs, but migrated over when I needed integrated debugging tools.

    eric added the visual debugging you were asking for. You can set breakpoints all over the place, step through the source, and navigate through the variable hierarchy. Good stuff.

    I think the only thing that annoyed me somewhat about eric was I couldn't set a light on dark theme, so my late night coding sessions wouldn't annoy the mrs. But that's just cosmetic.

    Bonus points if your name happens to be Eric, I suppose.

    • I completely agree. Eric3 is a great Python IDE. It uses Scintilla for the editor, so it depends a bit on if you like that, but otherwise it is a very good and powerful IDE, with all the functions I can think of one could need. I could give a list, but it's free, so try it and see if you like it.

      I had a long search to find a good Python IDE, and tried most of the other suggestions in this topic. I think Eric3 is just the best when it comes to Python, because it is made in Python for Python.
      Especially if you

  • Personally, I enjoy using geany. http://www.geany.org/ [geany.org]
  • I've tried most of the editors out there (although I admit I'm not a fan of Emacs/Vi(m) styles). I have settled with eric for my Python editing; http://www.die-offenbachs.de/eric/index.html [die-offenbachs.de]
  • I love TextMate. It's the greatest thing I've ever used for programing.

  • by spir0 ( 319821 ) on Tuesday September 16, 2008 @05:47PM (#25031425) Homepage Journal

    I have no answers. I use xterms with vim these days.

    but my favourite editors ever were CygnusEd [apc-tcp.de] on Amiga, and StrongEd [iconbar.com] on Acorn RiscOS.

    vim works for me, because although it doesn't have the fancy features of an IDE, it does allow me to work on any machine anywhere.

    But I do particularly miss StrongEd. That had some great features I've not seen anywhere else. Wonderful for editing lists as it had a feature that allowed you to select a block of text, then move the cursor into the middle of a line. Whatever you inserted or deleted was replicated on every line selected.

    • by pavon ( 30274 )

      But I do particularly miss StrongEd. That had some great features I've not seen anywhere else. Wonderful for editing lists as it had a feature that allowed you to select a block of text, then move the cursor into the middle of a line. Whatever you inserted or deleted was replicated on every line selected.

      Ultraedit (windows shareware) has that ability. I've used it a ton when editing large tab-delimited data definition files at work. Emacs also has some commands to do vertical editing, but I don't use them often enough to remember them (apart from M-x edit-picture).

  • Syn (Windows) and Smultron (Mac) are nice open source general text editors that are pretty similar to each other. I don't use them much for Python, since they don't support code completion. They support tabs and "projects" of related files, which is nice, so I use them a lot of website related stuff. I've always used PythonWin and Idle since they support code completion, which is good when you just can't remember the name of that function you need, and they both do a pretty good job of knowing what to expe
  • by cowtamer ( 311087 ) on Tuesday September 16, 2008 @10:14PM (#25033933) Journal

    Here's what I have discovered through blood, sweat, and tears:

    * Use Eclipse 3.3.2 [eclipse.org] (instead of 3.4.x -- I found 3.4 to be VERY unstable with PyDEV -- and the debug shell doesn't work)
    * Use PyDev 1.3.20 [fabioz.com] (or later)
    * GET Pydev Extensions -- it's well worth the $42 (gives you an interactive debug shell and PyLint integration)
    * Virtual Word Wrap [ahtik.com] (it should be built in, but is not).

    I've found that its best to NOT let Eclipse copy files to its "workspace" directory -- force it to use the existing files. I have adopted the habit of taking regular tarball backups of the workspace directory (and files I'm editing). Be sure you set your PYTHONPATH properly in your debug configuration, turn on line numbering and display of whitespace characters.

    Unfortunately, I haven't found any IDE that is as mature and complete. If you must use something else, I recommend Geany [geany.org]. WingIDE is also good, but lacks support for Projects, sophisticated debug configurations, etc.

  • I think eric3/4 with the appropriate plugins will do what you are asking.

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...