Re: Python Editor or IDE ActiveX control

2010-08-26 Thread Michel Claveau - MVP
Hi! Scintilla come like a "control" (a piece for a window), raleted to the file SciLexer.DLL For call the scintilla-componant, use "messages". Example : SendMessage(Sci, SCI_GOTOLINE, line, 0) For the constant SCI_GOTOLINE, I suggest scintillacon.py, include in Pywin32. @-salutations -- Mich

Re: Python Editor or IDE ActiveX control

2010-08-26 Thread Stef Mientki
On 27-08-2010 00:22, Thomas Jollans wrote: > On Thursday 26 August 2010, it occurred to Sathish S to exclaim: >> Hi Ppl, >> >> Is there any python IDE or editor that has an ActiveX control which could >> be embed in other Windows applications. I'm basically looking to write a >> application that c

Re: Python Editor or IDE ActiveX control

2010-08-26 Thread Thomas Jollans
On Thursday 26 August 2010, it occurred to Sathish S to exclaim: > Hi Ppl, > > Is there any python IDE or editor that has an ActiveX control which could > be embed in other Windows applications. I'm basically looking to write a > application that can show the indentations of python, change the col

Re: Python editor/IDE on Linux?

2007-04-16 Thread Bruno Desthuilliers
Ali a écrit : > On 14 Apr, 05:48, "Jack" <[EMAIL PROTECTED]> wrote: > >>That's a good one. I got to find out what's special with Emacs :) > > > The users. > +10 OT-QOTW !-) (ouch, it hurts...) -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor/IDE on Linux?

2007-04-16 Thread Joshua J. Kugler
On Friday 13 April 2007 10:20, Jack wrote: > I wonder what everybody uses for Python editor/IDE on Linux? > I use PyScripter on Windows, which is very good. I'm using WingWare's WingIDE. Visual debugger, python-scriptable, projects, code-completion that is second-to-none (I LOVE it.). And a ve

Re: Python editor/IDE on Linux?

2007-04-16 Thread Paddy
On Apr 16, 2:17 am, "Daniel Gee" <[EMAIL PROTECTED]> wrote: > didn't know that one. Perhaps I'll look into Gvim (I still like to cut > and paste with the mouse, even if I left that off my list). In gvim you can use a mouse-1-drag to select text then mouse-2 at the position you want to copy the te

Re: Python editor/IDE on Linux?

2007-04-15 Thread Daniel Gee
didn't know that one. Perhaps I'll look into Gvim (I still like to cut and paste with the mouse, even if I left that off my list). -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor/IDE on Linux?

2007-04-15 Thread 7stud
On Apr 15, 2:33 am, "Daniel Gee" <[EMAIL PROTECTED]> wrote: > > anything more than line > numbering, simple syntax highlighting, and auto-indent when you hit > enter just doesn't seem necessary. Vim has b and c, but not a. > a: :set nu :set nonu -- http://mail.python.org/mailman/listinfo/python-

Re: Python editor/IDE on Linux?

2007-04-15 Thread Paddy
On Apr 15, 9:33 am, "Daniel Gee" <[EMAIL PROTECTED]> wrote: > In Linux I just use Gedit. In windows I settle for Notepad2. With > python having help built into the interpreter, anything more than line > numbering, simple syntax highlighting, and auto-indent when you hit > enter just doesn't seem ne

Re: Python editor/IDE on Linux?

2007-04-15 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Dotan Cohen wrote: > Has anyone any experience with Python in Kate or Kdevelop? I'm using Kate/KWrite quite often. Syntax highlighting and an auto indention for Python are standard features. The only "extra" I'm using is the word completion plug-in to spare myself too mu

Re: Python editor/IDE on Linux?

2007-04-15 Thread Daniel Gee
In Linux I just use Gedit. In windows I settle for Notepad2. With python having help built into the interpreter, anything more than line numbering, simple syntax highlighting, and auto-indent when you hit enter just doesn't seem necessary. Vim has b and c, but not a. Using Kate for Python would pr

Re: Python editor/IDE on Linux?

2007-04-14 Thread Dotan Cohen
On 14 Apr 2007 11:35:15 -0700, mystilleef <[EMAIL PROTECTED]> wrote: > On Apr 13, 6:20 pm, "Jack" <[EMAIL PROTECTED]> wrote: > > I wonder what everybody uses for Python editor/IDE on Linux? > > I use PyScripter on Windows, which is very good. Not sure if > > there's something handy like that on Lin

Re: Python editor/IDE on Linux?

