Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: python ide for ubuntu

13 views
Skip to first unread message

Werner Thie

unread,
Aug 12, 2010, 2:53:18 AM8/12/10
to pytho...@python.org
Eclipse with pydev (great debugging) does the trick nicely, free of
charge and throws in some other goodies (JScript/HTML/XML editing) too.

I use the EE for Java developer version

http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliosr

Install pydev from Menu Help/Software Updates

After ten years of Python coding and suffering thru most of the
commercial products like VisualPython, Komodo, Wings, asf I heartily
recommend Eclipse nowadays.

If you want to stay as pythonesque as possible you could go with SPE
which uses wxPython and integrates with Blender, although this project
seems to be stalled.

Werner

On 12.08.2010 04:15, Bhanu Kumar wrote:
> Hi All,
>
> Is there any good free python IDE available in Ubuntu?
>
>
> thanks,
> -Bhanu
>

werner.vcf

geremy condra

unread,
Aug 12, 2010, 4:03:10 AM8/12/10
to wer...@thieprojects.ch, pytho...@python.org
On Wed, Aug 11, 2010 at 11:53 PM, Werner Thie <wer...@thieprojects.ch> wrote:
> Eclipse with pydev (great debugging) does the trick nicely, free of charge
> and throws in some other goodies (JScript/HTML/XML editing) too.
>
> I use the EE for Java developer version
>
> http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliosr
>
> Install pydev from Menu Help/Software Updates
>
> After ten years of Python coding and suffering thru most of the commercial
> products like VisualPython, Komodo, Wings, asf I heartily recommend Eclipse
> nowadays.
>
> If you want to stay as pythonesque as possible you could go with SPE which
> uses wxPython and integrates with Blender, although this project seems to be
> stalled.
>
> Werner

Or you could use a text editor and a terminal and spare yourself the
agony of dealing with 600MB of Java of questionable quality ;).

And don't even get me started about all the unsigned OSGi bundles that
float around in there.

Geremy Condra

Bruno Desthuilliers

unread,
Aug 12, 2010, 5:42:09 AM8/12/10
to
geremy condra a écrit :

(about eclipse+pydev)

> Or you could use a text editor and a terminal and spare yourself the
> agony of dealing with 600MB of Java of questionable quality ;).

+1 QOTW

Roald de Vries

unread,
Aug 12, 2010, 6:44:24 AM8/12/10
to Python List
Hi Bhanu,

On Aug 12, 2010, at 4:15 AM, Bhanu Kumar wrote:
> Hi All,
>
> Is there any good free python IDE available in Ubuntu?

See a similar discussion at django-users mailing list:
http://groups.google.com/group/django-users/browse_thread/thread/562189578285211

Cheers, Roald

0 new messages