Summary
We started the book by telling you that you had to import SciPy and other useful modules. Now you fully understand what importing means. We introduced namespaces and discussed the difference between import
and from ... import *
. The scope of a variable was already introduced in an earlier Chapter 7, Functions, but now you have a more complete picture of the importance of that concept.