File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ about course setup and logistics.
7
7
8
8
This course was originally given as an instructor-led in-person
9
9
training that spanned 3 to 4 days. To complete the course in its
10
- entirety, you should plan on committing 25-35 hours of work.
10
+ entirety, you should minimally plan on committing 25-35 hours of work.
11
+ Most participants find the material to be quite challenging without
12
+ peeking at solution code (see below).
11
13
12
14
## Setup and Python Installation
13
15
@@ -74,13 +76,15 @@ programs in the `Work/` directory.
74
76
75
77
Course material should be completed in section order, starting with
76
78
section 1. Course exercises in later sections build upon code written in
77
- earlier sections.
79
+ earlier sections. Many of the later exercises involve minor refactoring
80
+ of existing code.
78
81
79
82
## Solution Code
80
83
81
- The ` Solutions/ ` directory contains full solution code to selected exercises.
82
- Feel free to look at this if you need a hint. To get the most out of the
83
- course, you should try to create your own solutions first.
84
+ The ` Solutions/ ` directory contains full solution code to selected
85
+ exercises. Feel free to look at this if you need a hint. To get the
86
+ most out of the course however, you should try to create your own
87
+ solutions first.
84
88
85
89
[ Contents] ( Contents )
86
90
You can’t perform that action at this time.
0 commit comments