2007-04-14 Thread mystilleef
On Apr 13, 6:20 pm, "Jack" <[EMAIL PROTECTED]> wrote: > I wonder what everybody uses for Python editor/IDE on Linux? > I use PyScripter on Windows, which is very good. Not sure if > there's something handy like that on Linux. I need to do some > development work on Linux and the distro I am using i

Re: Python editor/IDE on Linux?

2007-04-14 Thread Carl K
Jack wrote: > I wonder what everybody uses for Python editor/IDE on Linux? > I use PyScripter on Windows, which is very good. Not sure if > there's something handy like that on Linux. I need to do some > development work on Linux and the distro I am using is Xubuntu. > > I use spe - it is in un

Re: Python editor/IDE on Linux?

2007-04-14 Thread Jorge Godoy
[EMAIL PROTECTED] (Aahz) writes: > In article <[EMAIL PROTECTED]>, > Michael Bentley <[EMAIL PROTECTED]> wrote: >> Everybody uses vim. >>> Except for real programmers... >> >>Who instead use emacs ;-) > > "Emacs makes a good OS, but a lousy editor." Yep. Emacs comes with a lot of

Re: Python editor/IDE on Linux?

2007-04-14 Thread Aahz
In article <[EMAIL PROTECTED]>, Michael Bentley <[EMAIL PROTECTED]> wrote: > >>> >>> Everybody uses vim. >>> >> Except for real programmers... > >Who instead use emacs ;-) "Emacs makes a good OS, but a lousy editor." -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/

Re: Python editor/IDE on Linux?

2007-04-14 Thread Dotan Cohen
On 14/04/07, Kevin Walzer <[EMAIL PROTECTED]> wrote: > Jack wrote: > > I wonder what everybody uses for Python editor/IDE on Linux? > > I use PyScripter on Windows, which is very good. Not sure if > > there's something handy like that on Linux. I need to do some > > development work on Linux and th

Re: Python editor/IDE on Linux?

2007-04-14 Thread Kevin Walzer
Jack wrote: > I wonder what everybody uses for Python editor/IDE on Linux? > I use PyScripter on Windows, which is very good. Not sure if > there's something handy like that on Linux. I need to do some > development work on Linux and the distro I am using is Xubuntu. > > Why not IDLE? -- Kevi

Re: Python editor/IDE on Linux?

2007-04-14 Thread Paulo da Silva
Jack escreveu: > I wonder what everybody uses for Python editor/IDE on Linux? > I use PyScripter on Windows, which is very good. Not sure if > there's something handy like that on Linux. I need to do some > development work on Linux and the distro I am using is Xubuntu. > > eric3 is nice and sim

Re: Python editor/IDE on Linux?

2007-04-14 Thread Paddy
On Apr 13, 7:20 pm, "Jack" <[EMAIL PROTECTED]> wrote: > I wonder what everybody uses for Python editor/IDE on Linux? > I use PyScripter on Windows, which is very good. Not sure if > there's something handy like that on Linux. I need to do some > development work on Linux and the distro I am using i

Re: Python editor/IDE on Linux?

2007-04-14 Thread Ali
On 14 Apr, 05:48, "Jack" <[EMAIL PROTECTED]> wrote: > That's a good one. I got to find out what's special with Emacs :) The users. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor/IDE on Linux?

2007-04-13 Thread Jack
That's a good one. I got to find out what's special with Emacs :) > I'll let you in on a little secret. We all use Emacs. Those who claim to > use vim are just trying to prevent you from ever becoming a successful > Python programmer, and therefore reduce competition. > -- > Michael Hoffman

Re: Python editor/IDE on Linux?

2007-04-13 Thread Michael Bentley
>> >> Everybody uses vim. >> > Except for real programmers... Who instead use emacs ;-) -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor/IDE on Linux?

2007-04-13 Thread Ben Finney
Michael Hoffman <[EMAIL PROTECTED]> writes: > Jack wrote: > > I wonder what everybody uses for Python editor/IDE on Linux? > > I'll let you in on a little secret. We all use Emacs. Those who > claim to use vim are just trying to prevent you from ever becoming a > successful Python programmer, and

Re: Python editor/IDE on Linux?

2007-04-13 Thread Parthan SR
OMG, all of you forgot IDLE ? http://www.python.org/idle/ It is very good for the starters and it looks simple. There are also Eric http://www.die-offenbachs.de/detlev/eric.html and SPE IDE http://pythonide.stani.be/ And there is always the uber cool editor (aka OS), Emacs :) -- With Regards

