You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Class repository for Python 220B - Self Paced Class
2
2
3
-
**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.
4
-
5
-
This is a repo that serves as a template for a repository for a particular
6
-
instance of a class for the [UWPCE Python Certificate](https://www.pce.uw.edu/certificates/python-programming).
7
-
8
-
Instructors should make a copy of this repo for each class, so that it can be used by the class to
9
-
share information and for students to submit their work.
3
+
This repository can be used by the class to share information and for students to submit their work.
10
4
11
5
## Structure of the Repo
12
6
13
7
The class repo has three top level directories:
14
8
15
-
*`examples`: Used to store example code and example documents for the class.
9
+
`examples`: Used to include example code and other supporting files for the class.
10
+
11
+
`solutions`: Used to post solutions to the exercises.
12
+
13
+
`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.
14
+
15
+
16
+
## For Students:
17
+
18
+
If you are a student in the class, you should create a fork of this repo, add your work to your fork and use Pull Requests to submit your work for review:
16
19
17
-
*`solutions`: Used to post solutions to the exercises.
0 commit comments