Skip to content

Commit c07b654

Browse files
committed
Added more detail on repo structure
1 parent a0547a1 commit c07b654

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,18 @@ For the storage of files featured in and pertaining to the virtual Python worksh
33

44
The course takes a four-lesson structure, spaced over most of a week. The model code follows this structure.
55

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

Comments
 (0)