I've got my reservations about lazy imports, but scipy in particular is such a memory hog, I've increasingly been vendoring smaller utilities out of it. Good lazy imports would be a big help.
doesn't `from scipy import ...` help with memory?
doesn't `from scipy import ...` help with memory?