#!/usr/bin/env python # coding: utf-8 # # A Short Introduction to NumPy # # [back to main page](index.ipynb) # # TODO: everything! # In[ ]: # ## External Links # # http://www.loria.fr/~rougier/teaching/numpy/numpy.html # # https://github.com/rougier/numpy-100 # # http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/numpy_nan_quickguide.ipynb # # http://eli.thegreenplace.net/2015/memory-layout-of-multi-dimensional-arrays/ #

# # CC0 # #
# To the extent possible under law, # the person who associated CC0 # with this work has waived all copyright and related or neighboring # rights to this work. #