Entries from July 2009

Sending Email with Python

Date July 28, 2009 by Isaac

I feel like a proud father. Yesterday I posted my first public Python recipe. Go check it out: http://code.activestate.com/recipes/576858/.
Link Summary

http://code.activestate.com/recipes/576858/

Animator vs. Animation II

Date July 20, 2009 by Isaac

Very cool sequel to the original.
Animator vs. Animation II by ~alanbecker on deviantART
Link Summary

http://www.deviantart.com/deviation/50891749/http://alanbecker.deviantart.com/http://www.deviantart.com

Animator vs. Animation

Date July 20, 2009 by Isaac

This is awesome!
Animator vs. Animation by ~alanbecker on deviantART
Link Summary

http://www.deviantart.com/deviation/34244097/http://alanbecker.deviantart.com/http://www.deviantart.com

Long Sleeps In Python

Date July 15, 2009 by Isaac

There is a portion of my test infrastructure that requires long sleep periods for stability soak testing purposes. So far the longest stability test run was 9 days. Originally, I simply used the time.sleep() method from the Python library. However, and I attribute this to VMware, I found that extremely inaccurate for [...]