Numpy: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Data Science =Installation= <syntaxhighlight lang='py'> pip3 install numpy </syntaxhighlight> =Examples= <syntaxhighlight lang='py'> im...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://numpy.org
* https://pypi.org/project/numpy/
=Internal=
=Internal=
* [[Data_Science#Tools|Data Science]]
* [[Python_for_Data_Analysis#Overview|Python for Data Analysis]]
 
=Installation=
 
<syntaxhighlight lang='py'>
pip3 install numpy
</syntaxhighlight>
 
=Examples=


<syntaxhighlight lang='py'>
=Subjects=
import numpy
* [[Numpy Concepts|Concepts]]
import matplotlib.pylab
* [[Numpy Operations|Operations]]
import matplotlib
</syntaxhighlight>

Latest revision as of 23:00, 14 May 2024