Re: [Tutor] What Editori?

2010-02-24 Thread Alan Gauld
"Giorgio" wrote And, what about more powerful editors? I mean editors with features like SVN/GIT management and so on. THose aren't really editor features but IDE features. But thats probably splityting hairs. But emacs does that too and truly is a powerful editor. Certainly more so than

Re: [Tutor] What Editori?

2010-02-24 Thread Mike
I use and love Pyscripter for Windows. I guess I am used to the Delphi IDE. Mike On Tue, Feb 23, 2010 at 11:24 AM, Giorgio wrote: > Hi All, > what text-editor do you use for python? > I've always used kate/nano on Linux and Notepad++/PSPad on Win. Today i've > installed portablepython to my pen

Re: [Tutor] What Editori?

2010-02-24 Thread Hansen, Mike
I'm surprised no one has mentioned ActiveState's KOMODO. I primarily use VIM, but I hop into KOMODO for doing little scripts and watching the output. KOMODO comes in two flavors, KOMODO Edit which is free and KOMODO IDE which costs about $300. I suspect that KOMODO Edit does most of what people

Re: [Tutor] What Editori?

2010-02-24 Thread Ricardo Aráoz
Lowell Tackett wrote: > The environment [OS} of choice can do a lot to expand/enhance the > capabilities of an editor. I fell upon Vim from the beginning, and > stayed with it for its' rich palate of features and adaptability (and > of course, the often...and exhilarating "oh, Vim can do that!").

Re: [Tutor] What Editori?

2010-02-24 Thread William Witteman
On Wed, Feb 24, 2010 at 04:40:07PM +0100, Giorgio wrote: >And, what about more powerful editors? I mean editors with features like SVN/ >GIT management and so on. I think you'll find that there is extensive version control integration in most/all of the "less powerful" editors. Certainly you wou

Re: [Tutor] What Editori?

2010-02-24 Thread Giorgio
And, what about more powerful editors? I mean editors with features like SVN/GIT management and so on. I use Netbeans, but also know Eclipse/Aptana. > -- -- AnotherNetFellow Email: anothernetfel...@gmail.com ___ Tutor maillist - Tutor@python.org T

Re: [Tutor] What Editori?

2010-02-24 Thread Giorgio
> The editors could be configured differently with respect to the "tab > button". > Some may insert tabs some may insert spaces. > Ok, found the problem. I'm inserting tabs, but the original file only has spaces. Do you think i can look for a function that automatically inserts a certain number o

Re: [Tutor] What Editori?

2010-02-24 Thread Eike Welk
On Wednesday February 24 2010 14:14:49 Giorgio wrote: > Yes i'm sure. I'm using the "tab button" and the same button works > perfectly in the IDLE editor. The editors could be configured differently with respect to the "tab button". Some may insert tabs some may insert spaces. EMACS can even

Re: [Tutor] What Editori?

2010-02-24 Thread Giorgio
> > >> >> Are you sure you're not mixing spaces and tabs? > Yes i'm sure. I'm using the "tab button" and the same button works perfectly in the IDLE editor. -- -- AnotherNetFellow Email: anothernetfel...@gmail.com ___ Tutor maillist - Tutor@python.

Re: [Tutor] What Editori?

2010-02-23 Thread Christian Witts
Giorgio wrote: Hi All, what text-editor do you use for python? I've always used kate/nano on Linux and Notepad++/PSPad on Win. Today i've installed portablepython to my pendrive, and found pyscripter in that. It's nice! Do you think it's a good editor? Do you know other names? Giorgio --

Re: [Tutor] What Editori?

2010-02-23 Thread Eric Dorsey
On any platform, I use (gui) vim (gvim on Win/Linux, mvim/macvim on OSX) with this plugin: http://www.vim.org/scripts/script.php?script_id=30 On Tue, Feb 23, 2010 at 5:40 PM, Benno Lang wrote: > On 24 February 2010 01:24, Giorgio wrote: > > what text-editor do you use for python? > > > __

Re: [Tutor] What Editori?

2010-02-23 Thread Benno Lang
On 24 February 2010 01:24, Giorgio wrote: > what text-editor do you use for python? I use jEdit, and without a GUI I guess I'd use nano - I'm not the sort who likes reading manuals in order to use a text editor. Many years ago when I was on Windows I used to use TextPad. Then I started using jEdi

Re: [Tutor] What Editori?

2010-02-23 Thread Luke Paireepinart
On Tue, Feb 23, 2010 at 3:08 PM, Giorgio wrote: > O_O. > > I've downloaded some python examples from my debian server. Then, have > edited one of them with pyscript. The IDLE (the real idle alan :D) was > giving out a "unexpected indent" error, so i've checked again and again the > code -it was o

Re: [Tutor] What Editori?

2010-02-23 Thread Giorgio
O_O. I've downloaded some python examples from my debian server. Then, have edited one of them with pyscript. The IDLE (the real idle alan :D) was giving out a "unexpected indent" error, so i've checked again and again the code -it was ok-. Then, i've opened it in the IDLE. And there, ONLY there

Re: [Tutor] What Editori?

