Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Exercises/Script/IntroToPython.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions Exercises/results/IntroToPython.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file modified Outline/MiCM - Intro To Python Workshop Outline.docx
Binary file not shown.
Binary file modified Outline/MiCM - Intro To Python Workshop Outline.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions Outline/Outline.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

**Workshop Lead: Benjamin Rudski**

**Facilitator: N/A**
**Facilitator: Sameena Karsan**

**Registration link: <https://involvement.mcgill.ca/event/308519>**
**Registration link: <https://forms.office.com/r/UwgvBnDrJ4>**

**Approximate duration: 4 hours**

Expand Down
Binary file modified Slides/QLS-MiCM_IntroToPython.pdf
Binary file not shown.
Binary file modified Slides/QLS-MiCM_IntroToPython.pptx
Binary file not shown.