Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Update link to numpy tutorial #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Practice those examples using alternatively python files, the IPython interprete
## NumPy and SciPy

### NumPy
Start with the official [NumPy Tutorial](http://wiki.scipy.org/Tentative_NumPy_Tutorial). Note: if this link returns an error, move to the [PDF version](https://docs.google.com/viewer?url=http://www.cs.man.ac.uk/~barry/mydocs/MyCOMP28512/MS15_Notes/PyRefs/Tentative_NumPy_Tutorial.pdf).
Start with the official [NumPy Tutorial](https://docs.scipy.org/doc/numpy-dev/user/quickstart.html).

Move on to these [exercises](http://scipy-lectures.github.io/intro/numpy/exercises.html).

Expand Down