File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ about course setup and logistics.
77
88This course was originally given as an instructor-led in-person
99training 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).
1113
1214## Setup and Python Installation
1315
@@ -74,13 +76,15 @@ programs in the `Work/` directory.
7476
7577Course material should be completed in section order, starting with
7678section 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.
7881
7982## Solution Code
8083
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.
8488
8589[ Contents] ( Contents )
8690
You can’t perform that action at this time.
0 commit comments