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 text

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

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-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

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 much

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

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: esc:set nu esc:set nonu --

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-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-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

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 simple

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? -- Kevin

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 the distro I

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/ Help a

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 those funny phrases. It is

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

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

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 Linux. I need

Python editor/IDE on Linux?

2007-04-13 Thread Jack
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. -- http://mail.python.org/mailman/listinfo

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/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 the distro I

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

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 Windows

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 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 vim

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

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 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 on Linux

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 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 ? holywar topic='editor'The

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. Everybody uses

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

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 still der

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 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 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 in

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 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 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 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 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

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 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 --