- use help() to see how to use a method
- to keep method clean and reuseful, interaction should be out of the method
- ValueError: Attempted relative import in non-package.
the script who use "from .yyy import xxx" can not be run directly.
see:http://blog.csdn.net/chinaren0001/article/details/7338041