mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 06:46:17 +00:00
Merge pull request #172 from JensRantil/adding_cross_references
Adding cross references
This commit is contained in:
@@ -11,12 +11,13 @@ and it performs really well.
|
||||
|
||||
Due to its high performance nature, scientific computing in python often refers
|
||||
to external libraries, typically written in faster languages (like C, or FORTRAN
|
||||
for matrix operations). The main libraries used are NumPy and SciPy
|
||||
for matrix operations). The main libraries used are `NumPy`_ and
|
||||
`SciPy`_.
|
||||
|
||||
Libraries
|
||||
:::::::::
|
||||
|
||||
Numpy
|
||||
NumPy
|
||||
-----
|
||||
`NumPy <http://numpy.scipy.org/>`_ is a low level library written in C (and
|
||||
FORTRAN) for high level mathematical functions. NumPy cleverly overcomes the
|
||||
|
||||
Reference in New Issue
Block a user