Skip to content

Commit fd25f66

Browse files
Added links for Python for R and SAS users (#211)
* Added links for R and SAS users * fix typo * Update Numpy for Matlab users link Co-authored-by: Brent Yi <yibrenth@gmail.com>
1 parent cfdcf6b commit fd25f66

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

python-numpy-tutorial.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ We expect that many of you will have some experience with Python and numpy;
2121
for the rest of you, this section will serve as a quick crash course on both
2222
the Python programming language and its use for scientific
2323
computing. We'll also introduce notebooks, which are a very convenient way
24-
of tinkering with Python code. Some of you may have previous knowledge in Matlab,
25-
in which case we also recommend the [numpy for Matlab users](https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html)
26-
page.
24+
of tinkering with Python code. Some of you may have previous knowledge in a
25+
different language, in which case we also recommend referencing:
26+
[NumPy for Matlab users](https://numpy.org/doc/stable/user/numpy-for-matlab-users.html),
27+
[Python for R users](http://www.data-analysis-in-python.org/python_for_r.html), and/or
28+
[Python for SAS users](https://nbviewer.jupyter.org/github/RandyBetancourt/PythonForSASUsers/tree/master/).
2729

2830

2931
**Table of Contents**

0 commit comments

Comments
 (0)