Difference between revisions of "SBR600 Python Lab"
Chris Tyler (talk | contribs) |
Chris Tyler (talk | contribs) |
||
Line 1: | Line 1: | ||
# Login to Matrix | # Login to Matrix | ||
− | # git clone ~chris.tyler/public/guess | + | # Clone the "guess" python repository: <code>git clone ~chris.tyler/public/guess</code> |
# Modify the script according to the comments at the top | # Modify the script according to the comments at the top | ||
# Blog it! Include your script, the challenges you faced making the modifications, and your impressions of Python | # Blog it! Include your script, the challenges you faced making the modifications, and your impressions of Python |
Revision as of 10:28, 3 October 2013
- Login to Matrix
- Clone the "guess" python repository:
git clone ~chris.tyler/public/guess
- Modify the script according to the comments at the top
- Blog it! Include your script, the challenges you faced making the modifications, and your impressions of Python