We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e27df commit 1758252Copy full SHA for 1758252
1 file changed
README.md
@@ -5,3 +5,12 @@ Site for the UW Continuing Education Program Python Programming Certificate Spri
5
6
On this site you will find lecture notes, code, etc. for the UW Continuing Education Python Certificate Program Spring Quarter.
7
8
+See the Sylabus here: https://github.com/PythonCHB/PythonCertSpring/blob/master/Syllabus.md
9
+
10
+In the source code section of the site, you'll find a directory for each class session.
11
+In each of those, you'll find lecture notes (source and PDF) and sample code for the excercises.
12
13
+We suggest you clone the git repository on your machine, so you can work with the code,
14
+but do be sure to do an update (`git pull`) at the beginning of each class, so that you'll
15
+have the latest version of everything.
16
0 commit comments