Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 889 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 889 Bytes

Class Repository Template

WARNING This is a template -- it is not an actual class repo. Students should find the proper repo for their class, and make a fork of that.

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

Instructors should make a copy of this repo 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

The class repo has three top level directories:

  • examples: Used to store example code and example documents 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 directory, then store work for each exercise in a subdirectory of that.