$ grep -rn "#Python" ./posts

Python: reshaping a numpy array

numpy arrays can be re-shaped this means that we can assign the elements of an array into a new array with a different number of rows and……