YOU’RE LEARNING TO↗use import x, from x import y, and as aliasing correctly
↗describe what Python actually does when a module is imported
↗inspect a module object with dir() and __dunder__ attributes
↗distinguish standard-library, third-party, and local modules and explain why wildcard imports are dangerous