@@ -18,12 +18,12 @@ neuroscience in association with the `Institute of Neurodegenerative
18
18
Diseases `_, the Bordeaux laboratory for research in computer science
19
19
(LaBRI _), the `University of Bordeaux `_ and the national center for scientific
20
20
research (CNRS _).
21
-
22
- He has been using Python for more than 15 years and Numpy for more than 10
21
+
22
+ He has been using Python for more than 15 years and numpy for more than 10
23
23
years for modeling in neuroscience, machine learning and for advanced
24
24
visualization (OpenGL). Nicolas P. Rougier is the author of several online
25
- resources and tutorials (Matplotlib, Numpy , OpenGL) and he's teaching Python,
26
- Numpy and scientific visualization at the University of Bordeaux and in various
25
+ resources and tutorials (Matplotlib, numpy , OpenGL) and he's teaching Python,
26
+ numpy and scientific visualization at the University of Bordeaux and in various
27
27
conferences and schools worldwide (SciPy, EuroScipy, etc). He's also the author
28
28
of the popular article `Ten Simple Rules for Better Figures `_.
29
29
@@ -34,7 +34,7 @@ About this book
34
34
This book has been written in |ReST |_ format and generated using the
35
35
`rst2html.py ` command line available from the docutils _ python package.
36
36
37
- If you want to rebuild the html output, from top direcotry , type:
37
+ If you want to rebuild the html output, from the top directory , type:
38
38
39
39
.. code-block ::
40
40
@@ -49,18 +49,18 @@ The sources are available from https://github.com/rougier/from-python-to-numpy.
49
49
.. _docutils : http://docutils.sourceforge.net/
50
50
51
51
52
- Pre-requisites
53
- ++++++++++++++
52
+ Prerequisites
53
+ +++++++++++++
54
54
55
55
This is not a Python beginner guide and you should have an intermediate level in
56
- Python and ideally a beginner level in Numpy . If this is not the case, have
56
+ Python and ideally a beginner level in numpy . If this is not the case, have
57
57
a look at the bibliography _ for a curated list of resources.
58
58
59
59
60
60
Conventions
61
61
+++++++++++
62
62
63
- We will use usual naming conventions. If not stated explicitely , each script
63
+ We will use usual naming conventions. If not stated explicitly , each script
64
64
should import numpy, scipy and matplotlib as:
65
65
66
66
.. code-block :: python
0 commit comments