Re: Seeking IDE

2005-07-08 Thread Nick Vargish
Jags [EMAIL PROTECTED] writes: If you don't like that, you could use any of the following editors: EditPlus, TextPad, UltraEdit, WingIDE, Komodo (from ActiveState) or jEdit. All these are Windows based. Komodo is available for Linux and Windows, and ActiveState will be releasing a version

Re: Seeking IDE

2005-07-02 Thread [EMAIL PROTECTED]
If you are looking for a small and simple text editor that moonlights as an IDE, my suggestion would be SciTE(http://scintilla.org/SciTE.html). It has reasonable syntax highlighting and can run Python scripts if you press F5. -- http://mail.python.org/mailman/listinfo/python-list

Re: Seeking IDE

2005-07-01 Thread Nick Mountford
Thanks a lot for all the suggestions. I´m ising IDLE and trying to get into eclipse. Cheers, Nick On 6/30/05, Nick Mountford [EMAIL PROTECTED] wrote: Hi, Complete newb to Python and programming, looking for an open source IDE to download. Any suggestions? Thanks, Nick --

Seeking IDE

2005-06-30 Thread Nick Mountford
Hi, Complete newb to Python and programming, looking for an open source IDE to download. Any suggestions? Thanks, Nick -- http://mail.python.org/mailman/listinfo/python-list

Re: Seeking IDE

2005-06-30 Thread Philippe C. Martin
Linux: Eric3 All: Eclipe: my choice (might be tough to get into) Nick Mountford wrote: Hi, Complete newb to Python and programming, looking for an open source IDE to download. Any suggestions? Thanks, Nick -- http://mail.python.org/mailman/listinfo/python-list

Re: Seeking IDE

2005-06-30 Thread Philippe C. Martin
oops: eclipse Philippe C. Martin wrote: Linux: Eric3 All: Eclipe: my choice (might be tough to get into) Nick Mountford wrote: Hi, Complete newb to Python and programming, looking for an open source IDE to download. Any suggestions? Thanks, Nick --

Re: Seeking IDE

2005-06-30 Thread gene tani
http://www.python.org/cgi-bin/moinmoin/IntegratedDevelopmentEnvironments http://wiki.python.org/moin/PythonEditors http://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/6ab929ca5507a05/ebf77ab2ea664a3c?q=IDE+group:comp.lang.pythonrnum=6hl=en#ebf77ab2ea664a3c --

Re: Seeking IDE

2005-06-30 Thread Jags
Hi there, You could use the IDLE that is bundled along with the Python installation. If you don't like that, you could use any of the following editors: EditPlus, TextPad, UltraEdit, WingIDE, Komodo (from ActiveState) or jEdit. All these are Windows based. Cheers! - Jags. --

Re: Seeking IDE

2005-06-30 Thread Ruben Baumann
Nick Mountford [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Complete newb to Python and programming, looking for an open source IDE to download. Any suggestions? Thanks, Nick SPE (Can be used in editor mode only if desired, but comes with WxGlade for GUI) Boa

Re: Seeking IDE

2005-06-30 Thread Jeffrey Maitland
I am currently using synEdit. That is because it is a free, small, and very customizable and highlites pythn keywords.(and was on the system at work) Where as at home I use Emacs, or GNUEmacs (depends on which boot up I chose at the time). Jeff --

Re: Seeking IDE

2005-06-30 Thread Bruno Desthuilliers
Nick Mountford a écrit : Hi, Complete newb to Python and programming, looking for an open source IDE to download. Any suggestions? Use something simple. Start with Idle (it comes with Python, and has all the basic features you may need to learn Python). When you'll have learn the bases, it

Re: Seeking IDE

2005-06-30 Thread gene tani
I encourage NOPs (non-original posters) to paste their thoughts into the wiki for posterity/FAQing, e.g. currently no info on synEdit: http://wiki.python.org/moin/IntegratedDevelopmentEnvironments -- http://mail.python.org/mailman/listinfo/python-list