diff --git a/Exercises/Script/IntroToPython.ipynb b/Exercises/Script/IntroToPython.ipynb index 4c9164c..cc944dc 100644 --- a/Exercises/Script/IntroToPython.ipynb +++ b/Exercises/Script/IntroToPython.ipynb @@ -13,14 +13,14 @@ "source": [ "# Introduction to Python\n", "\n", - "MiCM Workshop - November 13, 2025\n", + "MiCM Workshop - February 11, 2026\n", "\n", "Benjamin Z. Rudski, PhD Candidate, Quantitative Life Sciences, McGill University\n", "\n", "Dear `Reader | Workshop Attendee`, \n", "Welcome! In this interactive Jupyter Notebook, I will introduce you to the [Python](https://www.python.org) programming language. In this workshop, we'll journey from the beginnings of storing data in variables and doing simple calculations to writing powerful functions to perform repeatable operations.\n", "\n", - "This notebook is the **student version**, which contains several blanks where I will write code during the workshop and where you can fill out exercises. There is a [**solution version**](../solutions/IntroToPython.ipynb) in the `solutions` folder. I recommend trying the exercises yourself before looking at the solutions, There is often more than one way to answer a programming question, so you should focus more on understanding the code that you are writing, instead of just copying my answers. You may come up with an answer better than the one I've provided!\n", + "This notebook is the **student version**, which contains several blanks where I will write code during the workshop and where you can fill out exercises. There is a [**solution version**](../results/IntroToPython.ipynb) in the `results` folder. I recommend trying the exercises yourself before looking at the solutions, There is often more than one way to answer a programming question, so you should focus more on understanding the code that you are writing, instead of just copying my answers. You may come up with an answer better than the one I've provided!\n", "\n", "Here's the outline of this workshop:\n", "\n", diff --git a/Exercises/results/IntroToPython.ipynb b/Exercises/results/IntroToPython.ipynb index 3ffefe7..0cdb789 100644 --- a/Exercises/results/IntroToPython.ipynb +++ b/Exercises/results/IntroToPython.ipynb @@ -12,14 +12,14 @@ "source": [ "# Introduction to Python\n", "\n", - "MiCM Workshop - November 13, 2025\n", + "MiCM Workshop - February 11, 2026\n", "\n", "Benjamin Z. Rudski, PhD Candidate, Quantitative Life Sciences, McGill University\n", "\n", "Dear `Reader | Workshop Attendee`, \n", "Welcome! In this interactive Jupyter Notebook, I will introduce you to the [Python](https://www.python.org) programming language. In this workshop, we'll journey from the beginnings of storing data in variables and doing simple calculations to writing powerful functions to perform repeatable operations.\n", "\n", - "This notebook is the **solution version**, which contains the answers. There is also [**student version**](../scripts/IntroToPython.ipynb) in the `scripts` folder. The **student version** contains several blanks where I will write code during the live workshop and where you can fill out exercises. I recommend trying the exercises yourself before looking at the solutions, There is often more than one way to answer a programming question, so you should focus more on understanding the code that you are writing, instead of just copying my answers. You may come up with an answer better than the one I've provided!\n", + "This notebook is the **solution version**, which contains the answers. There is also [**student version**](../Script/IntroToPython.ipynb) in the `Script` folder. The **student version** contains several blanks where I will write code during the live workshop and where you can fill out exercises. I recommend trying the exercises yourself before looking at the solutions, There is often more than one way to answer a programming question, so you should focus more on understanding the code that you are writing, instead of just copying my answers. You may come up with an answer better than the one I've provided!\n", "\n", "Here's the outline of this workshop:\n", "1. **Module 1 -- Python Basics (1 hour)**\n", diff --git a/Outline/MiCM - Intro To Python Workshop Outline.docx b/Outline/MiCM - Intro To Python Workshop Outline.docx index fe884a8..a59cc99 100644 Binary files a/Outline/MiCM - Intro To Python Workshop Outline.docx and b/Outline/MiCM - Intro To Python Workshop Outline.docx differ diff --git a/Outline/MiCM - Intro To Python Workshop Outline.pdf b/Outline/MiCM - Intro To Python Workshop Outline.pdf index 7ec73b6..ef541f0 100644 Binary files a/Outline/MiCM - Intro To Python Workshop Outline.pdf and b/Outline/MiCM - Intro To Python Workshop Outline.pdf differ diff --git a/Outline/Outline.md b/Outline/Outline.md index b3460d5..101224a 100644 --- a/Outline/Outline.md +++ b/Outline/Outline.md @@ -2,9 +2,9 @@ **Workshop Lead: Benjamin Rudski** -**Facilitator: N/A** +**Facilitator: Sameena Karsan** -**Registration link: ** +**Registration link: ** **Approximate duration: 4 hours** diff --git a/Slides/QLS-MiCM_IntroToPython.pdf b/Slides/QLS-MiCM_IntroToPython.pdf index 360e891..2d79241 100644 Binary files a/Slides/QLS-MiCM_IntroToPython.pdf and b/Slides/QLS-MiCM_IntroToPython.pdf differ diff --git a/Slides/QLS-MiCM_IntroToPython.pptx b/Slides/QLS-MiCM_IntroToPython.pptx index 46df1af..9b21edc 100644 Binary files a/Slides/QLS-MiCM_IntroToPython.pptx and b/Slides/QLS-MiCM_IntroToPython.pptx differ