This lesson is included with Plus.
Import standard-library and third-party modules, use qualified names, and recognize a package’s public API. Organize reusable code in a `.py` file and protect script-only behavior with `if __name__ == "__main__"`.