Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8101c38

Browse files
committed
Edits
1 parent 5b6f15d commit 8101c38

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Notes/00_Setup.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ about course setup and logistics.
77

88
This course was originally given as an instructor-led in-person
99
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).
1113

1214
## Setup and Python Installation
1315

@@ -74,13 +76,15 @@ programs in the `Work/` directory.
7476

7577
Course material should be completed in section order, starting with
7678
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.
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

0 commit comments

Comments
 (0)