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
for the mac user inside the python console type
import os os.system('clear')
for windows
os.system('cls')