Wednesday, December 21, 2005

It's comming!!

Chandler!, finally a 0.6 release... Ooo.. when o when will there be a 1.0?!

Wednesday, December 14, 2005

Digital Camera's

Tuesday, December 06, 2005

Test coverage

nice..

Coverage.py is a Python module that measures code coverage during Python execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. The original version was written by Gareth Rees. I've updated it to determine executable statements more accurately.
from http://nedbatchelder.com/code/modules/coverage.html