Please email me the commands you use and the results of those commands (copy and paste)

  • This shouldn't be too hard, but should get you familiar with Python.
  • Take the program you wrote for the second part of the Perl exercise (ie, word frequency cunter, or calendar, or whatever), and rewrite it in Python. The overall layout of the program probably won't change much, and the logical flow may not either, but the nuances of the syntax will change a bit. This will give you Python practice.
  • Feel free to use any examples as guidelines, including but not limited to the program I put on the notes page.
  • For this question, in addition to sending me the input and output you should also send me the code that you have written. You probably should take this opportunity to practice with either Vi(m) or (X)Emacs, so tell me how you did this exercise.