On 2002.06.20 09:13 Mike Orr wrote: > On Thu, Jun 20, 2002 at 02:52:03AM -0700, Steve Freitas wrote: > > Can you guys(/girls?) recommend your favorite (preferably *nix-based) Python > > editor to me? I've tried... > > I saw a demonstration of PyCrust last week. It's not and editor but an > interactive Python shell with word completion context-sensitive help > about the current function, and two side panels that are an object tree > and object browser. I haven't used it yet but it looks quite > interesting. If it had an editor, it would make a great IDE. The > stable version is bundled with wxPython; the development version is at > http://sourceforge.net/projects/pycrust/
If you want an IDE, and don't mind dealing with an alpha-level packaging, try boa constructor. While it is "alpha", and the latest "release" was a while ago (January), the CVS version is quite useable for ordinary tasks. http://boa-constructor.sourceforge.net/ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/boa-constructor login cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/boa-constructor co boa Komodo is also nice, if you can afford the license for commercial use. (I am assuming you are writing code for money.) VIM works for me. ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
