From b361ae47e9f846bb2230837daa5f62bf292af330 Mon Sep 17 00:00:00 2001 From: wyleung <w.y.leung@e-sensei.nl> Date: Mon, 14 Jul 2014 11:58:32 +0200 Subject: [PATCH] Add the painting Pandas lesson to the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b778725..cc0b611 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The top-level directory contains materials for the following lessons: 4. Working with NumPy arrays 5. IPython Notebook ([notebook][lesson_05]) 6. Plotting with matplotlib -7. Python for data analysis +7. Painting Pandas ([slides][lesson_07]) 8. Object-oriented programming 9. A sip of Biopython ([notebook 1][lesson_09_01], [notebook 2][lesson_09_02]) @@ -46,6 +46,7 @@ The top-level directory contains materials for the following lessons: [lesson_03_01]: http://nbviewer.ipython.org/urls/git.lumc.nl/humgen/programming-course/raw/master/03%20-%20More%20Python%20goodness%20(1).ipynb [lesson_03_02]: http://nbviewer.ipython.org/urls/git.lumc.nl/humgen/programming-course/raw/master/03%20-%20More%20Python%20goodness%20(2).ipynb [lesson_05]: http://nbviewer.ipython.org/urls/git.lumc.nl/humgen/programming-course/raw/master/05%20-%20IPython%20Notebook.ipynb +[lesson_07]: http://nbviewer.ipython.org/urls/git.lumc.nl/humgen/programming-course/raw/master/07%20-%20Painting%20Pandas.ipynb [lesson_09_01]: http://nbviewer.ipython.org/urls/git.lumc.nl/humgen/programming-course/raw/master/09%20-%20A%20sip%20of%20Biopython%20(1).ipynb [lesson_09_02]: http://nbviewer.ipython.org/urls/git.lumc.nl/humgen/programming-course/raw/master/09%20-%20A%20sip%20of%20Biopython%20(2).ipynb -- GitLab