Re: moving IDLE forward (was Re: IDLE in UK Schools)

Mark Lawrence <[email protected]> Fri, 7 Aug 2015 08:10:23 +0100
Newsgroups gmane.comp.python.idle
Message-ID <[email protected]>
On 07/08/2015 03:50, Terry Reedy wrote:
> On 8/5/2015 1:29 PM, Al Sweigart wrote:
>> Can we collect a list of software that uses idlelib?
>
> Check 'code search' sites (there seem to be several, but Google's is
> gone) for idlelib imports other than idle or pyshell.main.  If possible,
> separate idle extensions from other software.  In the stdlib, turtledemo
> imports a couple of modules, and something else does too. But this is
> not as issue as we can edit turtledemo.__main__ as needed.
>

I'd suggest http://nullege.com/ "Nullege is a search engine for Python 
source code."

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence