File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed
Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1- # ClassRepoTemplate
1+ # Class Repository Template
22
33This is a repo that serves as a template for a repository for a particular
4- instance of a class for th UWPCE Python Certificate.
4+ instance of a class for the UWPCE Python Certificate.
55
66A copy of this repo will be made for each class, so that it can be used by the class to share information and for students to submit their work.
77
8- ## Structure of the repo
8+ ## Structure of the Repo
99
1010The class repo has three top level directories:
1111
1212` examples ` : Used to put example code, etc in for the class.
1313
1414` solutions ` : Used to post solutions to the exercises
1515
16- ` students ` : Used for the students to submit their work. Each student will create a dir in the studetns dir in which to put their work.
16+ ` students ` : Used for the students to submit their work. Each student will create a directory in the students directory in which to put their work.
1717
1818
Original file line number Diff line number Diff line change 1- This dir will hold solutions to the exercises as they become available.
1+ # Solutions
2+ Place solutions in this directory as they become available.
3+
4+ Remember to document your solutions, preferably mentioning where
5+ students might get tripped up. None of the teachers, and none of the students,
6+ want to debug * your* code.
Original file line number Diff line number Diff line change 1- Students: Please create a directory named after you,
2- with a readme in it, in this directory.
1+ # Welcome, Students!
2+ When you join the course, please do the following:
33
4+ 1 . Create a directory named after you.
5+ 2 . Create a README for your directory.
6+ * Feel free to personalize it a bit!
7+ * Share some things about what makes you you.
8+ * Tell us what you want to get out of this course.
9+ * Protip: Never make a project without a README. What if Two-Years-Older-* You*
10+ forgets what the project was about?
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments