Re: Python editor recommendation.

2006-05-11 Thread Laurent Pointal
Dale Strickland-Clark a écrit : > Vim. > > Everything else is Notepad. ++, yes Notepad++ !!! (windows only) See http://notepad-plus.sourceforge.net/uk/site.htm :-) > > DeepBlue wrote: > >> Hi all, >> >> Can any one please recommend me an editor for coding Python. Thank u. >> I have Komodo (

Re: Python editor recommendation.

2006-05-11 Thread Eric.zhao.82
HI I use VIM in FreeBSD or M$'s Windows -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor recommendation.

2006-05-11 Thread Philippe Martin
Looking at their flash demo made me want to try it, but after all dependencies installed, I get "Fatal Python error: can't initialise module gtksourceview Aborted (core dumped)" Is it stable ? Philippe mystilleef wrote: > The powerful no-nonsense, no-frills, no-hassle, no-fuzz editor, > S

Re: Python editor recommendation.

2006-05-11 Thread Nikolai Hlubek
Thomas Guettler wrote: > Am Tue, 09 May 2006 14:37:53 +0100 schrieb Dale Strickland-Clark: > > >>Vim. >>Everything else is Notepad. > > > Vi or vim are good for editing config files over ssh. For programming > I use XEmacs. Smelling napalm here. If you don't want to use vim you should give er

Re: Python editor recommendation.

2006-05-10 Thread mystilleef
The powerful no-nonsense, no-frills, no-hassle, no-fuzz editor, Scribes. Supports everything you'd want in an editor, it's nimble, fast and agile, and it has virtually no learning curve. http://scribes.sourceforge.net/ http://scribes.sourceforge.net/snippets.htm (Flash Demo) http://www.minds.nui

Re: Python editor recommendation.

2006-05-09 Thread Jack
PyScripter, a nativen Windows application, free. > > Can any one please recommend me an editor for coding Python. Thank u. > I have Komodo (www.activestate.com) in my mind. Is the editor any good? > > regards. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor recommendation.

2006-05-09 Thread John Salerno
DeepBlue wrote: > Hi all, > > Can any one please recommend me an editor for coding Python. Thank u. > I have Komodo (www.activestate.com) in my mind. Is the editor any good? > > regards. As a newbie (referring to myself), I recommend typing everything by hand first, so you will learn all the li

Re: Python editor recommendation.

2006-05-09 Thread Jerry
I have used Eclipse+PyDev in the past. I don't use the debugger though and don't find the outline all that useful, so now I just use the PythonWin interface that comes with the ActiveState Python distribution. Another one that I've heard lots of people seem to like is Stani's Python Editor (SPE).

Re: Python editor recommendation.

2006-05-09 Thread dfaber
I use Eclipse with the Pydev plugin. It's great way to start familiarizing yourself with Python. The editor has got great features and the debugger will be a great help too. Vim is great too but may be not a good idea if you are new to Python. Good luck! -- http://mail.python.org/mailman/listinf

Re: Python editor recommendation.

2006-05-09 Thread malv
Look at eric: http://www.die-offenbachs.de/detlev/eric3.html Editor is QScintalla I tried everithing and prefer eric. (it's free) malv -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor recommendation.

2006-05-09 Thread Thomas Guettler
Am Tue, 09 May 2006 14:37:53 +0100 schrieb Dale Strickland-Clark: > Vim. > > Everything else is Notepad. Vi or vim are good for editing config files over ssh. For programming I use XEmacs. HTH, Thomas -- Thomas Güttler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guettler +

Re: Python editor recommendation.

2006-05-09 Thread BartlebyScrivener
>> Vim Yes, and enjoy the month off work while you are learning how to use it ;> -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor recommendation.

2006-05-09 Thread gdkinney
I've always just used Idle myself. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor recommendation.

2006-05-09 Thread Dale Strickland-Clark
Vim. Everything else is Notepad. DeepBlue wrote: > Hi all, > > Can any one please recommend me an editor for coding Python. Thank u. > I have Komodo (www.activestate.com) in my mind. Is the editor any good? > > regards. -- Dale Strickland-Clark Riverhall Systems www.riverhall.co.uk We're rec

Re: Python editor recommendation.

2006-05-09 Thread BartlebyScrivener
I'm on Windows XP, and I like Komodo a lot. It does php, html, perl, python, ruby etc. It's just a tad slow to load (takes about 10 seconds on my AMD Athlon 2700), but I usually leave it on all day, so I don't notice. If you're on Linux you might ask others. rpd -- http://mail.python.org/mailma

Re: Python editor recommendation.

2006-05-09 Thread imcs ee
free and vim or wingide On 5/9/06, DeepBlue <[EMAIL PROTECTED]> wrote: Hi all,Can any one please recommend me an editor for coding Python. Thank u.I have Komodo ( www.activestate.com) in my mind. Is the editor any good?regards.--http://mail.python.org/mailman/listinfo/python-list -- http://mail.p

Re: Python editor recommendation.

2006-05-09 Thread Fabio Zadrozny
Check http://wiki.python.org/moin/IntegratedDevelopmentEnvironments. I'd reccommend pydev (http://pydev.sf.net) or the pydev extensions if you're willing to spend some bucks (http://www.fabioz.com/pydev). -- FabioOn 5/9/06, DeepBlue <[EMAIL PROTECTED]> wrote: Hi all,Can any one please recommend m

Python editor recommendation.

2006-05-09 Thread DeepBlue
Hi all, Can any one please recommend me an editor for coding Python. Thank u. I have Komodo (www.activestate.com) in my mind. Is the editor any good? regards. -- http://mail.python.org/mailman/listinfo/python-list