From 8c88aa6a6534cb5b7c9e8b7617760ff44965079c Mon Sep 17 00:00:00 2001 From: Mihai <M.Lefter@lumc.nl> Date: Sat, 16 Sep 2017 22:57:07 +0200 Subject: [PATCH] Add 2nd day 1st two lectures links. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c997848..15be76a 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Program | | 11-12 | [Introduction to Python (3)][lesson_02_03] | Mihai | | | 12-13 | Practical help | | | Tuesday, 19/9 | 9-10 | Assignments review | | -| | 10-11 | More Python Goodness (1) | Mihai | -| | 11-12 | More Python Goodness (2) | Mihai | +| | 10-11 | [More Python Goodness (1)](lesson_03_01) | Mihai | +| | 11-12 | [More Python Goodness (2)](lesson_03_02) | Mihai | | | 12-13 | IPython Notebook | Mark | | Wednesday, 20/9 | 9-10 | Assignments review | | | | 10-11 | Data manipulation (NumPy, Pandas) | Mark | @@ -69,8 +69,8 @@ The top-level directory contains materials for the following lessons: [lesson_02_01]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/introduction/02_introduction_to_python_1.ipynb [lesson_02_02]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/introduction/02_introduction_to_python_2.ipynb [lesson_02_03]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/introduction/02_introduction_to_python_3.ipynb -[lesson_03_01]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/03%20-%20More%20Python%20goodness%20(1).ipynb -[lesson_03_02]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/03%20-%20More%20Python%20goodness%20(2).ipynb +[lesson_03_01]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/more_python/03_more_python_goodness_1.ipynb +[lesson_03_02]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/more_python/03_more_python_goodness_2.ipynb [lesson_04]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/04%20-%20Working%20with%20NumPy%20arrays.ipynb [lesson_05]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/05%20-%20IPython%20Notebook.ipynb [lesson_06]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/06%20-%20Plotting%20with%20matplotlib.ipynb -- GitLab