Re: Python editor/IDE on Linux?

2007-04-13 Thread Sebastian Bassi
On 4/13/07, Jack <[EMAIL PROTECTED]> wrote: > I wonder what everybody uses for Python editor/IDE on Linux? > I use PyScripter on Windows, which is very good. Not sure if > there's something handy like that on Linux. I need to do some > development work on Linux and the distro I am using is Xubuntu.

Re: Python editor/IDE on Linux?

2007-04-13 Thread Michael Hoffman
Jack wrote: > I wonder what everybody uses for Python editor/IDE on Linux? I'll let you in on a little secret. We all use Emacs. Those who claim to use vim are just trying to prevent you from ever becoming a successful Python programmer, and therefore reduce competition. -- Michael Hoffman --

Re: Python editor/IDE on Linux?

2007-04-13 Thread Bruno Desthuilliers
Greg Donald a écrit : > On 4/13/07, Bruno Desthuilliers > <[EMAIL PROTECTED]> wrote: > >> Except for real programmers... > > That's correct. We use: > > # dd if=/dev/tty of=/dev/hda1 > > and such. > Hear hear !-) -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor/IDE on Linux?

2007-04-13 Thread Jarek Zgoda
Jack napisał(a): >> pida because it embeds the 'vim' editor which I love and adds useful >> features without really getting in my way. And it's the only IDE I found >> that supports bazaar-ng (bzr) repositories. > > pida screenshots look neat. It's not in xubuntu's repository though. Not > even

Re: Python editor/IDE on Linux?

2007-04-13 Thread king kikapu
I experiment with Ubuntu nowadays, and i find my Windows combination a realy win also there, Eclipse and PyDev. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor/IDE on Linux?

2007-04-13 Thread Greg Donald
On 4/13/07, Bruno Desthuilliers <[EMAIL PROTECTED]> wrote: > Except for real programmers... That's correct. We use: # dd if=/dev/tty of=/dev/hda1 and such. -- Greg Donald http://destiney.com/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor/IDE on Linux?

2007-04-13 Thread Jarek Zgoda
Greg Donald napisał(a): >> Thanks God > > No problem. > >> , there's no "PIDA for Emacs". > > Pet Industry Distributors Association ? Pfscking Ifscking Dfscking Afscking beste Editor unter die Sun ist der Vim! (they would try to convince you die PIDA means something mehr enjoyable, aber it's

Re: Python editor/IDE on Linux?

