A cheatsheet for numpy (python)

1 min read

    Theory

    import numpy as np
    
    np.array([1, 3, 5])
    commandpurpose
    numpy.onesmatrix of ones

    References