Concept Flow - SciPy vs NumPy relationship
Start: Import NumPy
NumPy provides basic arrays and math
Import SciPy
SciPy builds on NumPy arrays
SciPy adds advanced functions
Use SciPy functions with NumPy arrays
Get advanced scientific results
NumPy creates the basic array and math tools. SciPy uses these arrays and adds more advanced scientific functions on top.