From c7977cf8745dc647657e57bee57eaddbc6b65804 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Mon, 7 Oct 2019 08:08:19 +0200 Subject: [PATCH] Link to popular SO questions, not newest --- _episodes/19-wrap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_episodes/19-wrap.md b/_episodes/19-wrap.md index 868c6e8c..9ba4a3e1 100644 --- a/_episodes/19-wrap.md +++ b/_episodes/19-wrap.md @@ -30,9 +30,9 @@ turn out to be anything but when we have to explain them precisely. * [Pandas](https://pandas.pydata.org/) is the home of the Pandas data library. -* Stack Overflow's [general Python section](http://stackoverflow.com/questions/tagged/python) +* Stack Overflow's [general Python section](https://stackoverflow.com/questions/tagged/python?tab=Votes) can be helpful, - as can the sections on [NumPy](http://stackoverflow.com/questions/tagged/numpy), - [SciPy](http://stackoverflow.com/questions/tagged/scipy), - [Pandas](http://stackoverflow.com/questions/tagged/pandas), + as can the sections on [NumPy](https://stackoverflow.com/questions/tagged/numpy?tab=Votes), + [SciPy](https://stackoverflow.com/questions/tagged/scipy?tab=Votes), + [Pandas](https://stackoverflow.com/questions/tagged/pandas?tab=Votes), and other topics.