From 80aa907fbc5d454fb699d6cf6a219734c2f98bc0 Mon Sep 17 00:00:00 2001 From: Steven Wingett <9609778+StevenWingett@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:56:09 +0000 Subject: [PATCH 1/5] Create data_analysis_with_python_slide_landing_page.md --- ...analysis_with_python_slide_landing_page.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ancillary_files/data_analysis_with_python_slide_landing_page.md diff --git a/ancillary_files/data_analysis_with_python_slide_landing_page.md b/ancillary_files/data_analysis_with_python_slide_landing_page.md new file mode 100644 index 0000000..421ddd5 --- /dev/null +++ b/ancillary_files/data_analysis_with_python_slide_landing_page.md @@ -0,0 +1,31 @@ + +![LMB Logo](lmb_logo.svg) + +# Data Analysis with Python Course + +The course is free to attend for anyone at the LMB. Further details of the course are given below: + +Python is a powerful and versatile programming language that can be used to analyse large and complex datasets. Whether you're collating results, performing statistical tests or investigating gene expression matrices, this course will equip you with the core skills to analyse biological data sets. + +Topics include: + +* Manipulating data using the pandas library + +* Plotting figures + +* Introducing Python libraries for mathematical and statistical analyses + +* Documenting and sharing results with Jupyter Notebooks + +By the end of the course, attendees should understand how to handle and investigate large datasets using Python. And although we can't cover every form of analysis in the course, the topics covered will make a good starting point for your own studies. + +The course will be run periodically throughout the year, and the course documentation is available at any time online: + +https://github.com/StevenWingett/data-analysis-with-python-course + +Please feel free to email steven.wingett@mrc-lmb.cam.ac.uk for further details. + + +![LMB Logo](scatterplot_matrix.png) + + From b28d6372943de3ff3b4270ea549bed6fe058a618 Mon Sep 17 00:00:00 2001 From: Steven Wingett <9609778+StevenWingett@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:22:35 +0000 Subject: [PATCH 2/5] Update flier landing page --- .../data_analysis_with_python_slide_landing_page.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ancillary_files/data_analysis_with_python_slide_landing_page.md b/ancillary_files/data_analysis_with_python_slide_landing_page.md index 421ddd5..7e84101 100644 --- a/ancillary_files/data_analysis_with_python_slide_landing_page.md +++ b/ancillary_files/data_analysis_with_python_slide_landing_page.md @@ -1,5 +1,4 @@ - -![LMB Logo](lmb_logo.svg) + # Data Analysis with Python Course @@ -23,9 +22,9 @@ The course will be run periodically throughout the year, and the course document https://github.com/StevenWingett/data-analysis-with-python-course -Please feel free to email steven.wingett@mrc-lmb.cam.ac.uk for further details. +Please feel free to email **Steven Wingett** for further details. -![LMB Logo](scatterplot_matrix.png) +![LMB Logo](https://seaborn.pydata.org/_images/scatterplot_matrix.png) From eee456448636857a5f6926f47501a31aeb8d80fb Mon Sep 17 00:00:00 2001 From: Steven Wingett <9609778+StevenWingett@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:38:58 +0000 Subject: [PATCH 3/5] Moved advert landing page to newly created docs folder This is to enable use with GitHub Pages --- .../data_analysis_with_python_slide_landing_page.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ancillary_files => docs}/data_analysis_with_python_slide_landing_page.md (100%) diff --git a/ancillary_files/data_analysis_with_python_slide_landing_page.md b/docs/data_analysis_with_python_slide_landing_page.md similarity index 100% rename from ancillary_files/data_analysis_with_python_slide_landing_page.md rename to docs/data_analysis_with_python_slide_landing_page.md From 67f2d5e42cc03946ec715ddac00a7ee4d87ca796 Mon Sep 17 00:00:00 2001 From: Steven Wingett <9609778+StevenWingett@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:43:56 +0000 Subject: [PATCH 4/5] Renamed file to README.md, for use with GitHub pages --- ...{data_analysis_with_python_slide_landing_page.md => README.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{data_analysis_with_python_slide_landing_page.md => README.md} (100%) diff --git a/docs/data_analysis_with_python_slide_landing_page.md b/docs/README.md similarity index 100% rename from docs/data_analysis_with_python_slide_landing_page.md rename to docs/README.md From a5fc1d590459baa82de197bc094c4c7e4df11780 Mon Sep 17 00:00:00 2001 From: Steven Wingett <9609778+StevenWingett@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:48:03 +0000 Subject: [PATCH 5/5] Added hyperlink markdown to file --- docs/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 7e84101..ad027a3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,13 +18,10 @@ Topics include: By the end of the course, attendees should understand how to handle and investigate large datasets using Python. And although we can't cover every form of analysis in the course, the topics covered will make a good starting point for your own studies. -The course will be run periodically throughout the year, and the course documentation is available at any time online: - -https://github.com/StevenWingett/data-analysis-with-python-course +The course will be run periodically throughout the year, and the course documentation is available at any time online at this **[link](https://github.com/StevenWingett/data-analysis-with-python-course)**. Please feel free to email **Steven Wingett** for further details. - ![LMB Logo](https://seaborn.pydata.org/_images/scatterplot_matrix.png)