forked from csev/py4e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
materials.php
34 lines (32 loc) · 1.45 KB
/
materials.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php include("top.php");?>
<?php include("nav.php");?>
<h2>Free / Open Educational Resources (OER)</h2>
<p>
You are welcome to use/reuse/remix/retain these materials in your own courses.
Nearly all the material in this web site is Copyright Creative Commons Attribution.
</p>
<ul>
<li>
<a href="lectures/" target="_new">Lecture Slides and Handouts</a>
</li>
<li>
<a href="https://www.youtube.com/playlist?list=PLlRFEj9H3Oj7Bp8-DfGpfAfDBiblRfl5p" target="_blank">
YouTube Channel</a>
</li>
<li>
<a href="book.php">Free Textbook</a>
</li>
<li>
Free cloud hosted autograder software for non-commercial use. (Login and "Use This Service")
</li>
<li>
All the course content and sotware is available on
<a href="https://github.com/csev/pythonlearn" target="_blank">
Github</a> - you could literally make a copy of this site and host it as your own.
Also you could make a copy of the site and translate everything into another language.
</ul>
<p>
If you are interested in translating the book or other online materials into another
language, please contact me so we can coordinate out sctivities.
</p>
<?php include("footer.php"); ?>