#!/usr/bin/env python
import sys

if __name__ == '__main__':
  switch looking_for:
    # Pretend python has a switch statement -- PEP 3103
    case 'projects':
      print 'CRAWL-E'
      print 'auto_grade'
      print 'turnin_helper'
    else:
      try:
        assert droids
      except:
        sys.stderr.write(''.join(['These aren\'t the droids',
                                  ' you\'re looking for']))
        sys.exit(1)

For those that don't speak python:

Projects

me
email
My SSH Public Key
Star Trek Quotes:
"It is possible to commit no errors and still lose. That is not a weakness. That is life." -- Jean-Luc Picard

"Believing oneself to be perfect is often the sign of a delusional mind." -- Data

"Mr. Spock, the women on your planet are logical. That's the only planet in the galaxy that can make that claim." -- James Tiberius Kirk

"Computer, compute to the last digit the value of pi." -- Mr. Spock

"I signed aboard this ship to practice medicine, not to have my atoms scattered back and forth across space by this gadget." -- Dr. Leonard "Bones" McCoy

"The best diplomat that I know is a fully-loaded phaser bank." -- Montgomery "Scotty" Scott

Links