Skip to content

Commit

Permalink
add links to NumPy helpful guides
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith authored Oct 29, 2024
1 parent 6a3b90d commit 3f1fd4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/using/analysis/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ shape and a few example values.

[awkward's website](https://awkward-array.org/doc/main/index.html) is growing with documentation and has a detailed reference of the available commands.
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`.
Specifically, I would guide folks to [What is NumPy](https://numpy.org/doc/stable/user/whatisnumpy.html#whatisnumpy) and the
[NumPy Beginners Guide](https://numpy.org/doc/stable/user/absolute_beginners.html) to be given helpful definitions of the relevant vocabulary
("vectorization", "array", "axis", "attribute" to name a few).


```python
Expand Down

0 comments on commit 3f1fd4f

Please sign in to comment.