If we need to know list ofthe installed packages in python the Python shell, we can use 'help' command like given belowthe(in python shell)help command as follows
>>help('modules package')
If we need to know list of installed packages in python , we can use 'help' command like given below(in python shell)
>>help('modules package')
If we need to list the installed packages in the Python shell, we can use thehelp command as follows