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...")
 
No edit summary
Line 1: Line 1:
=External=
* https://pypi.org/project/numpy/
=Internal=
=Internal=
* [[Data_Science#Tools|Data Science]]
* [[Data_Science#Tools|Data Science]]
Line 12: Line 14:
<syntaxhighlight lang='py'>
<syntaxhighlight lang='py'>
import numpy
import numpy
import matplotlib.pylab
import matplotlib
</syntaxhighlight>
</syntaxhighlight>

Revision as of 23:27, 7 October 2023

External

Internal

Installation

pip3 install numpy

Examples

import numpy