Is there any way to search for a particular package/function using keywords in the Python console?
For example, I may want to search \"pdf\" for pdf related tasks.
You can search for modules containing "pdf" in their description by running the command help("modules pdf").
help("modules pdf")