Definitions of editor and IDE?
Necmettin Begiter
necmettin.begiter at gmail.com
Sun Feb 4 04:01:50 EST 2007
More information about the Python-list mailing list
Sun Feb 4 04:01:50 EST 2007
- Previous message (by thread): Create a cookie with cookielib
- Next message (by thread): Definitions of editor and IDE?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
04 Şub 2007 Paz 00:48 tarihinde, Dick Moores şunları yazmıştı: > Are there generally accepted definitions of "editor" and "IDE". Is there a > clear-cut distinction between them? I've been looking at the lists of each > at python.org, < http://wiki.python.org/moin/PythonEditors> and < > http://wiki.python.org/moin/IntegratedDevelopmentEnvironments>. Many > programs are on both lists: Komodo, Eclipse, jedit, SPE, Wing IDE, UliPad, > etc. > > Dick Moores Can't give definitions, but here is the difference: if you use an editor, you will have to run your script or program from outside the editor; if you use an IDE, you will press a key or key combination in the IDE (say F9 or F5) and your program/script will run...
- Previous message (by thread): Create a cookie with cookielib
- Next message (by thread): Definitions of editor and IDE?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list