if __name__ == '__main__'
__name__
of __main__
by the Python interpreter__name__
variable to determine (at run time) if our Python file is being executed or importedmain()
from ___ import ___
syntax provides a way for us to pull in only the functionality we need, and simplify the names of deeply nested resources