Homework 8 and homework 9.
Homework 7. If you have already completed seven homeworks, then you do not need to do this one, but you still need to email me your project preferences.
Homework 5. You don’t strictly need it, but you might want to check out bst.py.
Homework 4: This is a slightly different homework. The programming assignment is different and slightly longer. Therefore, you only get 2 questions. Be sure to check the notes for links.
Homework 2 (you will also need bacteria.py, and you can look at simulatebac.py as an example). As before, solutions by email.
Run the following Python code and email me the result:
email = 'YOUR EMAIL ADDRESS'
print email, hash(email)
Where ‘YOUR EMAIL ADDRESS’ should be replaced by your actual email address, of course. The output will be your email followed by a number.
See the notes for information on getting Python for your system.