Your Chance to Contribute to an Open Source Project
I originally created a simple site monitoring Python script and posted it up to github as a “gist”: 177420. It was then improved by Eric Wendelin who forked my original gist and made it better in this gist: 187610 .
Eric had made the script much more “pythonic” and really made the code more usable and expendable which he explains in his blog post, Site monitoring with Python and cron. He had made the script accept command line arguments and even added a way to send email through Python if you didn’t want to setup your own mail daemon.
I thought his additions were a great example of open source coding in action.