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
Quickest and easiest way without a doubt is Ctrl+L.
This is the same for OS X on the terminal.