Skip to content

Commit 3f1fd4f

Browse files
add links to NumPy helpful guides
1 parent 6a3b90d commit 3f1fd4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/using/analysis/python.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,9 @@ shape and a few example values.
506506

507507
[awkward's website](https://awkward-array.org/doc/main/index.html) is growing with documentation and has a detailed reference of the available commands.
508508
Nevertheless, you can find more help on [numpy's website](https://numpy.org/doc/stable/) whose syntax and vocabulary is a main inspiration for `awkward`.
509+
Specifically, I would guide folks to [What is NumPy](https://numpy.org/doc/stable/user/whatisnumpy.html#whatisnumpy) and the
510+
[NumPy Beginners Guide](https://numpy.org/doc/stable/user/absolute_beginners.html) to be given helpful definitions of the relevant vocabulary
511+
("vectorization", "array", "axis", "attribute" to name a few).
509512

510513

511514
```python

0 commit comments

Comments
 (0)