Skip to content

Commit 1e2008c

Browse files
committed
Tweak navigation.
1 parent d7c4fa2 commit 1e2008c

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

materials.php

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,31 @@
22
<?php include("nav.php");?>
33
<h2>Free / Open Educational Resources (OER)</h2>
44
<p>
5-
You are welcome to use/reuse/remix/retain these materials in your own courses.
5+
You are welcome to use/reuse/remix/retain the materials from this site in your own courses.
66
Nearly all the material in this web site is Copyright Creative Commons Attribution.
77
</p>
88
<ul>
9+
<li>Video Lectures
10+
<ul>
11+
<li><a href="https://www.youtube.com/playlist?list=PLlRFEj9H3Oj7Bp8-DfGpfAfDBiblRfl5p" target="_blank">YouTube</a></li>
12+
<li><a href="https://itunes.apple.com/us/podcast/python-for-everybody-video/id1214664324" target="_blank">iTunes Video</a></li>
13+
<li>Google Play (Coming soon)</li>
14+
<!-- <li>Amazon Prime Video (Coming soon)</li> -->
15+
</ul>
16+
</li>
17+
<li>Audio Lectures
18+
<ul>
19+
<li><a href="https://itunes.apple.com/us/podcast/python-for-everybody-audio-py4e/id1214665693" target="_blank">iTunes Audio</a></li>
20+
<li>Google Play (Coming soon)</li>
21+
</ul>
22+
</li>
923
<li>
1024
<a href="lectures3/" target="_blank">Lecture Slides and Handouts</a>
1125
</li>
1226
<li>
1327
<a href="code3.zip" target="_blank">Sample Code ZIP</a>
1428
(<a href="code3/" target="_blank">Individual Files</a>)
1529
</li>
16-
<li>
17-
<a href="https://www.youtube.com/playlist?list=PLlRFEj9H3Oj7Bp8-DfGpfAfDBiblRfl5p" target="_blank">
18-
YouTube Channel</a>
19-
</li>
2030
<li>
2131
<a href="book.php">Free Textbook</a>
2232
</li>
@@ -29,6 +39,11 @@
2939
<li>
3040
Free cloud hosted autograder software for non-commercial use. (Login and "Use This Service")
3141
</li>
42+
<li>Certified Python Class
43+
<ul>
44+
<li><a href="https://www.coursera.org/specializations/python" target="_blank">Python for Everybody</a> (Coursera Specialization)</li>
45+
</ul>
46+
</li>
3247
<li>
3348
All the course content and sotware is available on
3449
<a href="https://github.com/csev/py4e" target="_blank">

nav.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
else if ( isset($CFG->disquschannel) ) $set->addLeft('Discuss', $CFG->disquschannel);
1616
} else {
1717
$set->addLeft('Materials', $R.'materials.php');
18-
$set->addLeft('YouTube', 'https://www.youtube.com/playlist?list=PLlRFEj9H3Oj7Bp8-DfGpfAfDBiblRfl5p');
1918
}
2019

2120
if ( isset($_SESSION['id']) ) {

0 commit comments

Comments
 (0)