Boston Python Workshop 5/Friday/Windows project dependencies: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
No edit summary
Line 54: Line 54:
We've written some skeleton code for the Wordplay project already. Download this code so you're ready to start working with it tomorrow:
We've written some skeleton code for the Wordplay project already. Download this code so you're ready to start working with it tomorrow:


# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory:
# Create a new folder called Wordplay on your Desktop
#* http://web.mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/Wordplay.zip
# Save the following files to the Wordplay folder:
#Find Wordplay.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called Wordplay containing several files.
## http://mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/sowpods.txt
## http://mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/scrabble.py
## http://mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/scrabble_cheater.py
## http://mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/words1.py
## http://mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/words2.py
## http://mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/words3.py
## http://mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/words4.py
## http://mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/words5.py
## http://mit.edu/jesstess/www/BostonPythonWorkshop5/Wordplay/words6.py


===Test the Wordplay code===
===Test the Wordplay code===


Start a command prompt and navigate to the Desktop/Wordplay directory where the Wordplay code lives. For example, if the Wordplay project is at <code>C:\Users\jesstess\Desktop\Wordplay</code>,
Start a command prompt and navigate to the Desktop\Wordplay directory where the Wordplay code lives. For example, if the Wordplay project is at <code>C:\Users\jesstess\Desktop\Wordplay</code>,


<pre>
<pre>