Productivity and Quality of IDE

C

Claudio Grondi

In todays posting
"Any wing2.0 users here?"
I found in the sentence
"What can you say about this IDE? He say's 'if I think it could
improve my productivity he's willing to buy it for me."

the indirect question:

Can a better Python IDE increase programmers productivity?

From my experience as (part-time) programmer I would tell, that the
actual productivity depends heavily on so many other things, that it
makes the IDE the last one in the chain of factors behind productivity.

What is your opinion?

Does the answer differ when coming from a programming team manager or
from a programmer himself?

If you are a Python software house manager, would you buy me the WingIDE
(a single OS license for Wing IDE Pro is $179 and a dual OS license is
$295) if I were working for you as a Python programmer or would you
point me to freeware solutions instead? Or would you expect me to buy it
myself as I should be interested to increase my productivity myself?

What IDE do the professional Python programmer teams behind Python
Software Foundation use?

And the most interesting question:

Which Python programming environment uses Guido van Rossum ???


Claudio
 
D

Daniel J. Rubin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I say it entirely depends on what your programming. For instance, if
creating a GUI, there is no question that a well developed high quality
IDE is a huge help -- from the point of view of stub generation and code
completion, as well as the GUI designer.

Conversly, if I'm writing a daemon or other text program, it matters
less. Code completion, syntax verification, and the like is still
useful (hence I use Eclipse -- but others do as well), but not nearly as
mandatory as it would be with other developments.

Dan

Claudio said:
In todays posting
"Any wing2.0 users here?"
I found in the sentence
"What can you say about this IDE? He say's 'if I think it could
improve my productivity he's willing to buy it for me."

the indirect question:

Can a better Python IDE increase programmers productivity?

From my experience as (part-time) programmer I would tell, that the
actual productivity depends heavily on so many other things, that it
makes the IDE the last one in the chain of factors behind productivity.

What is your opinion?

Does the answer differ when coming from a programming team manager or
from a programmer himself?

If you are a Python software house manager, would you buy me the WingIDE
(a single OS license for Wing IDE Pro is $179 and a dual OS license is
$295) if I were working for you as a Python programmer or would you
point me to freeware solutions instead? Or would you expect me to buy it
myself as I should be interested to increase my productivity myself?

What IDE do the professional Python programmer teams behind Python
Software Foundation use?

And the most interesting question:

Which Python programming environment uses Guido van Rossum ???


Claudio

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)

iD8DBQFDuVrVxR8T9cTCOI0RApO1AKDErYia76nsMgoXMpY3YKOG70STqACbBWY5
PLt4cWe19CgvMdRxQo64Q6w=
=wVl8
-----END PGP SIGNATURE-----
 
S

sjdevnull

Daniel said:
I say it entirely depends on what your programming. For instance, if
creating a GUI, there is no question that a well developed high quality
IDE is a huge help -- from the point of view of stub generation and code
completion, as well as the GUI designer.

Most non-IDE users still use GUI designers and other tools (and many
standalone programmer's editors had code completion long before Eclipse
existed). I've had no problem using unintegraded gui designers to
build large GUIs. I fail to see how bundling it in a package with my
editor and debugger would make it more productive.
 
M

Mike Meyer

Daniel J. Rubin said:
I say it entirely depends on what your programming. For instance, if
creating a GUI, there is no question that a well developed high quality
IDE is a huge help -- from the point of view of stub generation and code
completion, as well as the GUI designer.

I disagree. I find GUI designers a waste of time.

<mike
 
J

James

It depends on a number of factors including yourself. I am a very
visual person. I consider visual design as the native language of
expression and representation (at least from a human stand point) for
objects that have visual end presentation. I know I am productive this
way. Your mileage may wary on how you prefer to think.

It also depends on how good the tool chain is designed. Delphi, Visual
Studio.NET, Dreamweaver for example are a sheer pleasure for me to
design interfaces with. In my Delphi days, I used to feel that thhe IDE
was critical to my productivity. But the old VB6 and FrontPage and even
recent Java IDEs get in my way often. I tend to think most people find
seamless integration more productive. If you are an outlier, good for
you.

As for simple language IDEs, some languages benefit more than others.
Even though I like more integrated solutions like PyDev, SPE etc and
have a long history of IDE usage, I keep coming back to SciTE when it
comes to Python. But I would not dream using Java/C# without an IDE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top