Like most Python developers, I typically keep a console window open with the Python interpreter running to test commands, dir() stuff, help() stuff
dir()
help() stuff
Just enter
import os os.system('cls') # Windows os.system('clear') # Linux, Unix, Mac OS X