October 23, 2018

157 words 1 min read

rougier/from-python-to-numpy

rougier/from-python-to-numpy

An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017

repo name rougier/from-python-to-numpy
repo link https://github.com/rougier/from-python-to-numpy
homepage http://www.labri.fr/perso/nrougier/from-python-to-numpy
language Python
size (curr.) 42323 kB
stars (curr.) 1334
created 2016-11-10
license Other

From Python to Numpy

Copyright (c) 2017 Nicolas P. Rougier
License: Creative Commons Attribution 4.0 International (CC BY-NC-SA 4.0).
Website: http://www.labri.fr/perso/nrougier/from-python-to-numpy

There are already a fair number of books about NumPy (see bibliography) and a legitimate question is to wonder if another book is really necessary. As you may have guessed by reading these lines, my personal answer is yes, mostly because I think there is room for a different approach concentrating on the migration from Python to NumPy through vectorization. There are a lot of techniques that you don’t find in books and such techniques are mostly learned through experience. The goal of this book is to explain some of these techniques and to provide an opportunity for making this experience in the process.

comments powered by Disqus