I would like to get a list of names of built-in modules in python such that I can test the popularity of function\'s naming conventions (underline, CamelCase or mixedCase).<
>>>dir (__builtins__)
or
>>>help (__builtins__)