Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > My future Python IDE article

Reply
Thread Tools

My future Python IDE article

 
 
David Mertz
Guest
Posts: n/a
 
      08-26-2003
Pythonistas,

My loyal fans will remember that I did a Python IDE roundup for
_Charming Python_ a couple years back. Now I have another such roundup
lined up... not the very next article, but it's there on the list.

In the intervening years, I've hardly touched anything one might call an
IDE. I've looked at screenshots from time to time, and read various
announcements. But really I just use text editors and command lines.

Here's the thing: I probably have room to look at about four different
tools in one article. In fact, it wouldn't be absurd to only do three.
Past that, I cannot do more than list contact information and platform
in the available words. I'm sure there are more than four IDEs that
-someone- loves to work with out there... but I need to have a cutoff.

So c.l.py readers... make the case for your favorite one getting on the
list. I have a while to ponder the opinions advanced, should this
prompt some discussion (it may take a little while to order review
copies of commercial tools and/or get things installed).

Yours, David...

--
_/_/_/ THIS MESSAGE WAS BROUGHT TO YOU BY: Postmodern Enterprises _/_/_/
_/_/ ~~~~~~~~~~~~~~~~~~~~[]~~~~~~~~~~~~~~~~~~~~~ _/_/
_/_/ The opinions expressed here must be those of my employer... _/_/
_/_/_/_/_/_/_/_/_/_/ Surely you don't think that *I* believe them! _/_/


 
Reply With Quote
 
 
 
 
Dialtone
Guest
Posts: n/a
 
      08-26-2003
(David Mertz) writes:

> So c.l.py readers... make the case for your favorite one getting on the
> list. I have a while to ponder the opinions advanced, should this
> prompt some discussion (it may take a little while to order review
> copies of commercial tools and/or get things installed).


This one is easy .

My voting goes for:

1) Emacs + python-mode + ipython as interactive shell inside emacs +
speedbar as class browser (I use this... actually I use emacs for
everything )

2) Eric3

3) Eclipse + Trustudio

4) Another one randomly

PS: Under windows my favourite is PythonWin

--
Valentino Volonghi, Regia SpA, Milan

Linux User #310274, Debian Sid Proud User
 
Reply With Quote
 
 
 
 
Rune
Guest
Posts: n/a
 
      08-26-2003
On Tue, 26 Aug 2003 13:39:17 -0400, (David Mertz)
wrote:


>Here's the thing: I probably have room to look at about four different
>tools in one article. In fact, it wouldn't be absurd to only do three.
>Past that, I cannot do more than list contact information and platform
>in the available words. I'm sure there are more than four IDEs that
>-someone- loves to work with out there... but I need to have a cutoff.


At least you will have to comment the Komodo from ActiveState.

Rune

 
Reply With Quote
 
Lawrence Oluyede
Guest
Posts: n/a
 
      08-26-2003
Dialtone <dialtone#NOSPAM#.> writes:

> 3) Eclipse + Trustudio


Mmm i don't think so. IDLE is better
And i think that's not a great idea to use an IDE
that needs a JVM to run only to have syntax highlighting
and a not-so-smart indentation feature. For Trustudio you
need a JVM (~20 Mb) , Eclipse (~60Mb), Trustudio plugins
(~1.5 Mb)

For IDLE you need nothing

When Trustudio will become really useful, i think that'll
be the time to look at it, since Eclipse itself is awesome
for refactoring and Java coding

--
Lawrence "Rhymes" Oluyede
http://loluyede.blogspot.com

 
Reply With Quote
 
Peter Milliken
Guest
Posts: n/a
 
      08-26-2003

"Dialtone" <dialtone#NOSPAM#.> wrote in message
news:...
> (David Mertz) writes:
>
> > So c.l.py readers... make the case for your favorite one getting on the
> > list. I have a while to ponder the opinions advanced, should this
> > prompt some discussion (it may take a little while to order review
> > copies of commercial tools and/or get things installed).

>
> This one is easy .
>
> My voting goes for:
>
> 1) Emacs + python-mode + ipython as interactive shell inside emacs +
> speedbar as class browser (I use this... actually I use emacs for
> everything )


