mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
mention the Python Scientific Lecture Notes
This commit is contained in:
@@ -10,9 +10,12 @@ is widely used in academia and scientific projects because it is easy to write,
|
||||
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`_,
|
||||
`SciPy`_ and `Matplotlib`_.
|
||||
to external libraries, typically written in faster languages (like C, or
|
||||
FORTRAN for matrix operations). The main libraries used are `NumPy`_, `SciPy`_
|
||||
and `Matplotlib`_. Going into detail about these libraries is beyond the scope
|
||||
of the Python guide. However, a comprehensive introduction to the scientific
|
||||
Python ecosystem can be found in the `Python Scientific Lecture Notes
|
||||
<http://scipy-lectures.github.com/>`_
|
||||
|
||||
Libraries
|
||||
:::::::::
|
||||
|
||||
Reference in New Issue
Block a user