How do you develop in Python?

D-Man dsh8290 at rit.edu
Fri Jun 8 18:28:17 EDT 2001


On Fri, Jun 08, 2001 at 02:33:57PM -0700, Chris Barker wrote:
...
| Gerrit, you and I are on the same page here, but for some reason, the
| ability to run a program "from scratch" doesn't seem to be important
| enough to the IDE developers for them to put the work into making it
| possible. I think that's because it is a lot of work.

Some people just use gvim and an xterm (or just emacs) and thus run a
program "from scratch" all the time with no trouble.

It might be easier for you to open a shell (MacOS X has one) and run
your program from the shell, though do development in the IDE.  Just a
thought on another alternative...

-D





More information about the Python-list mailing list