2007-04-13 Thread Jack
> We should do a weekly poll. :) Seriously - this question is coming up > very frequently and everybody has their preference. Maybe a web page, something like pythonidepoll.com :) I apologize for bringing up this FAQ once again ;-p > My (current) favorite: > pida (exists as a ready package on D

Re: Python editor/IDE on Linux?

2007-04-13 Thread Bruno Desthuilliers
7stud a écrit : > Jack wrote: > >>I wonder what everybody uses for Python editor/IDE on Linux? >>I use PyScripter on Windows, which is very good. Not sure if >>there's something handy like that on Linux. I need to do some >>development work on Linux and the distro I am using is Xubuntu. > > > Ev

Re: Python editor/IDE on Linux?

2007-04-13 Thread Bruno Desthuilliers
Jack a écrit : > I wonder what everybody uses for Python editor/IDE on Linux? Strange as it might be, not everybody's using the same editor. > I use PyScripter on Windows, which is very good. Not sure if > there's something handy like that on Linux. Oh yes ? Why so ? The best code editor ever i

Re: Python editor/IDE on Linux?

2007-04-13 Thread Greg Donald
On 4/13/07, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Thanks God No problem. > , there's no "PIDA for Emacs". Pet Industry Distributors Association ? -- Greg Donald http://destiney.com/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor/IDE on Linux?

2007-04-13 Thread Erik Johnson
"7stud" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jack wrote: > > I wonder what everybody uses for Python editor/IDE on Linux? > > I use PyScripter on Windows, which is very good. Not sure if > > there's something handy like that on Linux. I need to do some > > development work

Re: Python editor/IDE on Linux?

2007-04-13 Thread Jack
Thanks but...I'm looking for something free :) > try wing ide. i tried it and i love it. it's available for windows as > well for linux -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor/IDE on Linux?

2007-04-13 Thread Jarek Zgoda
Greg Donald napisał(a): >> try wing ide. i tried it and i love it. it's available for windows as >> well for linux > > Good thing those are the only two operating system out there.. err.. > I meant, good thing there's Emacs. Thanks God, there's no "PIDA for Emacs". -- Jarek Zgoda http://jpa.b

Re: Python editor/IDE on Linux?

2007-04-13 Thread Jarek Zgoda
7stud napisał(a): >> I wonder what everybody uses for Python editor/IDE on Linux? >> I use PyScripter on Windows, which is very good. Not sure if >> there's something handy like that on Linux. I need to do some >> development work on Linux and the distro I am using is Xubuntu. > > Everybody uses

Re: Python editor/IDE on Linux?

2007-04-13 Thread Greg Donald
On 13 Apr 2007 12:54:08 -0700, azrael <[EMAIL PROTECTED]> wrote: > try wing ide. i tried it and i love it. it's available for windows as > well for linux Good thing those are the only two operating system out there.. err.. I meant, good thing there's Emacs. -- Greg Donald http://destiney.com/

Re: Python editor/IDE on Linux?

2007-04-13 Thread azrael
try wing ide. i tried it and i love it. it's available for windows as well for linux On Apr 13, 9:11 pm, Christoph Haas <[EMAIL PROTECTED]> wrote: > On Fri, Apr 13, 2007 at 11:20:23AM -0700, Jack wrote: > > I wonder what everybody uses for Python editor/IDE on Linux? > > I use PyScripter on Wind

Re: Python editor/IDE on Linux?

2007-04-13 Thread Christoph Haas
On Fri, Apr 13, 2007 at 11:20:23AM -0700, Jack wrote: > I wonder what everybody uses for Python editor/IDE on Linux? > I use PyScripter on Windows, which is very good. Not sure if > there's something handy like that on Linux. I need to do some > development work on Linux and the distro I am using i

Re: Python editor/IDE on Linux?

2007-04-13 Thread Paddy
On Apr 13, 7:27 pm, "7stud" <[EMAIL PROTECTED]> wrote: > Jack wrote: > > I wonder what everybody uses for Python editor/IDE on Linux? > > I use PyScripter on Windows, which is very good. Not sure if > > there's something handy like that on Linux. I need to do some > > development work on Linux and

Re: Python editor/IDE on Linux?

2007-04-13 Thread 7stud
Jack wrote: > I wonder what everybody uses for Python editor/IDE on Linux? > I use PyScripter on Windows, which is very good. Not sure if > there's something handy like that on Linux. I need to do some > development work on Linux and the distro I am using is Xubuntu. Everybody uses vim. -- http:

Re: Python editor

2007-02-07 Thread limodou
On 2/8/07, Stef Mientki <[EMAIL PROTECTED]> wrote: > limodou wrote: > > Maybe you can try ulipad. > > > thanks, > although it doesn't look bad, > and it certainly must have been a huge job doing this with Tcl/Tk, You are wrong, UliPad is based on wxPython, but not Tcl/Tk. > I don't think it can c

Re: Python editor

2007-02-07 Thread dimitri pater
I read about a free manual with adds, but I can find it no-where. you can find a tutorial here : http://www.serpia.org/spe You can't have everything. Where would you put it? -- Steven Wright --- please visit www.serpia.org -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor

2007-02-07 Thread Stef Mientki
limodou wrote: > Maybe you can try ulipad. > thanks, although it doesn't look bad, and it certainly must have been a huge job doing this with Tcl/Tk, I don't think it can compete with PyScripter, except on Linux ;-) succes, cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-l

Re: Python editor

2007-02-07 Thread limodou
Maybe you can try ulipad. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor

2007-02-07 Thread Stef Mientki
[EMAIL PROTECTED] wrote: > On Feb 6, 11:01 pm, Stef Mientki <[EMAIL PROTECTED]> > wrote: >> BBands wrote: >>> No, no, no, this is not an invitation to the editor wars. > >>> I have been using José Cláudio Faria's superb >>> Tinn-R,http://www.sciviews.org/Tinn-R/, >>> with the R language,http://ww

Re: Python editor

2007-02-07 Thread stani . vsvv
On Feb 6, 11:01 pm, Stef Mientki <[EMAIL PROTECTED]> wrote: > BBands wrote: > > No, no, no, this is not an invitation to the editor wars. > > I have been using José Cláudio Faria's superb > > Tinn-R,http://www.sciviews.org/Tinn-R/, > > with the R language,http://www.r-project.org/. This editor al

Re: Python editor

2007-02-06 Thread Stef Mientki
BBands wrote: > No, no, no, this is not an invitation to the editor wars. > > I have been using José Cláudio Faria's superb Tinn-R, > http://www.sciviews.org/Tinn-R/, > with the R language, http://www.r-project.org/. This editor allows you > to send code to the R shell for execution. You can easi

