Development Python

#dir() and help() functions interactive aids for working 
#with large modules like os:
import os
dir(os)
help(os)