2010-02-23 Thread Alan Gauld
"Wayne Werner" wrote I use vim - for me it's the hands-down best editor. I usually have two terminals (I run linux) open - one for ipython, and one for vim. I usually have vim split into several buffers for each of the files I'm editing, and I have some nice scripts and plugins that help me

Re: [Tutor] What Editori?

2010-02-23 Thread Giorgio
Yes sorry Alan i've only used the wrong word :D I know the difference :) Giorgio 2010/2/23 Alan Gauld > > "Giorgio" wrote > > Definitely i just use pyscripter because it has the py idle integrated in >> the window. >> > > PyScripter is an alternative to IDLE but it doesn't have IDLE embedded

Re: [Tutor] What Editori?

2010-02-23 Thread Alan Gauld
"spir" wrote ...and has the absolutely necessary duplicate feature ;-) (*). (*) Does anyone know another editor that has it? OK, I'll bite. What is the duplicate feature? :-) Alan G ___ Tutor maillist - Tutor@python.org To unsubscribe or change

Re: [Tutor] What Editori?

2010-02-23 Thread Alan Gauld
"Giorgio" wrote Definitely i just use pyscripter because it has the py idle integrated in the window. PyScripter is an alternative to IDLE but it doesn't have IDLE embedded within it. I think you are getting confused between IDLE and the Python interactive prompt which is available in severa

Re: [Tutor] What Editori?

2010-02-23 Thread Alan Gauld
"Steve Willoughby" wrote Actually, I suppose even ed and TECO qualify for some work models ;) I even use edlin occasionally - usually in batch files... But Teco is the only editor that I've given up on as being just to hard to use! And that's out of more than a couple of dozen editor

Re: [Tutor] What Editori?

2010-02-23 Thread wesley chun
> what text-editor do you use for python? as an FYI Guido himself uses both emacs and vi/m... he mentioned this during his PyCon 2010 keynote last week, to which someone tweeted: http://twitter.com/bradallen137/status/9337630806 i primarily use vi/m and emacs as necessary, -- wesley - - - - - -

Re: [Tutor] What Editori?

2010-02-23 Thread Randy Raymond
I use Editra. Randy -- From: "spir" Sent: Tuesday, February 23, 2010 11:13 AM To: Subject: Re: [Tutor] What Editori? On Tue, 23 Feb 2010 17:46:24 +0100 Giorgio wrote: Definitely i just use pyscripter because it has the py idle int

Re: [Tutor] What Editori?

2010-02-23 Thread Wayne Werner
On Tue, Feb 23, 2010 at 10:24 AM, Giorgio wrote: > Hi All, > > what text-editor do you use for python? > I use vim - for me it's the hands-down best editor. I usually have two terminals (I run linux) open - one for ipython, and one for vim. I usually have vim split into several buffers for each o

Re: [Tutor] What Editori?

2010-02-23 Thread Lowell Tackett
nd 3) script-launching screen...all on the same physical monitor. For me, that combination creates an awfully rich & deep working canvas.   The whole...is at least as great as the sum of its' parts. >From the virtual desk of Lowell Tackett  --- On Tue, 2/23/10, Giorgio wrote: From:

Re: [Tutor] What Editori?

2010-02-23 Thread Steve Willoughby
On Tue, Feb 23, 2010 at 06:13:51PM +0100, spir wrote: > I use geany which is imo good for every language... and has the absolutely > necessary duplicate feature ;-) (*). Most have a variety of features which could be called by that name. What specifically are you referring to here? -- Steve Will

Re: [Tutor] What Editori?

2010-02-23 Thread Randy Raymond
I use Editra. Randy -- From: "spir" Sent: Tuesday, February 23, 2010 11:13 AM To: Subject: Re: [Tutor] What Editori? On Tue, 23 Feb 2010 17:46:24 +0100 Giorgio wrote: Definitely i just use pyscripter because it has the py idle int

Re: [Tutor] What Editori?

2010-02-23 Thread spir
On Tue, 23 Feb 2010 17:46:24 +0100 Giorgio wrote: > Definitely i just use pyscripter because it has the py idle integrated in > the window. > > It's very useful! Most editors have an integreated console that allow typing commands, launching the interactice interpreter, and running progs all wi

Re: [Tutor] What Editori?

2010-02-23 Thread Giorgio
Definitely i just use pyscripter because it has the py idle integrated in the window. It's very useful! 2010/2/23 Steve Willoughby > On Tue, Feb 23, 2010 at 05:24:13PM +0100, Giorgio wrote: > > what text-editor do you use for python? > > While the can of worms that particular question tends t

Re: [Tutor] What Editori?

2010-02-23 Thread Steve Willoughby
On Tue, Feb 23, 2010 at 05:24:13PM +0100, Giorgio wrote: > what text-editor do you use for python? While the can of worms that particular question tends to open is always an issue (for some reason people get very emotionally passionate about why their editor is the best) I'm not sure you're going

[Tutor] What Editori?

2010-02-23 Thread Giorgio
Hi All, what text-editor do you use for python? I've always used kate/nano on Linux and Notepad++/PSPad on Win. Today i've installed portablepython to my pendrive, and found pyscripter in that. It's nice! Do you think it's a good editor? Do you know other names? Giorgio -- -- AnotherNetFellow