Homework 2-8-06

Due: Wednesday, 2-15-06

  • Part 1 - write a short, general purpose web script
    1. Write a Python function to check if a Web page corresponding to a URL contains a given word (string).
    2. The function should take two parameters, a URL string and string to search for, and return true if the string is found.
  • Part II - begin learning SBML (Systems Biology Mark-up Language)
  • Part III - begin learning Graphviz