I use the same Emacs configuration with the addition of ELSE (with the
python code templates for easy code input) and PyMacs (for extending Emacs
using Python).

>
> 2) Eric3
>
> 3) Eclipse + Trustudio
>
> 4) Another one randomly
>
> PS: Under windows my favourite is PythonWin
>
> --
> Valentino Volonghi, Regia SpA, Milan
>
> Linux User #310274, Debian Sid Proud User



 
Reply With Quote
 
Chris Reedy
Guest
Posts: n/a
 
      08-26-2003
David Mertz wrote:
>
> So c.l.py readers... make the case for your favorite one getting on the
> list. I have a while to ponder the opinions advanced, should this
> prompt some discussion (it may take a little while to order review
> copies of commercial tools and/or get things installed).


Boy, this is a hard one. I currently use IDLE for all my work, mostly
since it comes gratis with Python. For that reason I find myself wanting
to argue for its inclusion so I have a baseline for comparison.

Beyond that, I think the ones I'd be most interested in hearing about
would be eric3 and Komodo, mainly because those are ones where I've gone
to the trouble to look at their web pages.

Chris




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
Lawrence Oluyede
Guest
Posts: n/a
 
      08-26-2003
"Peter Milliken" <> writes:

> I use the same Emacs configuration with the addition of ELSE (with the
> python code templates for easy code input) and PyMacs (for extending Emacs
> using Python).


Cool! How does ELSE works? How could i setup Emacs to use it easily?

PyMacs? Wow I'll check it out tomorrow

--
Lawrence "Rhymes" Oluyede
http://loluyede.blogspot.com

 
Reply With Quote
 
Paul M
Guest
Posts: n/a
 
      08-27-2003
David Mertz wrote:

>
> So c.l.py readers... make the case for your favorite one getting on the
> list. I have a while to ponder the opinions advanced, should this
> prompt some discussion (it may take a little while to order review
> copies of commercial tools and/or get things installed).
>
> Yours, David...


I think it would be great to focus on truly cross platform IDEs. I
regularly use Python on Win32, Linux, and Mac OS X, and I tend to prefer
editors that work on at least those platforms (more would be great!). I
imagine other people platform-hop a lot as well. And cross
platform-ness is definitely keeping with the spirit of python.

--Paul M.

 
Reply With Quote
 
Paul Paterson
Guest
Posts: n/a
 
      08-27-2003
"David Mertz" <> wrote in message
news:mailman.1061920192.21278.python-...
<snip request for IDE suggestions>

Depending on how you want to define IDE, Leo would be my choice. I use it to
develop code, documentation, web pages as well as a arranging thoughts and
ideas in a structured way. For me, it is the best IDE because it integrates
with the way I think. The ability to represent the same information in
mutiple ways is a very powerful feature that I haven't seen matched in other
IDE's.

As a different spin on IDE's, Leo is definitely worth a look.

Paul



 
Reply With Quote
 
Luca Simonetti
Guest
Posts: n/a
 
      08-27-2003
My favorites IDEs:

1)Eric3 (despite a little work still to do) under Linux;
2)Pythonwin under Windows;
3)Komodo if I would buy one.
4)Pycrust is also a useful tool

Luca

--
+================================================= =====================+
Luca SIMONETTI
networks/systems manager
INSTITUTE OF THERMAL-FLUID DYNAMICS
ENEA "CASACCIA"
Via Anguillarese 301
00060 - R O M E
ITALY

Tel: +39 6 3048 4049
Fax: +39 6 3048 3026
E-Mail:
+================================================= =====================+

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Article on the future of Python Mark Lawrence Python 129 09-29-2012 03:07 AM
Re: Article on the future of Python Michael Harleman Python 0 09-25-2012 10:51 AM
Re: Calling a Perl Module from Python ( future direction of Python) gf gf Python 5 04-07-2005 02:09 PM
Python IDE like NetBeans/Delphi IDE fowlertrainer@anonym.hu Python 5 04-06-2005 05:56 AM
Toward Python's future article daniel narf Python 3 10-08-2004 05:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57