Re: Python editor recommendation.
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 (www.activestate.com) in my mind. Is the editor any good? >> >> regards. > -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
HI I use VIM in FreeBSD or M$'s Windows -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
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, > 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.nuim.ie/~dez/images/blog/scribes.html (GIF Demo) -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
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 eric3 a try. Cheers, Nikolai -- "1984" is not a howto! -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
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.nuim.ie/~dez/images/blog/scribes.html (GIF Demo) -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
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.
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 little things that need to be done. I find that IDEs, and even some editors that have auto-complete, etc., necessarily cause your mind to skip over some things that, while you are new to the language, you should do manually. Of course, if you aren't new, ignore this post entirely! :) -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
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). You can find it at http://stani.be/python/spe/blog/ -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
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/listinfo/python-list
Re: Python editor recommendation.
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.
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 + de Spam Catcher: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
>> 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.
I've always just used Idle myself. -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
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 recruiting. See the web site for details. -- http://mail.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
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/mailman/listinfo/python-list
Re: Python editor recommendation.
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.python.org/mailman/listinfo/python-list
Re: Python editor recommendation.
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 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.python.org/mailman/listinfo/python-list