Skip to content
Merged
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
10 changes: 9 additions & 1 deletion programme_information/programme_information.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
"source": [
"# Workshop Information\n",
"\n",
"This section contains all the essential information you need for our workshops, including detailed course descriptions, installation guides, and links to self-study materials. You'll also find important license information, acknowledgements, and details about the developers behind the courses. Additionally, we provide comprehensive content on the material used during the course delivery to refer back to after the course has ended. "
"This section contains all the essential information you need for our workshops, including detailed course descriptions, installation guides, and links to self-study materials. You'll also find important license information, acknowledgements, and details about the developers behind the courses. Additionally, we provide comprehensive content on the material used during the course delivery to refer back to after the course has ended. \n",
"\n",
"## Introductory Course Styles\n",
"\n",
"The delivery style in our introductory courses is tailored to suit individuals at varying levels of familiarity with foundational programming concepts. Regardless of which introductory course colleagues attend, the same learning outcomes will be achieved. We have three variations of our [Introduction to Python](intro_to_python.ipynb) and [Introduction to R](intro_to_r.ipynb) courses: \n",
"\n",
"- **Beginner-focused**: Designed for those completely new to programming. We move more slowly, include longer pauses, and provide extra helpers in the room to support participants as they take their first steps. The emphasis is on building confidence and covering the essentials with plenty of guidance.\n",
"- **Mixed levels**: Suitable for groups where learners have varying experience. The pace is balanced so that beginners still feel supported, while those with some prior knowledge are engaged through optional stretch exercises. Helpers are available to offer tailored support depending on individual needs.\n",
"- **Refresher level**: Aimed at those who have some prior exposure to Python and want to consolidate or update their skills. The content is the same core material, but delivered at a faster pace with less structured guidance as complexity increases, fewer pauses for explanations, and more opportunity to explore stretch topics.\n"
]
},
{
Expand Down
Loading