Geeky

The road to DevOps.

Month: October 2007

  • Dynamically loading modules in Python

    Have you wanted to load modules, when you didn’t know their name? I recently came across this problem while refactoring GoogleBot (my IRC bot). I wanted to place loadable modules in a directory, and have them all loaded, without having to know what they are named. A good fellow called Issac at work helped me…

    Read More

    //