forked from tommeagher/pycar14
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add suuuuuuper basic Teacher's Guide. #84
- Loading branch information
1 parent
7551824
commit f9b0464
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Teachers Guide | ||
|
||
First off, a hearty thanks if you plan to help teach this course at NICAR! We appreciate you paying it forward :) | ||
|
||
Below is a rough overview (current as of NICAR24) to help onboard folks as teachers with (hopefully) as little friction as possible. | ||
|
||
Generally, each lesson plan includes the following elements: | ||
|
||
- `<folder>/README.md` - outline of the lesson plan, with important points to hit | ||
- `<folder>/<notebook.ipynb>` - notebook with exercises (but no solutions) intended for students to work with during class | ||
- `completed/<notebook_completed.ipynb>` - a completed notebook containing solutions for the corresponding `<folder>/<notebook.ipynb>`. Instructors can print this or use a second screen to guide the lesson. | ||
|