Skip to content

Commit 3600a16

Browse files
committed
Add in-browser Python options
1 parent b1b8526 commit 3600a16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,19 @@
1717
<li>
1818
<a href="/software-pi.php">Setting up the PythonLearn Environment on a Raspberry Pi</a> (New)
1919
</li>
20+
<li>
21+
Can't or don't want to install software on your computer? Check out <a href="http://trinket.io">Trinket</a>,
22+
<a href="https://www.pythonanywhere.com/">PythonAnywhere</a>, <a href="http://c9.io">Cloud9</a>, or
23+
<a href="http://codeanywhere.com">CodeAnywhere</a>.
24+
</li>
2025
</ul>
2126
<p>
2227
<b>Note:</b> Make sure that you have Python 2.6.1 or later but do not install Python 3.x. There are signficant differences between Python 2 and Python 3 and this book and class is still Python 2.
2328
</p>
2429
<p>
2530
You will need <a href="http://www.apple.com/quicktime" target=_new>Quicktime</a> (or iTunes) installed on your computer to view any video materials or screencasts. You should probably download the high quality copies of these files or screencasts to your computer and view/play them locally. They are rather large files and you will want to move back and forth as well as start and stop the podcasts so you can perform the steps as indicated.
2631
</p>
32+
2733
</div>
2834
</div>
2935
<?php include("footer.php"); ?>

0 commit comments

Comments
 (0)