You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,18 @@ For the storage of files featured in and pertaining to the virtual Python worksh
3
3
4
4
The course takes a four-lesson structure, spaced over most of a week. The model code follows this structure.
5
5
6
-
See 'Notebooks_at_home.docx' for instructions on how to use the notebooks interactively outside of the scheduled webinars, without installing Jupyter Notebooks (if you install JupyterLab/Anaconda you can use those too!).
6
+
### Python Lessons
7
+
8
+
Contains:
9
+
- Four lesson notebooks
10
+
11
+
- Summary notebooks `Glossary` (summarising the content of all the lessons as a reference) and `Errors` (brief description of common error types and how to ask for help in the sessions).
12
+
13
+
- Folder of images for the notebooks.
14
+
15
+
### Model Code
16
+
17
+
Contains:
18
+
- A python file for each exercise, following the content of the lessons in order.
19
+
20
+
- A folder of code for specific exercises, either recurring ones across the lessons (such as guessTheNumber) or full versions of ones such as hangman and noughtsAndCrosses which appear in other exercises.
0 commit comments