Skip to content

Commit 9cbaf20

Browse files
committed
mention the Python Scientific Lecture Notes
1 parent 852f29d commit 9cbaf20

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/scenarios/scientific.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ is widely used in academia and scientific projects because it is easy to write,
1010
and it performs really well.
1111

1212
Due to its high performance nature, scientific computing in python often refers
13-
to external libraries, typically written in faster languages (like C, or FORTRAN
14-
for matrix operations). The main libraries used are `NumPy`_,
15-
`SciPy`_ and `Matplotlib`_.
13+
to external libraries, typically written in faster languages (like C, or
14+
FORTRAN for matrix operations). The main libraries used are `NumPy`_, `SciPy`_
15+
and `Matplotlib`_. Going into detail about these libraries is beyond the scope
16+
of the Python guide. However, a comprehensive introduction to the scientific
17+
Python ecosystem can be found in the `Python Scientific Lecture Notes
18+
<http://scipy-lectures.github.com/>`_
1619

1720
Libraries
1821
:::::::::

0 commit comments

Comments
 (0)