Show Menu
Cheatography

arrays_for_everyday Cheat Sheet (DRAFT) by

python numpy arrays for everyday use

This is a draft cheat sheet. It is a work in progress and is not finished yet.

#how to create an array in python

a= np.array([[1,2], [3,4]])
sdsd
 

sdsdsd