Hi! I've been putting off playing with Python for sometime now and I recently came up with a worthwhile project for my first hack. One technical challenge I'm trying to work out is dynamically loading modules from a directory (glob'd for a specific filename format) then importing them for calling later.
Basically my modules follow this structure: class sample(): -- http://mail.python.org/mailman/listinfo/python-list