Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# ClassRepoTemplate
# Class Repository Template

This is a repo that serves as a template for a repository for a particular
instance of a class for th UWPCE Python Certificate.
instance of a class for the UWPCE Python Certificate.

A 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.

## Structure of the repo
## Structure of the Repo

The class repo has three top level directories:

`examples`: Used to put example code, etc in for the class.

`solutions`: Used to post solutions to the exercises

`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.
`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.


7 changes: 6 additions & 1 deletion solutions/00-README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
This dir will hold solutions to the exercises as they become available.
# Solutions
Place solutions in this directory as they become available.

Remember to document your solutions, preferably mentioning where
students might get tripped up. None of the teachers, and none of the students,
want to debug *your* code.
11 changes: 9 additions & 2 deletions students/00-README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Students: Please create a directory named after you,
with a readme in it, in this directory.
# Welcome, Students!
When you join the course, please do the following:

1. Create a directory named after you.
2. Create a README for your directory.
* Feel free to personalize it a bit!
* Share some things about what makes you you.
* Tell us what you want to get out of this course.
* Protip: Never make a project without a README. What if Two-Years-Older-*You*
forgets what the project was about?