You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/using/analysis/python.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -506,6 +506,9 @@ shape and a few example values.
506
506
507
507
[awkward's website](https://awkward-array.org/doc/main/index.html) is growing with documentation and has a detailed reference of the available commands.
508
508
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).
0 commit comments