Boston Python Workshop/Friday handout: Difference between revisions

imported>Jesstess
imported>Paulproteus
Line 32:
</gallery>
 
#Download the ColorWall project from http://mit.edu/jesstess/www/BostonPythonWorkshop.
<ol>
<li>Download#*Windows theusers, ColorWall project fromtry http://mit.edu/jesstess/www/BostonPythonWorkshop/ColorWall.zip first, and download it to your Desktop. The file should automatically get uncompressed when you download it.
<li>#*OS X and Linux users can use either the .zip or .tar.gz file.</li>
<ul>
<li>#The ColorWall project has no dependencies to install on common, modern Windows, OS X, and Linux* distributions. To confirm that you have no dependencies to install, at a Python prompt run:
<li>Windows users, try http://mit.edu/jesstess/www/BostonPythonWorkshop/ColorWall.zip first, and download it to your Desktop. The file should automatically get uncompressed when you download it.</li>
<li>OS X and Linux users can use either the .zip or .tar.gz file.</li>
</ul>
</li>
<li>The ColorWall project has no dependencies to install on common, modern Windows, OS X, and Linux* distributions. To confirm that you have no dependencies to install, at a Python prompt run:
 
<pre>import Tkinter</pre>
Anonymous user