python-cheat-sheet
python-cheat-sheet copied to clipboard
Import statement
trafficstars
In the cheat sheet, the import is assumed to be
import numpy as np
Although this is common sense in the Python/Numpy world, it should be stated explicitely in the beginning of the document.