File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ Copyright (c) 2017 Nicolas P. Rougier
44(https://creativecommons.org/licenses/by-nc-sa/4.0/ ).
55** Website** : http://www.labri.fr/perso/nrougier/from-python-to-numpy
66
7- There is already a fair number of books about Numpy (see Bibliography _ ) and a
8- legitimate question is to wonder if another book is really necessary. As you
9- may have guessed by reading these lines, my personal answer is yes, mostly
10- because I think there is room for a different approach concentrating on the
11- migration from Python to Numpy through vectorization. There are a lot of
12- techniques that you don't find in books and such techniques are mostly learned
13- through experience. The goal of this book is to explain some of these
14- techniques and to provide an opportunity for making this experience in the
15- process.
7+ There is already a fair number of books about Numpy
8+ (see [ bibliography ] ( 10-bibliography.rst ) ) and a legitimate question is to
9+ wonder if another book is really necessary. As you may have guessed by reading
10+ these lines, my personal answer is yes, mostly because I think there is room
11+ for a different approach concentrating on the migration from Python to Numpy
12+ through vectorization. There are a lot of techniques that you don't find in
13+ books and such techniques are mostly learned through experience. The goal of
14+ this book is to explain some of these techniques and to provide an opportunity
15+ for making this experience in the process.
1616
1717![ ] ( data/cubes.png )
You can’t perform that action at this time.
0 commit comments