Re: Python editor

2007-02-06 Thread Bruno Desthuilliers
BBands a écrit : > No, no, no, this is not an invitation to the editor wars. > > I have been using José Cláudio Faria's superb Tinn-R, > http://www.sciviews.org/Tinn-R/, > with the R language, http://www.r-project.org/. This editor allows you > to send code to the R shell for execution. You can e

Re: Python editor

2007-02-06 Thread Jean-Paul Calderone
On 6 Feb 2007 12:51:13 -0800, BBands <[EMAIL PROTECTED]> wrote: >No, no, no, this is not an invitation to the editor wars. > >I have been using José Cláudio Faria's superb Tinn-R, >http://www.sciviews.org/Tinn-R/, >with the R language, http://www.r-project.org/. This editor allows you >to send cod

Re: Python editor

2006-08-29 Thread Neil Cerutti
On 2006-08-29, John Salerno <[EMAIL PROTECTED]> wrote: >> Vim (vim-python) or emacs (python.el) is always the best >> solution. > > Is it possible to get vim-python for Windows, or is that just a > Linux build? The windows binary for the latest version, 7.0, includes the Python commands (the versi

Re: Python editor

2006-08-29 Thread Andrew Robert
[EMAIL PROTECTED] wrote: > John Salerno wrote: >> Is it possible to get vim-python for Windows, or is that just a Linux build? > > > It builds for windows. > When installed, you may also want to consider the python add-on located at http://www.vim.org/scripts/script.php?script_id=790 Enhanced

Re: Python editor

2006-08-29 Thread [EMAIL PROTECTED]
John Salerno wrote: > Is it possible to get vim-python for Windows, or is that just a Linux build? It builds for windows. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor

2006-08-29 Thread John Salerno
Jerry Fleming wrote: > Larry Bates wrote: >> Jason Jiang wrote: >>> Hi, >>> >>> Could someone recommend a good Python editor? Thanks. >>> >>> Jason >>> >>> >> For just getting started use Idle that comes with Python. >> If you are already a user or if you are looking for a more >> powerful solution

Re: Python editor

2006-08-28 Thread Jerry Fleming
Larry Bates wrote: > Jason Jiang wrote: >> Hi, >> >> Could someone recommend a good Python editor? Thanks. >> >> Jason >> >> >> > For just getting started use Idle that comes with Python. > If you are already a user or if you are looking for a more > powerful solution you can use Eclipse (with Pyt

Re: Python editor

2006-08-24 Thread Jason Jiang
Thanks Simon. I finally picked SciTE. No time to do further investigation. Jason "Simon Forman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jason Jiang wrote: >> Hi, >> >> Could someone recommend a good Python editor? Thanks. >> >> Jason > > There have just been one or two long

Re: Python editor

2006-08-24 Thread Larry Bates
Jason Jiang wrote: > Hi, > > Could someone recommend a good Python editor? Thanks. > > Jason > > > For just getting started use Idle that comes with Python. If you are already a user or if you are looking for a more powerful solution you can use Eclipse (with Python plug-in). These represent

Re: Python editor

2006-08-24 Thread Simon Forman
Jason Jiang wrote: > Hi, > > Could someone recommend a good Python editor? Thanks. > > Jason There have just been one or two long-ish threads on exactly this question. Search the google groups version of this group for them. Peace, ~Simon -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Editor with Autocorrection

2006-08-22 Thread John J. Lee
"Ravi Teja" <[EMAIL PROTECTED]> writes: [...] > Most good editors (Scintilla based editors, Emacs, Vi etc) have > auto-completion for symbols that have occured in the current file; and What I find really useful in emacs is completion based on *all* open files (usually I have maybe twenty files ope

Re: Python Editor with Autocorrection

2006-08-21 Thread Ravi Teja
Laurentiu wrote: > hello! > > > i am searching for a free python editor with > autocorrection capabillities. > > for example:" the wrong setfocus() call to become > SetFocus(), etc." > > > thanks Python is a dynamic language, which means that methods that may not exist in your source code may spr

Re: Python Editor with Autocorrection

2006-08-21 Thread John J. Lee
Laurentiu <[EMAIL PROTECTED]> writes: > i am searching for a free python editor with > autocorrection capabillities. > > for example:" the wrong setfocus() call to become > SetFocus(), etc." Perhaps not quite what you were looking for, but emacs' dabbrev-expand works well for avoiding mistyped P

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