Autocomple features for importing random or math modules

Hi everyone,

There are many methods when importing some modules such as random or math.
And I can’t remember them all.
Is there any way like autocomplete features in Sublime Text that when I type “.” right after random or math:
=> It will show a list of methods (such as randint(), choice() )and I select them from that?

Thank you for helping me/