On Fri, Aug 02, 2019 at 02:16:52PM -0400, Dan Sommers wrote:

> I agree, but that's assuming that you "know" what's there and just have
> to be reminded.  IMO, it helps less with discovering new functions, and
> even less than that when it comes to discovering "new" python modules.

Pressing tab twice after the word import:

py> import
Display all 492 possibilities? (y or n)
CDROM                change_type_example    locale               site
CFRAC                chardet                logcheck1            smtpd
DLFCN                chunk                  logcheck2            smtplib
[... additional lines trimmed for brevity ...]

I had completely forgotten I installed chardet!


-- 
Steven
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/OQIJFM4YP3JJOZA3KECKXZBXAD7JQLJW/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to