Notepad/enter/Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/numpy/numpy.md

10 lines
310 B
Markdown
Raw Normal View History

2023-07-05 18:29:11 +00:00
# Numpy tips
Numpy will be a library that you will use time and time again so you had better get familiar with it.
```
import numpy as np
```
Most famously they are used for creating [arrays](obsidian://open?vault=Coding%20Tips&file=Python%2Fcodes%2Farrays%2FAbout%20arrays) in python in efficient ways.