Random ideas: - Talk about how Python searches for modules using the `$PYTHONPATH`. - How are packages used to namespace Python code? - How can packages and modules be used to effectively organize your code? - How are modules different from classes?
Random ideas:
$PYTHONPATH.