{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# A Short Introduction to NumPy\n", "\n", "[back to main page](index.ipynb)\n", "\n", "TODO: everything!" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## External Links\n", "\n", "http://www.loria.fr/~rougier/teaching/numpy/numpy.html\n", "\n", "https://github.com/rougier/numpy-100\n", "\n", "http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/numpy_nan_quickguide.ipynb\n", "\n", "http://eli.thegreenplace.net/2015/memory-layout-of-multi-dimensional-arrays/" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "

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

" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.3" } }, "nbformat": 4, "nbformat_minor": 1 }