Best IDE for Python?

Fredrik Lundh fredrik at pythonware.com
Fri Mar 31 03:41:58 EST 2006


bruno wrote:

> Nonsense ! *Ed* is the the standard editor !
>
> http://www.gnu.org/fun/jokes/ed.msg.html

unless you're on Windows, where edlin is the true standard editor.

as you can see, Microsoft's usability team has made some massive
improvements (note how well it deals with the "eat flaming death"
command):

C:\> edlin
Filename missing.

C:\> edlin spam
New file.
*help
Syntax error.
*quit
Do you want to abort (Yes=Y, No=N)? n
Syntax error.
*exit

C:\>edlin spam
End of input file.
*hello?
Syntax error.
*eat flaming death

C:\>edlin foo
End of input file.

*^C

*^C

*^D
Syntax error.
*^Z
Syntax error.

*^C

*^C






More information about the Python-list mailing list