Skip to content

Commit 0f2c0d3

Browse files
authored
Replace broken link
Diveintopython.net is no longer available. Replacing it for another mirror of the book.
1 parent 35ac1eb commit 0f2c0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-data-science-notebook/Example Machine Learning Notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2296,7 +2296,7 @@
22962296
"\n",
22972297
"**Machine Learning**: /r/MachineLearning has a useful [Wiki page](https://www.reddit.com/r/MachineLearning/wiki/index) containing links to online courses, books, data sets, etc. for Machine Learning. There's also a [curated list](https://github.com/josephmisiti/awesome-machine-learning) of Machine Learning frameworks, libraries, and software sorted by language.\n",
22982298
"\n",
2299-
"**Unit testing**: Dive Into Python 3 has a [great walkthrough](http://www.diveintopython3.net/unit-testing.html) of unit testing in Python, how it works, and how it should be used\n",
2299+
"**Unit testing**: Dive Into Python 3 has a [great walkthrough](https://www.diveinto.org/python3/unit-testing.html) of unit testing in Python, how it works, and how it should be used\n",
23002300
"\n",
23012301
"**pandas** has [several tutorials](http://pandas.pydata.org/pandas-docs/stable/tutorials.html) covering its myriad features.\n",
23022302
"\n",

0 commit comments

Comments
 (0)