Commands used in the Egghead.io Series Intro to Python Lesson Eighteen - Invoke the built-in help syste with python's dir and help methods Display a list of methods and operators for a string in Python: dir('foo') Display the help page for a given method: help("foo".upper)