mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
grammar and wording tweaks for the scipy description
This commit is contained in:
@@ -36,10 +36,10 @@ SciPy
|
||||
-----
|
||||
|
||||
`SciPy <http://scipy.org/>`_ is a library that uses Numpy for more mathematical
|
||||
function. SciPy uses NumPy arrays as its basic data structure. SciPy comes with
|
||||
modules for various commonly used tasks in scientific programing like linear
|
||||
algebra, integration (calculus), ordinary differential equation solvers and
|
||||
signal processing.
|
||||
functions. SciPy uses NumPy arrays as the basic data structure. SciPy comes
|
||||
with modules for various commonly used tasks in scientific programing, for
|
||||
example: linear algebra, integration (calculus), ordinary differential equation
|
||||
solvers and signal processing.
|
||||
|
||||
Matplotlib
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user