[Python-ideas] Should iPython Notebook replace Idle

Guido van Rossum guido at python.org
Sun Jul 5 11:26:50 CEST 2015


Basically agreeing with what's been said already: IPython is an application
that has Python (and some other things) as a dependency. So is IDLE. Python
itself should ideally not be bundled with any applications -- it's a
historical accident that IDLE is in the stdlib. Of course there should be a
basic command prompt, but I think that the existing one based on GNU
readline is fine for that purpose.

-- 
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150705/c33fdceb/attachment.html>


More information about the Python-ideas mailing list