Skip to content

Commit 66016c0

Browse files
committed
Moar words
1 parent 447e472 commit 66016c0

File tree

2 files changed

+51
-22
lines changed

2 files changed

+51
-22
lines changed

book.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
There are multiple translations of the Python 2 book - the Python 3 version
1010
of the book has not been translated.
1111
</p>
12-
<p>
13-
Updated to use Python 3, the book is now available in a variety of formats:
14-
</p>
15-
1612

1713
<ul>
14+
<li><p><b>Earn a Coursera Certificate for This Course</b>
15+
<ul>
16+
<li><a href="https://www.coursera.org/specializations/python" target="_blank">Python for Everybody</a> (Coursera Specialization)</li>
17+
</ul>
18+
</p></li>
1819
<li>
19-
<a href="#">English</a>
20+
English
2021
<ul class="menu vertical nested is-active">
2122
<li class="menu-text">Printed Book on <a href="http://amzn.to/29w0lsX" target="_blank">Amazon</a></li>
2223
<li class="menu-text"><a href="http://amzn.to/29LrtC0" target="_blank">Kindle edition</a> of the book</li>

materials.php

Lines changed: 45 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
<?php include("top.php");?>
22
<?php include("nav.php");?>
33
<div style="float: right;"/><iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=drchu02-20&marketplace=amazon&region=US&placement=1530051126&asins=1530051126&linkId=2ea6c883c6cf11f29568856139bad34b&show_border=true&link_opens_in_new_window=true"></iframe></div>
4-
<h2>Course Materials</h2>
4+
<h2>Free/Open Course Materials</h2>
55
<p>
66
You are welcome to use/reuse/remix/retain the materials from this site in your own courses.
77
Nearly all the material in this web site is Copyright Creative Commons Attribution. These are
88
links to downloadable content as well as links to other sources of this course material.
99
</p>
1010
<ul>
11-
</li>
12-
<li><p><b>Earn a Coursera Certificate for This Course</b>
13-
<ul>
14-
<li><a href="https://www.coursera.org/specializations/python" target="_blank">Python for Everybody</a> (Coursera Specialization)</li>
15-
</ul>
16-
</p></li>
1711
<li>Video Lectures
1812
<ul>
1913
<li><a href="https://www.youtube.com/playlist?list=PLlRFEj9H3Oj7Bp8-DfGpfAfDBiblRfl5p" target="_blank">YouTube</a></li>
@@ -38,24 +32,58 @@
3832
<a href="book.php">Free Textbook</a>
3933
</li>
4034
<li>
41-
Download all
42-
<a href="tsugi/cc/export.php"> the course material</a> as an
43-
IMS Common Cartridge®, to import into an LMS like Sakai, Moodle, Canvas,
44-
Desire2Learn, Blackboard, or similar.
45-
</li>
46-
<li>
47-
Free cloud hosted autograder software for educational use. (Select Login and then "Use This Service").
48-
</li>
49-
<li>
5035
All the course content and autograder software is available on
5136
<a href="https://github.com/csev/py4e" target="_blank">
5237
Github</a> under a Creative Commons or Apache 2.0 license.
5338
</li>
54-
</ul>
39+
</ul>
5540
<p>
5641
If you are interested in translating the book or other online materials into another
5742
language, please contact me so we can coordinate our activities.
5843
</p>
44+
<h2>Using this Course in Your Local LMS</h2>
45+
<p>This web site uses the <a href="http://www.tsugi.org/" target="_blank">Tsugi</a> software
46+
to both host the software-based autograders and provide this material so it can easily be
47+
integrated into a Learning Management System like
48+
<a href="http://www.sakaiproject.org/" target=_blank">Sakai</a>, Moodle, Canvas, Desire2Learn, Blackboard
49+
or similar.
50+
</p>
51+
<ul>
52+
<li>
53+
<p>
54+
If your LMS supports
55+
<a href="https://www.imsglobal.org/activity/learning-tools-interoperability" target="_blank">
56+
IMS Learning Tools Interoperabilty®</a> version 1.x or 2.x, you can login, and request access
57+
to the tools on this site. Make sure you indicate whether you need an LTI 1.x
58+
key (most common) or LTI 2.x key. You will be given instructions on how to use
59+
your credentials once you get your key.
60+
</p>
61+
</li>
62+
<li>
63+
<p>
64+
If your LMS supports the
65+
<a href="https://www.imsglobal.org/cc/index.html" target="_blank">
66+
IMS Common Cartridge®</a> specification, we provide a single file
67+
<a href="tsugi/cc/export.php">export</a>
68+
of all of the course tools and materials that can be loaded into your LMS.
69+
After loading the Cartridge, you will need an LTI key and secret to provision the
70+
LTI-based tools provided in that cartridge.
71+
</p>
72+
</li>
73+
<li>
74+
<p>
75+
If your LMS supports
76+
<a href="https://www.imsglobal.org/specs/lticiv1p0" target="_blank">
77+
Learning Tools Interoperability® Content-Item Message</a> you can
78+
login and apply for an LTI 1.x key and secret and install this web site
79+
into your LMS as an App Store / Learning Object Repository that allows
80+
you to author you class in your LMS while selecting tools and content
81+
from this site one item at a time. You will be given instructions
82+
on how to set up the "app store" in your LMS when you receive
83+
your key and secret.
84+
</p>
85+
</li>
86+
</ul>
5987
<h2>Audio Archive</h2>
6088
<p>
6189
Here is an archive of the

0 commit comments

Comments
 (0)