Quiz: Python’s __all__: Packages, Modules, and Wildcard Imports

In this quiz, you’ll test your understanding of
Python’s __all__: Packages, Modules, and Wildcard Imports.

By working through this quiz, you’ll revisit how wildcard imports work, what role the __all__ variable plays in modules and packages, and how to define a clean public API for your Python code.

You’ll need to know the basics of Python modules and packages and the import system to get the most out of this quiz. Good luck!


[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]

Liked Liked