Skip to content

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

License

Unknown, BSD-2-Clause licenses found

Licenses found

Unknown
LICENSE-book.txt
BSD-2-Clause
LICENSE-code.txt
Notifications You must be signed in to change notification settings

rougier/from-python-to-numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00a7951 · Jan 22, 2024
Apr 6, 2020
Jan 10, 2024
Dec 22, 2016
Dec 24, 2016
May 23, 2019
Aug 8, 2017
Sep 8, 2021
Sep 8, 2021
Jan 10, 2024
Jan 1, 2018
Jan 1, 2018
Mar 4, 2019
Aug 8, 2017
Aug 7, 2017
Feb 15, 2021
Dec 26, 2016
Dec 20, 2016
Oct 15, 2017
Jan 24, 2019
Jan 24, 2019
Aug 24, 2017
Jan 24, 2019
Dec 23, 2016

Repository files navigation

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.